home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4716 < prev    next >
Encoding:
Text File  |  1992-08-25  |  2.2 KB  |  72 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!munnari.oz.au!mel.dit.csiro.au!david
  3. From: david@mlb.geomechanics.csiro.au (David Le Blanc)
  4. Subject: [386bsd] How do I config a SCSI tape into my system?
  5. Message-ID: <david.714809998@mlb.geomechanics.csiro.au>
  6. Sender: news@mel.dit.csiro.au
  7. Organization: CSIRO DIT (Melb.)
  8. Date: 26 Aug 92 06:19:58 GMT
  9. Lines: 61
  10.  
  11. The subject says it all. Here is my current config, note that
  12. access to /dev/ras0a returns 'Bad File Descriptor'.
  13.  
  14. The controller is an adaptec 1542b, and is found on bootup.
  15.  
  16.  
  17. #
  18. #
  19. machine        "i386"
  20. cpu        "i386"
  21. ident        PCDAVID
  22. timezone    -10 
  23. maxusers    10
  24. options        INET,NFS,XSERVER
  25. options        "COMPAT_43"
  26. options        "TCP_COMPAT_42"
  27.  
  28. config        "386bsd"    root on wd0 swap on wd0 and as0
  29.  
  30. controller    isa0
  31. controller    wd0    at isa? port "IO_WD1" bio irq 14 vector wdintr
  32. disk        wd0    at wd0 drive 0
  33. disk        wd1    at wd0 drive 1
  34.  
  35. controller    fd0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
  36. disk        fd0    at fd0 drive 0
  37. disk        fd1    at fd0 drive 1
  38.  
  39. controller    as0    at isa? port 0x330 bio irq 11 drq 5 vector asintr
  40. disk        as0    at as0 drive 0        # My tape unit??
  41. #disk        as0    at as0 drive 0
  42. #disk        as1    at as0 drive 1
  43.  
  44. device        pc0    at isa? port "IO_KBD" tty irq 1 vector pcrint
  45. device        npx0    at isa? port "IO_NPX" irq 13 vector npxintr
  46. device        com0    at isa? port "IO_COM1" tty irq 4 flags 0x01 vector comintr
  47. device        com1    at isa? port "IO_COM2" tty irq 3 flags 0x01 vector comintr
  48.  
  49. device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
  50. #device ne0 at isa? port 0x300 net irq 2 vector neintr
  51. #device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
  52. #device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
  53.  
  54. device        wt0    at isa? port 0x300 bio irq 5 drq 1 vector wtintr
  55.  
  56. device        mse0    at isa? port 0x23c bio irq 5 vector mseintr
  57.  
  58. pseudo-device    loop
  59. pseudo-device    ether
  60. pseudo-device    sl    2
  61. pseudo-device    log
  62. pseudo-device    pty    4
  63.  
  64. pseudo-device    swappager
  65. pseudo-device    vnodepager
  66. pseudo-device    devpager
  67. --
  68. David Le Blanc                         :
  69. Email: david@mlb.geomechanics.csiro.au : `Sort of a cross between a Jaguar
  70. CSIRO Division of Geomechanics,           :  and a freight train.' the Alien
  71. P.O. Box 54 Mt Waverley 3149           : in Alien^3.
  72.