[BACK]Return to RAMDISK CVS log [TXT][DIR] Up to [local] / sys / arch / luna88k / conf

Annotation of sys/arch/luna88k/conf/RAMDISK, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: RAMDISK,v 1.8 2007/01/14 13:53:28 aoyama Exp $
                      2:
                      3: machine                luna88k m88k
                      4:
                      5: # 4 meg ramdisk
                      6: option         MINIROOTSIZE=4096
                      7: option         RAMDISK_HOOKS
                      8:
                      9: # Processor type
                     10: option         M88100          # 88100 support; mandatory
                     11:
                     12: # Number of maximum processors
                     13: option         MAX_CPUS=4      # may have up to 4 processors
                     14:
                     15: # Define this if your processor has the xxx.usr bug (mask C82N)
                     16: option         ERRATA__XXX_USR
                     17:
                     18: maxusers       32
                     19:
                     20: config         bsd             root rd0 swap on rd0b
                     21:
                     22: option         SCSITERSE
                     23: option         SMALL_KERNEL
                     24: option         NO_PROPOLICE
                     25: option         TIMEZONE=0
                     26: option         DST=0
                     27: option         FFS
                     28: option         NFSCLIENT
                     29: option         CD9660
                     30: option         FIFO
                     31: option         INET
                     32: option         INET6
                     33: option         BOOT_CONFIG
                     34:
                     35: #
                     36: # devices
                     37: #
                     38:
                     39: mainbus0       at root
                     40: clock0         at mainbus0
                     41: le0            at mainbus0
                     42: sio0           at mainbus0
                     43: siotty0                at sio0
                     44: ws0            at sio0
                     45: fb0            at mainbus0
                     46: spc0           at mainbus0
                     47: spc1           at mainbus0
                     48:
                     49: # Workstation Console attachments
                     50: wsdisplay*     at fb?
                     51: wskbd*         at ws?
                     52: wsmouse*       at ws?
                     53:
                     54: # SCSI bus support
                     55: scsibus*       at spc?
                     56:
                     57: # SCSI devices
                     58: sd*            at scsibus?                     # SCSI disks
                     59: st*            at scsibus?                     # SCSI tapes
                     60: cd*            at scsibus?                     # SCSI CD-ROM
                     61:
                     62: pseudo-device  loop    1
                     63: pseudo-device  bpfilter 1
                     64: pseudo-device  rd      1

CVSweb