home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / sys / i386 / conf / ARGO next >
Encoding:
Text File  |  1991-05-09  |  1.1 KB  |  47 lines

  1. #
  2. # UCB EISA 386 (Compaq SystemPro) ARGO
  3. #
  4. machine        "i386"
  5. cpu        "i386"
  6. ident        ARGO
  7. timezone    8 dst
  8. maxusers    10
  9. options        INET
  10. options        NFS
  11. options        MFS
  12. # options        NS
  13. # options        KDB
  14. # options        QUOTA
  15. options        "COMPAT_43"
  16. options        "TCP_COMPAT_42"
  17. options        "MAXRAM=0x2000000"    # argo has more than 16MB
  18. options        DEBUG
  19. options        "COMCONSOLE=0"
  20.  
  21. config        vmunix    root on dk0 swap on dk0
  22.  
  23. #controller    eisa0
  24. controller    isa0
  25. controller    wd0    at isa? port "IO_WD1" bio irq 14 vector wdintr
  26. disk        dk0    at wd0 drive 0
  27. controller    fd0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
  28. disk        dk4    at fd0 drive 0
  29. disk        dk5    at fd0 drive 1
  30.  
  31. device        pc0    at isa? port "IO_KBD" tty irq 1 vector pcrint
  32. device        npx0    at isa? port "IO_NPX" irq 13 vector npxintr
  33. device        com0    at isa? port "IO_COM1" tty irq 4 vector comintr
  34. device        com1    at isa? port "IO_COM2" tty irq 3 vector comintr
  35. device        ne0    at isa? port 0x320 net irq 9 vector neintr
  36. device we0 at isa? port 0x380 net irq 10 iomem 0xd0000 iosiz 8192 vector weintr
  37.  
  38. pseudo-device    loop
  39. pseudo-device    pty
  40. pseudo-device    ether
  41. pseudo-device    sl    2
  42. pseudo-device    log
  43.  
  44. pseudo-device    swappager
  45. pseudo-device    vnodepager
  46. pseudo-device    devpager
  47.