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