[BACK]Return to GENERIC CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / alpha / conf

Annotation of src/sys/arch/alpha/conf/GENERIC, Revision 1.74

1.74    ! thorpej     1: # $NetBSD: GENERIC,v 1.73 1998/01/09 17:10:16 drochner Exp $
1.1       cgd         2: #
                      3: # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
                      4:
1.24      cgd         5: include        "arch/alpha/conf/std.alpha"
1.1       cgd         6:
                      7: maxusers 8
1.36      cgd         8:
                      9: # set kernel load address a bit higher to allow kernel to be netbooted.
                     10: # if not netbooting, the "makeoptions LOADADDRESS" line can be commented
                     11: # out to save a fair chunk (~850k) of RAM.
                     12: makeoptions    LOADADDRESS="fffffc0000300000"
1.1       cgd        13:
                     14: # CPU Support
1.58      mellon     15: #options       DEC_2000_300    # "Jensen":     2000/300 (DECpc AXP 150)
                     16: options        DEC_2100_A50    # Avanti etc:   AlphaStation 400, 200, etc.
                     17: options        DEC_3000_500    # Flamingo etc: 3000/[4-9]00*
                     18: options        DEC_3000_300    # Pelican etc:  3000/300*
                     19: options        DEC_AXPPCI_33   # NoName:       AXPpci33, etc.
                     20: options        DEC_EB164       # EB164:        AlphaPC 164
                     21: options        DEC_EB64PLUS    # EB64+:        AlphaPC 64, etc.
                     22: options        DEC_KN20AA      # KN20AA:       AlphaStation 500 and 600
                     23: options        DEC_KN8AE       # KN8AE:        AlphaServer 8200 and 8400
1.1       cgd        24:
                     25: # Standard system options
1.58      mellon     26: options        KTRACE                  # System call tracing support
1.1       cgd        27:
1.38      cgd        28: # Diagnostic/debugging support options
1.58      mellon     29: options        DIAGNOSTIC              # Cheap kernel consistency checks
1.38      cgd        30:
1.37      thorpej    31: # File systems
1.65      cgd        32: file-system    FFS             # Fast file system
                     33: file-system    MFS             # Memory-based file system
                     34: file-system    CD9660          # ISO-9660 CD-ROM FS (w/RockRidge extensions)
                     35: file-system    MSDOSFS         # MS-DOS-compatible file system
                     36: file-system    NFS             # Sun NFS-compatible file system client
1.37      thorpej    37:
1.1       cgd        38: # File system options
1.58      mellon     39: options        FIFO            # POSIX fifo support (in all file systems)
                     40: options        NFSSERVER       # Sun NFS-compatible file system server
1.1       cgd        41:
                     42: # Networking options
1.58      mellon     43: options        INET            # Internet protocol suite
1.1       cgd        44:
                     45: # 4.3BSD compatibility.  Should be optional, but necessary for now.
1.58      mellon     46: options        COMPAT_43
1.1       cgd        47:
1.9       cgd        48: # Binary compatibility with previous versions of NetBSD.
1.58      mellon     49: #options       COMPAT_09
                     50: options        COMPAT_10
                     51: options        COMPAT_11
                     52: options        COMPAT_12
1.72      mjacob     53: options        COMPAT_13
1.70      mjacob     54:
                     55: # System V-like message queues
                     56: options        SYSVMSG
                     57:
                     58: # System V-like semaphores
                     59: options        SYSVSEM
1.9       cgd        60:
1.34      cgd        61: # System V-like shared memory
1.58      mellon     62: options        SYSVSHM
                     63: #options       SHMMAXPGS=1024          # 1024 pages is the default
1.1       cgd        64:
1.7       cgd        65: # Loadable Kernel Modules
1.58      mellon     66: options        LKM
1.5       cgd        67:
                     68: # Disable kernel security.
1.58      mellon     69: #options       INSECURE
1.2       cgd        70:
1.7       cgd        71: # Misc. options
1.58      mellon     72: options        EISAVERBOSE             # recognize "unknown" EISA devices
                     73: options        PCIVERBOSE              # recognize "unknown" PCI devices
1.71      mjacob     74: options        SCSIVERBOSE             # Verbose SCSI errors
1.58      mellon     75: options        TCVERBOSE               # recognize "unknown" TC devices
                     76: options        UCONSOLE                # users can use TIOCCONS (for xconsole)
1.73      drochner   77:
                     78: # The Alpha console firmware network boots using the BOOTP
                     79: # protocol, so we ask the NFS code to use BOOTP as well, in
                     80: # case we have NFS root.
                     81: options        NFS_BOOT_BOOTP
