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