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

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

1.1       nbrk        1: #      $OpenBSD: RAMDISK,v 1.29 2007/05/01 15:22:23 deraadt Exp $
                      2: #
                      3: # Ram disk kernel.
                      4: #
                      5:
                      6: machine hp300 m68k
                      7:
                      8: # Support for various CPU types
                      9: option         HP340
                     10: option         HP345
                     11: option         HP360
                     12: option         HP362
                     13: option         HP370
                     14: option         HP375
                     15: option         HP380
                     16: option         HP382
                     17: option         HP385
                     18: option         HP400
                     19: option         HP425
                     20: option         HP433
                     21:
                     22: maxusers       32
                     23:
                     24: option         TIMEZONE=0      # time zone to adjust RTC time by
                     25: option         DST=0           # daylight saving time used by RTC
                     26:
                     27: option         FFS             # UFS
                     28: #option                EXT2FS          # Linux ext2fs
                     29:
                     30: option         NFSCLIENT       # Network File System client
                     31:
                     32: option         CD9660          # ISO 9660 + Rock Ridge file system
                     33: #option                MSDOSFS         # MS-DOS file system
                     34: option         FIFO            # FIFOs; RECOMMENDED
                     35:
                     36: option         INET            # IP + ICMP + TCP + UDP
                     37:
                     38: option         BOOT_CONFIG     # add support for boot -c
                     39:
                     40: # Options for HP hardware
                     41: option         USELEDS         # make the lights twinkle
                     42: #option                CONSCODE="9"    # force console at this select code for DIO
                     43:                                # or DIO-II devices, or 256 + slot number
                     44:                                # for SGC devices
                     45:
                     46: # Verbose descriptions of unconfigured DIO devices
                     47: # (Warning: this compiles in a large string table)
                     48: option         DIOVERBOSE      # recognize "unknown" DIO devices
                     49:
                     50: # Options for the ramdisk.
                     51: option         MINIROOTSIZE=4096
                     52: option         RAMDISK_HOOKS
                     53:
                     54: config         bsd     root on rd0 swap on rd0 and hd0b and sd0b
                     55:
                     56: mainbus0       at root         # root "bus"
                     57:
                     58: intio0         at mainbus0     # internal i/o space
                     59: dio0           at mainbus0     # DIO/DIO-II bus
                     60: sgc0           at mainbus0     # SGC bus on some 4xx models
                     61:
                     62: # Human Interface Loop devices
                     63: hil0           at intio?       # HIL controller
                     64: hilkbd*                at hil?         # keyboards
                     65: wskbd*         at hilkbd? mux 1
                     66: #hilms*                at hil?         # mice, buttons and tablets
                     67: #wsmouse*      at hilms? mux 0
                     68: #hilid*                at hil?         # ID module
                     69:
                     70: # Frodo utility chip found on 362, 382 and 4xx's
                     71: frodo0         at intio?
                     72:
                     73: # 8250-like serial ports found on Frodo ASIC
                     74: dnkbd0         at frodo?       # Domain keyboard flavor
                     75: wskbd*         at dnkbd? mux 1
                     76: #wsmouse*      at dnkbd? mux 0
                     77: apci*          at frodo?       # tty flavor
                     78:
                     79: # Davinci framebuffer
                     80: dvbox*         at intio?
                     81: dvbox*         at dio?
                     82: wsdisplay*     at dvbox?
                     83:
                     84: # Gatorbox framebuffer
                     85: gbox*          at intio?
                     86: gbox*          at dio?
                     87: wsdisplay*     at gbox?
                     88:
                     89: # Hyperion framebuffer
                     90: hyper*         at dio?
                     91: wsdisplay*     at hyper?
                     92:
                     93: # Renaissance framebuffer
                     94: rbox*          at intio?
                     95: rbox*          at dio?
                     96: wsdisplay*     at rbox?
                     97:
                     98: # Topcat/catseye framebuffers
                     99: topcat*                at intio?
                    100: topcat*                at dio?
                    101: wsdisplay*     at topcat?
                    102:
                    103: # TurboVRX framebuffer
                    104: tvrx*          at dio?
                    105: wsdisplay*     at tvrx?
                    106:
                    107: # SGC framebuffers
                    108: sti*           at sgc?
                    109: wsdisplay*     at sti?
                    110:
                    111: dca0           at dio? scode 9 flags 1 # DCA serial interfaces
                    112: dca*           at dio?
                    113:
                    114: dcm*           at dio? flags 0xe       # DCM 4- or 8-port serial interfaces
                    115:
                    116: le*            at dio?                 # LANCE ethernet interfaces
                    117:
                    118: nhpib0         at dio? scode 7         # slow internal HP-IB
                    119: nhpib*         at dio?
                    120:
                    121: fhpib*         at dio?                 # `fast' HP-IB
                    122:
                    123: hpibbus0       at nhpib0
                    124: hpibbus*       at nhpib?
                    125: hpibbus*       at fhpib?
                    126:
                    127: hd*            at hpibbus?             # HP-IB disks
                    128: ct*            at hpibbus?             # HP-IB cartridge tapes
                    129: mt*            at hpibbus?             # HP-IB 9-track tape
                    130:
                    131: spc*           at dio? flags 0x00      # SCSI controller
                    132: scsibus*       at spc?
                    133:
                    134: sd*            at scsibus?             # SCSI disks
                    135: st*            at scsibus?             # SCSI tapes
                    136: cd*            at scsibus?             # SCSI CD-ROMs
                    137:
                    138: pseudo-device  loop    1       # network loopback
                    139: pseudo-device  pty     16      # pseudo-terminals
                    140: pseudo-device  bpfilter 1      # packet filter
                    141: pseudo-device  rd      1       # ramdisk

CVSweb