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

Annotation of src/sys/arch/algor/conf/P6032, Revision 1.1.2.2

1.1.2.2 ! jdolecek    1: #      $NetBSD: P6032,v 1.1.2.1 2002/01/10 19:36:53 thorpej Exp $
1.1       thorpej     2: #
                      3: # Algorithmics P-6032 kernel.
                      4: #
                      5:
                      6: include        "arch/algor/conf/std.algor"
                      7:
1.1.2.2 ! jdolecek    8: #ident                 "P6032-$Revision: 1.1.2.1 $"
1.1       thorpej     9:
                     10: maxusers 32
                     11:
                     12: # Platform Support
                     13: #options       ALGOR_P4032     # Algorithmics P-4032
                     14: #options       ALGOR_P5064     # Algorithmics P-5064
                     15: options        ALGOR_P6032     # Algorithmics P-6032
                     16:
                     17: options        MIPS3_L2CACHE_ABSENT    # No L2 cache on this machine
                     18:
                     19: # Standard system options
                     20: options        KTRACE                  # System call tracing support
                     21: options        NTP                     # kernel PLL for NTP
                     22:
                     23: # Diagnostic/debugging support options
                     24: options        DIAGNOSTIC              # Cheap kernel consistency checks
                     25: options        DDB                     # kernel debugger
                     26: makeoptions    DEBUG="-g"
                     27: #makeoptions   DEBUGLIST="pattern1 pattern2 ..."
                     28:
                     29: # File systems
                     30: file-system    FFS             # Fast file system
                     31: file-system    MFS             # Memory-based file system
                     32: file-system    CD9660          # ISO-9660 CD-ROM FS (w/RockRidge extensions)
                     33: file-system    MSDOSFS         # MS-DOS-compatible file system
                     34: file-system    NTFS            # Windows/NT file system (experimental)
                     35: file-system    NFS             # Sun NFS-compatible file system client
                     36: file-system    KERNFS          # Kernel variable file system (/kern)
                     37: file-system    PROCFS          # Process file system (/proc)
                     38: file-system    FDESC           # /dev/fd file system
                     39:
                     40: # File system options
                     41: options        NFSSERVER       # Sun NFS-compatible file system server
                     42: #options       FFS_EI          # FFS Endian Independant support
                     43: options        SOFTDEP         # FFS soft updates support.
                     44:
                     45: # Networking options
                     46: options        INET            # Internet protocol suite
                     47: options        INET6           # IPV6
                     48: options        IPSEC           # IP security
                     49: options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
                     50: #options       IPSEC_DEBUG     # debug for IP security
                     51:
                     52: # 4.3BSD compatibility.  Should be optional, but necessary for now.
                     53: options        COMPAT_43
                     54:
                     55: # Binary compatibility with previous versions of NetBSD.
                     56: #options       COMPAT_09
                     57: options        COMPAT_10
                     58: options        COMPAT_11
                     59: options        COMPAT_12
                     60: options        COMPAT_13
                     61: options        COMPAT_14
                     62:
                     63: # System V-like message queues
                     64: options        SYSVMSG
                     65:
                     66: # System V-like semaphores
                     67: options        SYSVSEM
                     68:
                     69: # System V-like shared memory
                     70: options        SYSVSHM
                     71: #options       SHMMAXPGS=1024          # 1024 pages is the default
                     72:
                     73: # Loadable Kernel Modules
                     74: options        LKM
                     75:
                     76: # Disable kernel security.
                     77: #options       INSECURE
                     78:
                     79: # Misc. options
                     80: options        PCI_NETBSD_CONFIGURE    # NetBSD configures the PCI bus
                     81: options        PCIVERBOSE              # recognize "unknown" PCI devices
                     82: options        MIIVERBOSE              # verbose PHY autoconfig messages
                     83: #options       PCI_CONFIG_DUMP         # verbosely dump PCI config space
                     84: options        SCSIVERBOSE             # Verbose SCSI errors
                     85: options        UCONSOLE                # users can use TIOCCONS (for xconsole)
                     86: #options       PCMCIAVERBOSE