1.7       cgd        82:
1.37      thorpej    83: config         netbsd  root on ? type ?
1.57      mrg        84: #config                netbsd  root on sd0 type ffs
1.37      thorpej    85: #config                netbsd  root on ? type nfs
1.7       cgd        86:
                     87: mainbus0 at    root
                     88: cpu*   at      mainbus0
1.1       cgd        89:
1.41      cgd        90: # TurboLaser bus support and devices
                     91: tlsb*  at      mainbus0
                     92: gbus*  at      tlsb? node ? offset ?
                     93: tlsbmem* at    tlsb? node ? offset ?
                     94: kft*   at      tlsb? node ? offset ?
                     95:
                     96: # Gbus Devices
                     97: mcclock* at    gbus? offset 0x20000000
                     98:
1.10      cgd        99: # TurboChannel host bus adapter support
                    100: tcasic*        at      mainbus0
                    101:
1.8       cgd       102: # TurboChannel bus support
1.10      cgd       103: tc*    at      tcasic?
1.8       cgd       104:
                    105: # TurboChannel devices
1.29      cgd       106: ioasic*        at      tc? slot ? offset ?
                    107: mcclock* at    ioasic? offset ?
1.12      cgd       108: le*    at      ioasic? offset ?
1.10      cgd       109: scc0   at      ioasic? offset ?
                    110: scc1   at      ioasic? offset ?
1.1       cgd       111: tcds0  at      tc? slot ? offset ?
1.40      thorpej   112: asc0   at      tcds? slot ?
                    113: asc1   at      tcds? slot ?
1.46      cgd       114: #cfb*  at      tc? slot ? offset ?
                    115: #sfb*  at      tc? slot ? offset ?
1.12      cgd       116: le*    at      tc? slot ? offset ?
1.15      cgd       117: fta*   at      tc? slot ? offset ?             # DEC DEFTA FDDI cards
1.1       cgd       118:
1.8       cgd       119: # PCI host bus adapter support
1.7       cgd       120: apecs* at      mainbus?
1.9       cgd       121: cia*   at      mainbus?
                    122: lca*   at      mainbus?
1.41      cgd       123: dwlpx* at      kft?
1.7       cgd       124:
1.8       cgd       125: # PCI bus support
1.7       cgd       126: pci*   at      apecs?
1.9       cgd       127: pci*   at      cia?
                    128: pci*   at      lca?
                    129: pci*   at      ppb?
1.41      cgd       130: pci*   at      dwlpx?
1.7       cgd       131:
1.8       cgd       132: # PCI devices
1.43      cgd       133: ahc*   at      pci? dev ? function ?           # Adaptec [23]94x, aic78x0 SCSI
                    134: bha*   at      pci? dev ? function ?           # BusLogic 9xx SCSI (untested)
1.49      cgd       135: cy*    at      pci? dev ? function ?           # Cyclades Cyclom-Y (untested)
1.43      cgd       136: de*    at      pci? dev ? function ?           # 21x4x-based Ethernet
1.20      cgd       137: en*    at      pci? dev ? function ?           # ENI PCI ATM (untested)
1.52      cjs       138: ep*    at      pci? dev ? function ?           # 3COM 3c59x/3c90x Ethernet
1.43      cgd       139: fpa*   at      pci? dev ? function ?           # DEC DEFPA FDDI
1.55      thorpej   140: fxp*   at      pci? dev ? function ?           # Intel EEPRO 10/100B (unt.)
1.43      cgd       141: isp*   at      pci? dev ? function ?           # Qlogic ISP 10x0 SCSI
1.20      cgd       142: le*    at      pci? dev ? function ?           # PCI LANCE Ethernet (untested)
                    143: ncr*   at      pci? dev ? function ?           # NCR 53c8xx SCSI
1.43      cgd       144: pceb*  at      pci? dev ? function ?           # Intel PCI-EISA Bridges
                    145: ppb*   at      pci? dev ? function ?           # PCI-PCI Bridges
                    146: sio*   at      pci? dev ? function ?           # Intel PCI-ISA Bridges
                    147: tga*   at      pci? dev ? function ?           # DEC ZLXp-E[123] Graphics
1.49      cgd       148: vga*   at      pci? dev ? function ?           # PCI VGA Graphics
1.7       cgd       149:
1.9       cgd       150: # ISA/EISA bus support
                    151: isa*   at      pceb?
                    152: eisa*  at      pceb?
                    153: isa*   at      sio?
1.8       cgd       154:
                    155: # ISA devices
1.29      cgd       156: mcclock* at    isa? port 0x70
                    157: pcppi* at      isa?                            # PC prog. periph. interface
                    158: pckbd* at      pcppi?                          # PC keyboard (kbd port)
                    159: pms*   at      pcppi?                          # PS/2-style mouse (aux port)
                    160: com*   at      isa? port 0x3f8 irq 4           # standard serial ports
                    161: com*   at      isa? port 0x2f8 irq 3
