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

Annotation of src/sys/arch/i386/conf/ALL, Revision 1.15

1.7       cgd         1: #
                      2: #      ALL -- everything that's currently supported
                      3: #
1.15    ! mycroft     4: #      $Id: ALL,v 1.14 1993/08/14 06:38:06 deraadt Exp $
1.7       cgd         5: #
1.1       glass       6: machine                "i386"
1.8       cgd         7: cpu            "I386_CPU"
                      8: cpu            "I486_CPU"
1.1       glass       9: ident          ALL
                     10: timezone       8 dst
                     11: maxusers       30
                     12:
                     13: options KTRACE
                     14: options FIFO
                     15: #options SYSVSHM               broken
                     16: #options SHMMAXPGS=1024                broken
                     17: options QUOTA
1.15    ! mycroft    18: options ACCOUNTING
1.1       glass      19: options MFS
                     20: options NFS
                     21: #options IMP
                     22: options INET
1.2       glass      23: options NS
                     24: options ISO
                     25: options TPIP
                     26: options EON
                     27: options CCITT
1.15    ! mycroft    28: options GATEWAY
1.1       glass      29: options ISOFS
                     30: options DDB
                     31: options FDESC
                     32: options KERNFS
                     33: options SCSI
1.8       cgd        34: options        "MATH_EMULATE"
1.1       glass      35:
1.15    ! mycroft    36: options        "COMPAT_NOMID"
        !            37: options        "COMPAT_43"
        !            38: options        "TCP_COMPAT_42"
1.1       glass      39:
1.5       cgd        40: config         netbsd  root on wd0 swap on wd0 and sd0
1.1       glass      41:
                     42: #buses
                     43: controller     isa0
                     44:
                     45: #non-scsi disk controllers
                     46: controller     wdc0    at isa? port "IO_WD1" bio irq 14 vector wdintr
                     47: disk           wd0     at wdc0 drive 0
                     48: disk           wd0     at wdc0 drive 1
                     49:
                     50: #floppy controller
                     51: controller     fdc0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
                     52: disk           fd0     at fdc0 drive 0
                     53: disk           fd1     at fdc0 drive 1
                     54:
                     55: #console
                     56: device         pc0     at isa? port "IO_KBD" tty irq 1 vector pcrint
                     57:
                     58: #math co-processor
                     59: device         npx0    at isa? port "IO_NPX" irq 13 vector npxintr
                     60:
                     61: #serial
1.6       cgd        62: device         com0    at isa? port "IO_COM1" tty irq 4 vector comintr
                     63: device         com1    at isa? port "IO_COM2" tty irq 3 vector comintr
1.12      andrew     64:
                     65: #bus mice
1.13      cgd        66: device         mms0    at isa? port "IO_BMS0" tty irq 5 vector mmsintr
1.12      andrew     67: device         lms0    at isa? port "IO_BMS0" tty irq 5 vector lmsintr
                     68: device         pms0    at isa? port "IO_BMS0" tty irq 5 vector pmsintr
1.1       glass      69:
                     70: #scsi
                     71: controller     aha0    at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
1.10      cgd        72: controller     ahb0    at isa? bio irq 11  vector ahbintr
                     73: controller     bt0     at isa? port "IO_BT0" bio irq 11  vector btintr
1.1       glass      74: controller     uha0    at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
                     75: controller     scbus0
                     76:
                     77: device         sd0
                     78: device         sd1
                     79:
                     80: device         st0
                     81: device         st1
                     82:
                     83: device         cd0
                     84: device         cd1
                     85:
                     86: device         ch0
                     87: device         ch1
                     88:
                     89: #ether
                     90: device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr
1.10      cgd        91: device ne0 at isa? port 0x300 net irq 9 vector neintr
1.1       glass      92: device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
1.10      cgd        93: device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
1.1       glass      94:
                     95: #pseudo-devices
                     96: pseudo-device pty8
                     97: #pseudo-device tb2     was never ported to 4.4
                     98: pseudo-device devpager
                     99: pseudo-device swappager
                    100: pseudo-device vnodepager
                    101: pseudo-device bpfilter3
                    102: pseudo-device loop
                    103: pseudo-device sl
1.14      deraadt   104: pseudo-device ppp
1.1       glass     105: #pseudo-device tun     missing header files
                    106: pseudo-device ether #XXX
1.7       cgd       107: pseudo-device speaker

CVSweb <webmaster@jp.NetBSD.org>