1 # 2 # ALL -- everything that's currently supported 3 # 4 # $Id: ALL,v 1.11 1993/06/06 22:20:03 cgd 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 MFS 19 options NFS 20 #options IMP 21 options INET 22 options NS 23 options ISO 24 options TPIP 25 options EON 26 options CCITT 27 options ISOFS 28 options DDB 29 options FDESC 30 options KERNFS 31 options SCSI 32 options "MATH_EMULATE" 33 options "COMPAT_NOMID" 34 35 options "COMPAT_43" 36 options "TCP_COMPAT_42" 37 38 config netbsd root on wd0 swap on wd0 and sd0 39 40 #buses 41 controller isa0 42 43 #non-scsi disk controllers 44 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr 45 disk wd0 at wdc0 drive 0 46 disk wd0 at wdc0 drive 1 47 48 #floppy controller 49 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr 50 disk fd0 at fdc0 drive 0 51 disk fd1 at fdc0 drive 1 52 53 #console 54 device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint 55 56 #math co-processor 57 device npx0 at isa? port "IO_NPX" irq 13 vector npxintr 58 59 #serial 60 device com0 at isa? port "IO_COM1" tty irq 4 vector comintr 61 device com1 at isa? port "IO_COM2" tty irq 3 vector comintr 62 63 #scsi 64 controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr 65 controller ahb0 at isa? bio irq 11 vector ahbintr 66 controller bt0 at isa? port "IO_BT0" bio irq 11 vector btintr 67 controller uha0 at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr 68 controller scbus0 69 70 device sd0 71 device sd1 72 73 device st0 74 device st1 75 76 device cd0 77 device cd1 78 79 device ch0 80 device ch1 81 82 #ether 83 device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr 84 device ne0 at isa? port 0x300 net irq 9 vector neintr 85 device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr 86 device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr 87 88 #pseudo-devices 89 pseudo-device pty8 90 #pseudo-device tb2 was never ported to 4.4 91 pseudo-device devpager 92 pseudo-device swappager 93 pseudo-device vnodepager 94 pseudo-device bpfilter3 95 pseudo-device loop 96 pseudo-device sl 97 #pseudo-device tun missing header files 98 pseudo-device ether #XXX 99 pseudo-device speaker 100