1.1.2.2 ! jdolecek   87: #options       PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
1.1       thorpej    88:
                     89: # The Alpha console firmware network boots using the BOOTP
                     90: # protocol, so we ask the NFS code to use BOOTP/DHCP as well,
                     91: # in case we have NFS root.
                     92: options        NFS_BOOT_DHCP           # superset of BOOTP
                     93:
                     94: # WS console uses SUN or VT100 terminal emulation
                     95: #options       WSEMUL_VT100
                     96:
                     97: config         netbsd  root on ? type ?
                     98: #config                netbsd  root on sd0 type ffs
                     99: #config                netbsd  root on ? type nfs
                    100:
                    101: mainbus0 at    root
                    102: cpu*   at      mainbus0
                    103:
                    104: # PCI host bus adapter support
                    105: bonito*        at      mainbus?
                    106:
                    107: # PCI bus support
                    108: pci*   at      bonito?
                    109:
                    110: # PCI devices
                    111: #adv*  at      pci? dev ? function ?           # AdvanSys SCSI
                    112: #adw*  at      pci? dev ? function ?           # AdvanSys Wide SCSI
                    113: #options       ADW_WDTR_DISABLE                #       disable WDTR
                    114: #options       ADW_SDTR_DISABLE                #       disable SDTR
                    115: #options       ADW_TAGQ_DISABLE                #       disable Tag Queuing
                    116: #ahc*  at      pci? dev ? function ?           # Adaptec [23]94x, aic78x0 SCSI
                    117: #bha*  at      pci? dev ? function ?           # BusLogic 9xx SCSI (untested)
                    118: #cac*  at      pci? dev ? function ?           # Compaq array controller (untested)
                    119: #cy*   at      pci? dev ? function ?           # Cyclades Cyclom-Y (untested)
                    120: #cz*   at      pci? dev ? function ?           # Cyclades-Z (untested)
                    121: #de*   at      pci? dev ? function ?           # 21x4x-based Ethernet
                    122: #dpt*  at      pci? dev ? function ?           # DPT SmartCache/SmartRAID
                    123: #eap*  at      pci? dev ? function ?           # Ensoniq AudioPCI
                    124: #en*   at      pci? dev ? function ?           # ENI PCI ATM (untested)
                    125: #ep*   at      pci? dev ? function ?           # 3COM 3c59x
                    126: #epic* at      pci? dev ? function ?           # SMC EPIC/100 Ethernet
                    127: #eso*  at      pci? dev ? function ?           # ESS Solo-1 PCI AudioDrive
                    128: #ex*   at      pci? dev ? function ?           # 3COM 3c90x[B] Ethernet
                    129: #fpa*  at      pci? dev ? function ?           # DEC DEFPA FDDI
                    130: #fxp*  at      pci? dev ? function ?           # Intel EEPRO 10+/100B
                    131: #gsip* at      pci? dev ? function ?           # NS DP83820 Gigabit Ethernet
                    132: #isp*  at      pci? dev ? function ?           # Qlogic ISP 10x0 SCSI
1.1.2.1   thorpej   133: pcn*   at      pci? dev ? function ?           # AMD PCnet-PCI Ethernet
1.1       thorpej   134: pcib*  at      pci? dev ? function ?           # Intel PCI-ISA Bridges
                    135: #siop* at      pci? dev ? function ?           # Symbios 53c8xx SCSI
                    136: #mlx*  at      pci? dev ? function ?           # Mylex DAC960 / DEC SWXCR (untested)
                    137: #ne*   at      pci? dev ? function ?           # NE2000-compatible Ethernet
                    138: #ohci* at      pci? dev ? function ?           # USB Open Host Controller
                    139: pciide*        at      pci? dev ? function ?           # PCI IDE controllers
                    140: #pcscp*        at      pci? dev ? function ?           # AMD Am53c974 PCscsi-PCI
                    141: ppb*   at      pci? dev ? function ?           # PCI-PCI Bridges
                    142: #rtk*  at      pci? dev ? function ?           # RealTek 8129/8139 Ethernet
                    143: #sip*  at      pci? dev ? function ?           # SiS 900 Ethernet
                    144: #sv*   at      pci? dev ? function ?           # S3 SonicVibes
                    145: #tga*  at      pci? dev ? function ?           # DEC ZLXp-E[123] Graphics
                    146: #ti*   at      pci? dev ? function ?           # Alteon Tigon Gig-E
                    147: #tl*   at      pci? dev ? function ?           # TI ThunderLAN Ethernet
                    148: #tlp*  at      pci? dev ? function ?           # DECchip 21x4x and clones
                    149: #options       TLP_MATCH_21040
                    150: #options       TLP_MATCH_21041
                    151: #options       TLP_MATCH_21140
                    152: #options       TLP_MATCH_21142
                    153: #uhci* at      pci? dev ? function ?           # USB Univ. Host Controller
                    154: #vga*  at      pci? dev ? function ?           # PCI VGA Graphics
                    155: #vr*   at      pci? dev ? function ?           # VIA Rhine Fast Ethernet
                    156: #yds*  at      pci? dev ? function ?           # Yamaha DS-1 PCI Audio
                    157:
                    158: #audio*        at      eap?
                    159: #audio*        at      eso?
                    160: #audio*        at      sv?
                    161: #audio*        at      yds?
                    162:
                    163: #opl*  at      eso?
                    164: #opl*  at      sv?
                    165: #opl*  at      yds?
                    166:
                    167: #mpu*  at      eso?
                    168: #mpu*  at      yds?
                    169:
                    170: # MII/PHY support
