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