1 # 2 # ALL -- everything that's currently supported 3 # 4 # $Id: ALL,v 1.15 1993/08/24 21:39:35 mycroft Exp $ 5 # 6 machine "i386" 7 cpu "I386_CPU" 8 cpu "I486_CPU" 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 18 options ACCOUNTING 19 options MFS 20 options NFS 21 #options IMP 22 options INET 23 options NS 24 options ISO 25 options TPIP 26 options EON 27 options CCITT 28 options GATEWAY 29 options ISOFS 30 options DDB 31 options FDESC 32 options KERNFS 33 options SCSI 34 options "MATH_EMULATE" 35 36 options "COMPAT_NOMID" 37 options "COMPAT_43" 38 options "TCP_COMPAT_42" 39 40 config netbsd root on wd0 swap on wd0 and sd0 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 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 64 65 #bus mice 66 device mms0 at isa? port "IO_BMS0" tty irq 5 vector mmsintr 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 69 70 #scsi 71 controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr 72 controller ahb0 at isa? bio irq 11 vector ahbintr 73 controller bt0 at isa? port "IO_BT0" bio irq 11 vector btintr 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 91 device ne0 at isa? port 0x300 net irq 9 vector neintr 92 device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr 93 device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr 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 104 pseudo-device ppp 105 #pseudo-device tun missing header files 106 pseudo-device ether #XXX 107 pseudo-device speaker 108