1.1.2.1   thorpej   171: acphy* at mii? phy ?                   # Altima AC101 and AMD Am79c874 PHYs
                    172: amhphy*        at mii? phy ?                   # AMD 79c901 10BASE-T PHY
                    173: #bmtphy* at mii? phy ?                 # Broadcom BCM5201 and BCM5202 PHYs
                    174: #brgphy* at mii? phy ?                 # Broadcom BCM5400-family PHYs
                    175: #dmphy*        at mii? phy ?                   # Davicom DM9101 PHYs
1.1       thorpej   176: #exphy*        at mii? phy ?                   # 3Com internal PHYs
1.1.2.1   thorpej   177: #glxtphy* at mii? phy ?                        # Level One LXT-1000 PHYs
                    178: #gphyter* at mii? phy ?                        # NS83861 Gig-E PHY
                    179: #icsphy* at mii? phy ?                 # Integrated Circuit Systems ICS1890
1.1       thorpej   180: #inphy*        at mii? phy ?                   # Intel 82555 PHYs
1.1.2.1   thorpej   181: #iophy*        at mii? phy ?                   # Intel 82553 PHYs
                    182: lxtphy*        at mii? phy ?                   # Level One LXT-970 PHYs
                    183: #makphy* at mii? phy ?                 # Margell Semiconductor 88E1000 PHYs
                    184: nsphy* at mii? phy ?                   # NS83840 PHYs
                    185: #nsphyter* at mii? phy ?                       # NS83843 PHYs
1.1       thorpej   186: #qsphy*        at mii? phy ?                   # Quality Semiconductor QS6612 PHYs
1.1.2.1   thorpej   187: pnaphy*        at mii? phy ?                   # generic HomePNA PHYs
                    188: #nsphy*        at mii? phy ?                   # NS83840 PHYs
1.1       thorpej   189: #sqphy*        at mii? phy ?                   # Seeq 80220/80221/80223 PHYs
                    190: #tlphy*        at mii? phy ?                   # ThunderLAN PHYs
1.1.2.1   thorpej   191: #tqphy*        at mii? phy ?                   # TDK Semiconductor PHYs
                    192: ukphy* at mii? phy ?                   # generic unknown PHYs
1.1       thorpej   193:
                    194: # ISA/EISA bus support
                    195: isa*   at      pcib?
                    196: #isapnp*       at      isa?
                    197:
                    198: # ISA devices
                    199: mcclock* at    isa? port 0x70
                    200: #pckbc*        at      isa?                            # PC keyboard controller
                    201: #pckbd*        at      pckbc?                          # PC keyboard (kbd port)
                    202: #pms*  at      pckbc?                          # PS/2-style mouse (aux port)
                    203: #pcppi*        at      isa?                            # PC prog. periph. interface
                    204: #spkr0 at      pcppi?                          # IBM BASIC emulation
                    205: #isabeep0 at   pcppi?                          # "keyboard" beep
                    206: #midi* at      pcppi?
                    207: com*   at      isa? port 0x3f8 irq 4           # standard serial ports
                    208: com*   at      isa? port 0x2f8 irq 3
                    209: #cs*   at      isa? port 0x300 iomem ? irq ? drq ? # CS8900 Ethernet
                    210: #ec0   at      isa? port 0x250 iomem 0xd8000 irq 9 # 3Com 3c503 Ethernet
                    211: #ep*   at      isa? port ? irq ?               # 3COM 3c509 Ethernet
                    212: #ep*   at      isapnp?
                    213: #ix0   at      isa? port 0x300 irq 10          # EtherExpress/16
                    214: #iy0   at      isa? port 0x360 irq ?           # EtherExpress PRO 10 ISA
                    215: fdc0   at      isa? port 0x3f0 irq 6 drq 2     # floppy controller
                    216: #lc0   at      isa? port 0x300 iomem ? irq ?   # DEC EtherWORKS III (LEMAC)
                    217: #lc1   at      isa? port 0x320 iomem ? irq ?   # DEC EtherWORKS III (LEMAC)
                    218: #depca0        at      isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5       # DEPCA
                    219: #depca1        at      isa? port 0x200 iomem 0xd8000 iosiz 0x8000 irq 10       # DEPCA
                    220: #le*   at      depca?
                    221: #lpt*  at      isa? port 0x3bc irq 7           # standard parallel port
                    222: #vga*  at      isa?                            # ISA (EISA: XXX) VGA
                    223: #wdc0  at      isa? port 0x1f0 irq 14          # ST506/ESDI/IDE controllers
                    224: #wdc1  at      isa? port 0x170 irq 15
                    225: #wdc*  at      isapnp?
