home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.bsd
- Path: sparky!uunet!munnari.oz.au!mel.dit.csiro.au!david
- From: david@mlb.geomechanics.csiro.au (David Le Blanc)
- Subject: [386bsd] How do I config a SCSI tape into my system?
- Message-ID: <david.714809998@mlb.geomechanics.csiro.au>
- Sender: news@mel.dit.csiro.au
- Organization: CSIRO DIT (Melb.)
- Date: 26 Aug 92 06:19:58 GMT
- Lines: 61
-
- The subject says it all. Here is my current config, note that
- access to /dev/ras0a returns 'Bad File Descriptor'.
-
- The controller is an adaptec 1542b, and is found on bootup.
-
-
- #
- #
- machine "i386"
- cpu "i386"
- ident PCDAVID
- timezone -10
- maxusers 10
- options INET,NFS,XSERVER
- options "COMPAT_43"
- options "TCP_COMPAT_42"
-
- config "386bsd" root on wd0 swap on wd0 and as0
-
- controller isa0
- controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
- disk wd0 at wd0 drive 0
- disk wd1 at wd0 drive 1
-
- controller fd0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
- disk fd0 at fd0 drive 0
- disk fd1 at fd0 drive 1
-
- controller as0 at isa? port 0x330 bio irq 11 drq 5 vector asintr
- disk as0 at as0 drive 0 # My tape unit??
- #disk as0 at as0 drive 0
- #disk as1 at as0 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 flags 0x01 vector comintr
- device com1 at isa? port "IO_COM2" tty irq 3 flags 0x01 vector comintr
-
- device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
- #device ne0 at isa? port 0x300 net irq 2 vector neintr
- #device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
- #device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
-
- device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
-
- device mse0 at isa? port 0x23c bio irq 5 vector mseintr
-
- pseudo-device loop
- pseudo-device ether
- pseudo-device sl 2
- pseudo-device log
- pseudo-device pty 4
-
- pseudo-device swappager
- pseudo-device vnodepager
- pseudo-device devpager
- --
- David Le Blanc :
- Email: david@mlb.geomechanics.csiro.au : `Sort of a cross between a Jaguar
- CSIRO Division of Geomechanics, : and a freight train.' the Alien
- P.O. Box 54 Mt Waverley 3149 : in Alien^3.
-