home *** CD-ROM | disk | FTP | other *** search
- #
- # UCB EISA 386 (Compaq SystemPro) ARGO
- #
- machine "i386"
- cpu "i386"
- ident ARGO
- timezone 8 dst
- maxusers 10
- options INET
- options NFS
- options MFS
- # options NS
- # options KDB
- # options QUOTA
- options "COMPAT_43"
- options "TCP_COMPAT_42"
- options "MAXRAM=0x2000000" # argo has more than 16MB
- options DEBUG
- options "COMCONSOLE=0"
-
- config vmunix root on dk0 swap on dk0
-
- #controller eisa0
- controller isa0
- controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
- disk dk0 at wd0 drive 0
- controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
- disk dk4 at fd0 drive 0
- disk dk5 at fd0 drive 1
-
- device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
- device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
- device com0 at isa? port "IO_COM1" tty irq 4 vector comintr
- device com1 at isa? port "IO_COM2" tty irq 3 vector comintr
- device ne0 at isa? port 0x320 net irq 9 vector neintr
- device we0 at isa? port 0x380 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr
-
- pseudo-device loop
- pseudo-device pty
- pseudo-device ether
- pseudo-device sl 2
- pseudo-device log
-
- pseudo-device swappager
- pseudo-device vnodepager
- pseudo-device devpager
-