1.52      cjs       162: ep*    at      isa? port ? irq ?               # 3COM 3c509 Ethernet
1.66      cgd       163: lc*    at      isa? port ? iomem ? irq ?       # DEC EtherWORKS III (LEMAC)
1.56      thorpej   164: #le*   at      isa? port 0x320 irq 10 drq 7    # IsoLan, NE2100, DEPCA (unt.)
1.29      cgd       165: lpt*   at      isa? port 0x3bc irq 7           # standard parallel port
                    166: vga*   at      isa?                            # ISA (EISA: XXX) VGA
1.74    ! thorpej   167: wdc0   at      isa? port 0x1f0 irq 14          # ST506/ESDI/IDE controllers
        !           168: wdc1   at      isa? port 0x170 irq 15
1.29      cgd       169: #wss*  at      isa? port 0x530 irq 9 drq 0     # Windows Sound System
1.62      augustss  170: #audio*        at      wss?
1.56      thorpej   171: aha*   at      isa? port 0x330 irq ? drq ?     # Adaptec 154[02] SCSI
                    172: aha*   at      isa? port 0x334 irq ? drq ?     # Adaptec 154[02] SCSI
                    173: bha*   at      isa? port 0x330 irq ? drq ?     # BusLogic [57]4X SCSI (unt.)
                    174: bha*   at      isa? port 0x334 irq ? drq ?     # BusLogic [57]4X SCSI (unt.)
                    175: uha*   at      isa? port 0x330 irq ? drq ?     # UltraStor [13]4f SCSI (unt.)
                    176: uha*   at      isa? port 0x334 irq ? drq ?     # UltraStor [13]4f SCSI (unt.)
1.15      cgd       177:
                    178: # EISA devices
1.56      thorpej   179: ahb*   at      eisa? slot ?                    # Adaptec 174[024] SCSI (unt.)
1.44      cgd       180: ahc*   at      eisa? slot ?                    # Adaptec 274x, aic7770 SCSI
                    181: bha*   at      eisa? slot ?                    # BusLogic 7xx SCSI
1.53      cjs       182: ep*    at      eisa? slot ?                    # 3COM 3c579 Ethernet (untested)
1.50      cgd       183: fea*   at      eisa? slot ?                    # DEC DEFEA FDDI
1.56      thorpej   184: uha*   at      eisa? slot ?                    # UltraStor 24f SCSI (unt.)
1.7       cgd       185:
1.8       cgd       186: # SCSI bus support
1.56      thorpej   187: scsibus* at    aha?
                    188: scsibus* at    ahb?
1.43      cgd       189: scsibus* at    ahc?
1.40      thorpej   190: scsibus* at    asc?
1.43      cgd       191: scsibus* at    bha?
1.42      cgd       192: scsibus* at    isp?
1.7       cgd       193: scsibus* at    ncr?
1.56      thorpej   194: scsibus* at    uha?
1.1       cgd       195:
1.8       cgd       196: # SCSI devices
1.31      cgd       197: cd*    at      scsibus? target ? lun ?         # SCSI CD-ROM drives
                    198: sd*    at      scsibus? target ? lun ?         # SCSI disk drives
                    199: st*    at      scsibus? target ? lun ?         # SCSI tape drives
1.51      cgd       200:
                    201: # ST506/ESDI/IDE devices
1.74    ! thorpej   202: wd*    at      wdc? drive ?
        !           203:
        !           204: # ATAPI bus support
        !           205: atapibus* at   wdc?
        !           206:
        !           207: # ATAPI devices
        !           208: sd*    at      atapibus? drive ?               # ATAPI disk devices
        !           209: cd*    at      atapibus? drive ?               # ATAPI CD-ROM devices
1.11      cgd       210:
                    211: # Workstation Console attachments
1.46      cgd       212: #wscons* at    cfb?
1.28      cgd       213: wscons*        at      vga?
1.46      cgd       214: #wscons* at    sfb?
1.11      cgd       215: wscons*        at      tga?
1.1       cgd       216:
1.19      cgd       217: pseudo-device  bpfilter        16
1.34      cgd       218: pseudo-device  ccd             4
1.67      cjs       219: pseudo-device  ipfilter        1
1.34      cgd       220: pseudo-device  loop            1
                    221: pseudo-device  md              1
                    222: pseudo-device  ppp             4
1.19      cgd       223: pseudo-device  pty             64
                    224: pseudo-device  sl              4
                    225: pseudo-device  vnd             4
1.69      explorer  226:
                    227: # rnd is EXPERIMENTAL
                    228: #pseudo-device rnd                     # /dev/random and in-kernel generator
                    229: #options       RND_COM                 # use "com" randomness too

CVSweb <webmaster@jp.NetBSD.org>