1.1.2.1   thorpej   226: #we0   at      isa? port 0x280 iomem 0xd0000 irq 9     # WD/SMC Ethernet
                    227: #we1   at      isa? port 0x300 iomem 0xcc000 irq 10
1.1       thorpej   228: #wss*  at      isa? port 0x530 irq 9 drq 0     # Windows Sound System
                    229: #wss*  at      isapnp?
                    230: #audio*        at      wss?
                    231: #midi* at      wss?
                    232: #sb*   at      isa? port 0x220 irq 5 drq 1     # SoundBlaster
                    233: #sb*   at      isapnp?
                    234: #audio*        at      sb?
                    235: #adv*  at      isa? port ? irq ? drq ?         # AdvanSys APB-514[02]
                    236: #aha*  at      isa? port 0x330 irq ? drq ?     # Adaptec 154[02] SCSI
                    237: #aha*  at      isa? port 0x334 irq ? drq ?     # Adaptec 154[02] SCSI
                    238: #bha*  at      isa? port 0x330 irq ? drq ?     # BusLogic [57]4X SCSI (unt.)
                    239: #bha*  at      isa? port 0x334 irq ? drq ?     # BusLogic [57]4X SCSI (unt.)
                    240: #uha*  at      isa? port 0x330 irq ? drq ?     # UltraStor [13]4f SCSI (unt.)
                    241: #uha*  at      isa? port 0x334 irq ? drq ?     # UltraStor [13]4f SCSI (unt.)
                    242: #pcic0 at      isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
                    243: #pcic1 at      isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
                    244: #pcmcia*       at      pcic? controller ? socket ?
                    245:
                    246: # PCMCIA device
                    247: #aic*  at      pcmcia? function ?              # Adaptec APA-1460 SCSI
                    248: #com*  at      pcmcia? function ?              # Modems and serial cards
                    249: #wdc*  at      pcmcia? function ?              # PCMCIA IDE controllers
                    250: #ep*   at      pcmcia? function ?              # 3Com 3c589 and 3c562 Eth.
                    251: #mbe*  at      pcmcia? function ?              # MB8696x based Ethernet
                    252: #ne*   at      pcmcia? function ?              # NE2000-compatible Eth.
                    253: #sm*   at      pcmcia? function ?              # Megahertz Ethernet
                    254: #ray*  at      pcmcia? function ?              # Raytheon Raylink (802.11)
                    255: #wi*   at      pcmcia? function ?              # Lucent WaveLAN/IEEE
                    256:
                    257: # SCSI bus support
                    258: #scsibus* at   adv?
                    259: #scsibus* at   adw?
                    260: #scsibus* at   aha?
                    261: #scsibus* at   ahb?
                    262: #scsibus* at   ahc?
                    263: #scsibus* at   aic?
                    264: #scsibus* at   bha?
                    265: #scsibus* at   dpt?
                    266: #scsibus* at   isp?
                    267: #scsibus* at   siop?
                    268: #scsibus* at   pcscp?
                    269: #scsibus* at   uha?
                    270:
                    271: # SCSI devices
                    272: #cd*   at      scsibus? target ? lun ?         # SCSI CD-ROM drives
                    273: #sd*   at      scsibus? target ? lun ?         # SCSI disk drives
                    274: #st*   at      scsibus? target ? lun ?         # SCSI tape drives
                    275:
                    276: # ST506/ESDI/IDE devices
                    277: wd*    at      pciide? channel ?
                    278: #wd*   at      wdc? drive ?
                    279:
                    280: # ATAPI bus support
                    281: atapibus* at   pciide? channel ?
                    282: #atapibus* at  wdc?
                    283:
                    284: # ATAPI devices
                    285: sd*    at      atapibus? drive ?               # ATAPI disk devices
                    286: cd*    at      atapibus? drive ?               # ATAPI CD-ROM devices
                    287:
                    288: # Floppy drives
                    289: fd*    at      fdc? drive ?
                    290:
                    291: # Hardware RAID devices
                    292: #ld*   at      cac? unit ?
                    293: #ld*   at      mlx? unit ?
                    294:
                    295: # USB bus support
                    296: #usb*  at uhci?
                    297: #usb*  at ohci?
                    298:
                    299: # USB Hubs
                    300: #uhub* at usb?
                    301: #uhub* at uhub? port ? configuration ? interface ?
                    302:
