[BACK]Return to RAMDISKB CVS log [TXT][DIR] Up to [local] / sys / arch / alpha / conf

Annotation of sys/arch/alpha/conf/RAMDISKB, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: RAMDISKB,v 1.31 2007/08/01 16:30:00 miod Exp $
                      2: #      $NetBSD: RAMDISK,v 1.9 1996/12/03 17:25:33 cgd Exp $
                      3:
                      4: machine        alpha                   # architecture, used by config; REQUIRED
                      5:
                      6: option         SMALL_KERNEL
                      7: option         NO_PROPOLICE
                      8:
                      9: # CPU Support; at least one is REQUIRED
                     10: #option                DEC_3000_500    # Flamingo etc: 3000/[4-9]00*
                     11: #option                DEC_3000_300    # Pelican etc:  3000/300*
                     12: #option                DEC_2100_A50    # Avanti etc:   AlphaStation 400, 200, etc.
                     13: #option                DEC_KN20AA      # KN20AA:       AlphaStation 600
                     14: #option                DEC_AXPPCI_33   # NoName:       AXPpci33, etc.
                     15: #option                DEC_EB164       # EB164:        AlphaPC 164
                     16: #option                DEC_EB64PLUS    # EB64+:        AlphaPC 64, etc.
                     17: #option                DEC_2000_300    # "Jensen":     2000/300 (DECpc AXP 150)
                     18: #option                DEC_550         # Miata:        Digital Personal Workstation
                     19: #option                DEC_1000        # Mikasa etc:   Digital AlphaServer 1000
                     20: #option                DEC_1000A       # Corelle etc:  Digital AlphaServer 800/1000A
                     21: option         DEC_6600        # EV6:          XP1000, 264DP OEM Board
                     22: option         API_UP1000      # EV6:          Alpha Processor UP1000
                     23:
                     24: # Enable the hooks used for initializing the ram-disk.
                     25: option         RAMDISK_HOOKS
                     26: option         MINIROOTSIZE=5744       # 4 Megabytes!
                     27:
                     28: option         NO_IEEE         # Disable IEEE math
                     29:
                     30: # Standard system options
                     31: maxusers       8                       # estimated number of users
                     32:
                     33: # File system options
                     34: option         FFS             # Fast file system
                     35:
                     36: # Networking options
                     37: option         INET            # Internet protocol suite
                     38:
                     39: # Misc. options
                     40: #option                EISAVERBOSE             # recognize "unknown" EISA devices
                     41: #option                PCIVERBOSE              # recognize "unknown" PCI devices
                     42: #option                TCVERBOSE               # recognize "unknown" TC devices
                     43: option         SCSITERSE               # less verbose scsi error messages
                     44:
                     45: option         BOOT_CONFIG
                     46:
                     47: config bsd     swap generic
                     48:
                     49: mainbus0 at root
                     50: cpu*   at mainbus0
                     51:
                     52: # PCI host bus adapter support
                     53: #apecs*        at mainbus?
                     54: #cia*  at mainbus?
                     55: #lca*  at mainbus?
                     56: irongate* at mainbus?
                     57: tsc*   at mainbus0
                     58: tsp*   at tsc?
                     59:
                     60: # PCI bus support
                     61: #pci*  at apecs?
                     62: #pci*  at cia?
                     63: #pci*  at lca?
                     64: pci*   at irongate?
                     65: pci*   at tsp?
                     66: pci*   at ppb?
                     67:
                     68: # PCI devices
                     69: ahc*   at pci?                         # AHA-28xx SCSI (NOT 64-BIT)
                     70: de*    at pci?                         # 21x4[012]-based Ethernet
                     71: dc*    at pci?                         # 21143, "tulip" clone ethernet
                     72: fxp*   at pci?                         # EtherExpress 10/100B ethernet cards
                     73: #ne*   at pci?                         # NE2000-compat ethernet cards
                     74: #en*   at pci?                         # ENI PCI ATM (untested)
                     75: #ep*   at pci?                         # 3COM 3c59x (untested)
                     76: #xl*   at pci?                         # 3COM 3c9xx (untested)
                     77: #fpa*  at pci?                         # DEC DEFPA FDDI cards
                     78: siop*  at pci?                         # NCR 53c8xx SCSI
                     79: pceb*  at pci?                         # Intel PCI-EISA bridge
                     80: vga*   at pci?                         # PCI VGA graphics
                     81: ppb*   at pci?                         # PCI-PCI bridges
                     82: sio*   at pci?                         # Intel PCI-ISA bridge
                     83: tga*   at pci?                         # DEC ZLXp-E[123] graphics
                     84: pcn*   at pci?                         # AMD PCnet-PCI Ethernet
                     85: isp*   at pci?                         # Qlogic ISP [12]0x0 SCSI/FibreChannel
                     86: #option ISP_COMPILE_FW=1
                     87: #option ISP_COMPILE_1040_FW=1
                     88: #option ISP_COMPILE_1080_FW=1
                     89: #option ISP_COMPILE_12160_FW=1
                     90:
                     91: # Media Independent Interface (mii) drivers
                     92: amphy* at mii?                         # AMD 79C873 PHYs
                     93: bmtphy*        at mii?                         # Broadcom 10/100 PHYs
                     94: dcphy* at mii?                         # Digital Clone PHYs
                     95: #exphy*        at mii?                         # 3Com internal PHYs
                     96: #inphy*        at mii?                         # Intel 82555 PHYs
                     97: #icsphy* at mii?                       # ICS 1890 PHYs
                     98: lxtphy* at mii?                                # Level1 LXT970 PHYs
                     99: mtdphy* at mii?                                # Myson MTD972 PHYs
                    100: nsphy* at mii?                         # NS and compatible PHYs
                    101: nsphyter* at mii?                      # NS and compatible PHYs
                    102: #qsphy*        at mii?                         # Quality Semi QS6612 PHYs
                    103: sqphy* at mii?                         # Seeq 8x220 PHYs
                    104: tqphy* at mii?                         # TDK 78Q212x PHYs
                    105: ukphy* at mii?                         # "unknown" PHYs
                    106:
                    107: # ISA/EISA bus support
                    108: isa*   at      pceb?
                    109: isa*   at      sio?
                    110:
                    111: # ISA devices
                    112: mcclock* at isa? port 0x70
                    113: pckbc* at isa?                         # PC keyboard controller
                    114: pckbd* at pckbc?                       # PC keyboard (kbd port)
                    115: #pms*  at pckbc?                       # PS/2-style mouse (aux port)
                    116: com*   at isa? port 0x3f8 irq 4        # standard serial ports
                    117: com*   at isa? port 0x2f8 irq 3
                    118: #lpt*  at isa? port 0x3bc irq 7        # standard parallel port
                    119: #vga*  at isa?                         # ISA (EISA: XXX) VGA
                    120: #we0   at isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC 80x3 ethernet series
                    121: #we1   at isa? port 0x300 iomem 0xcc000 irq 10 #
                    122: #ec0   at isa? port 0x250 iomem 0xd8000 irq 9  # 3C503 ethernet cards
                    123: #ne0   at isa? port 0x240 irq 9        # NE[12]000 ethernet cards
                    124: #ne1   at isa? port 0x300 irq 10       # NE[12]000 ethernet cards
                    125: #ne2   at isa? port 0x280 irq 9        # NE[12]000 ethernet cards
                    126: #cy0   at isa? iomem 0xd4000 irq 12    # ISA cyclom card
                    127:
                    128: # IDE
                    129: pciide* at pci? flags 0x0000
                    130: #wdc0  at isa? port 0x1f0 irq 14 flags 0x00
                    131: #wdc1  at isa? port 0x170 irq 15 flags 0x00
                    132: #wd*   at wdc? flags 0x0000
                    133: wd*    at pciide? flags 0x0000
                    134:
                    135: #atapiscsi* at wdc?
                    136: #atapiscsi* at pciide?
                    137: #scsibus* at atapiscsi?
                    138:
                    139: # SCSI bus support
                    140: #scsibus* at asc?
                    141: scsibus* at ahc?
                    142: scsibus* at siop?
                    143: scsibus* at isp?
                    144:
                    145: # SCSI devices
                    146: #cd*   at scsibus?                     # SCSI CD-ROM drives
                    147: sd*    at scsibus?                     # SCSI disk drives
                    148: #st*   at scsibus?                     # SCSI tape drives
                    149:
                    150: # Workstation Console attachments
                    151: wsdisplay*     at vga?
                    152: wsdisplay*     at tga?
                    153: wskbd*         at pckbd? mux 1
                    154:
                    155: #pseudo-device bpfilter        1
                    156: pseudo-device  loop
                    157: pseudo-device  rd              1
                    158: pseudo-device  wsmux           2       # mouse & keyboard multiplexor

CVSweb