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