Home | History | Annotate | Line # | Download | only in conf
ALL revision 1.12.2.1
      1 #
      2 #	ALL -- everything that's currently supported
      3 #
      4 #	$Id: ALL,v 1.12.2.1 1993/08/06 08:28:08 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 #bus mice
     64 device		mms0	at isa? port "IO_BMS0" tty irq 5 vector mmsintr
     65 device		lms0	at isa? port "IO_BMS0" tty irq 5 vector lmsintr
     66 device		pms0	at isa? port "IO_BMS0" tty irq 5 vector pmsintr
     67 
     68 #scsi
     69 controller	aha0	at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
     70 controller	ahb0	at isa? bio irq 11  vector ahbintr
     71 controller	bt0	at isa? port "IO_BT0" bio irq 11  vector btintr
     72 controller	uha0	at isa? port "IO_UHA0" bio irq 11 drq 5 vector uhaintr
     73 controller	scbus0
     74 
     75 device		sd0
     76 device		sd1
     77 
     78 device		st0
     79 device		st1
     80 
     81 device		cd0
     82 device		cd1
     83 
     84 device	        ch0
     85 device	        ch1
     86 
     87 #ether
     88 device we0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr
     89 device ne0 at isa? port 0x300 net irq 9 vector neintr
     90 device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
     91 device ec0 at isa? port 0x250 net irq 9 iomem 0xd8000 iosiz 8192 vector ecintr
     92 
     93 #pseudo-devices
     94 pseudo-device pty8
     95 #pseudo-device tb2	was never ported to 4.4
     96 pseudo-device devpager
     97 pseudo-device swappager
     98 pseudo-device vnodepager
     99 pseudo-device bpfilter3
    100 pseudo-device loop
    101 pseudo-device sl
    102 #pseudo-device tun	missing header files
    103 pseudo-device ether #XXX
    104 pseudo-device speaker
    105