1.1.2.1   thorpej   303: # USB HID device
                    304: #uhidev*       at uhub? port ? configuration ? interface ?
                    305:
1.1       thorpej   306: # USB Mice
1.1.2.1   thorpej   307: #ums*  at uhidev? reportid ?
1.1       thorpej   308: #wsmouse*      at ums?
                    309:
                    310: # USB Keyboards
1.1.2.1   thorpej   311: #ukbd* at uhidev? reportid ?
1.1       thorpej   312: #wskbd*        at ukbd? console ?
                    313:
                    314: # USB Generic HID devices
1.1.2.1   thorpej   315: #uhid* at uhidev? reportid ?
1.1       thorpej   316:
                    317: # USB Printer
                    318: #ulpt* at uhub? port ? configuration ? interface ?
                    319:
                    320: # USB Modem
                    321: #umodem*       at uhub? port ? configuration ?
                    322: #ucom* at umodem?
                    323:
                    324: # USB Mass Storage
                    325: #umass*        at uhub? port ? configuration ? interface ?
                    326: #atapibus* at umass? channel ?
                    327: #scsibus* at umass? channel ?
                    328:
                    329: # USB Ethernet adapters
                    330: #aue*  at uhub? port ?         # ADMtek AN986 Pegasus based adapters
                    331: #cue*  at uhub? port ?         # CATC USB-EL1201A based adapters
                    332: #kue*  at uhub? port ?         # Kawasaki LSI KL5KUSB101B based adapters
                    333:
                    334: # Serial adapters
                    335: # FTDI FT8U100AX serial adapter
                    336: #uftdi*        at uhub? port ?
                    337: #ucom* at uftdi? portno ?
                    338:
                    339: # USB scanners
                    340: #uscanner* at uhub? port ?
                    341:
                    342: # Y@P firmware loader
                    343: #uyap* at uhub? port ?
                    344:
                    345: # USB Generic driver
                    346: #ugen* at uhub? port ?
                    347:
                    348: # Workstation Console attachments
                    349: #wsdisplay*    at      vga?
                    350: #wskbd*                at      pckbd?
                    351: #wsmouse*      at      pms?
                    352:
                    353: pseudo-device  bpfilter        16
                    354: pseudo-device  ccd             4
                    355: #pseudo-device raid            4               # RAIDframe disk driver
1.1.2.1   thorpej   356: #options       RAID_AUTOCONFIG         # auto-configuration of RAID components
1.1       thorpej   357: pseudo-device  ipfilter        1
                    358: pseudo-device  loop            1
                    359: pseudo-device  md              1
                    360: pseudo-device  ppp             4
                    361: pseudo-device  pty                     # pseudo-terminals
                    362: pseudo-device  sl              4
                    363: pseudo-device  vnd             4
                    364: #pseudo-device gre             2       # generic L3 over IP tunnel
                    365: pseudo-device  gif             4       # IPv[46] over IPv[46] tunnel (RFC1933)
                    366: #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
                    367: #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
                    368: pseudo-device  vlan                    # IEEE 802.1q encapsulation
                    369: pseudo-device  sequencer       1       # MIDI sequencer
                    370: pseudo-device  rnd                     # /dev/random and in-kernel generator
                    371: #options       RND_COM                 # use "com" randomness too

CVSweb <webmaster@jp.NetBSD.org>