Subject: Tandberg TDC 3600
To: None <current-users@NetBSD.ORG>
From: Mario Kemper <magick@bundy.lip.owl.de>
List: current-users
Date: 06/29/1998 11:50:50
	Hi,

i tried to acces a Tandberg TDC 3600 QIC-Streamer from NetBSD but it didn't 
work. Although it is listed in the quirk table in st.c it doesn't seem to work.
I tried various minor modes but the only thing i sometimes gert is a working
mt stat. 

magick@bundy:/dev#l nrst1 
crw-rw----  1 root  operator  14, 17 Jun 29 13:48 nrst1

magick@bundy:/dev#mt -f /dev/nrst1 stat
SCSI tape drive, residual=0
ds=0
er=0
blocksize: 512 (0, 0, 0, 0)
density: 16 (0, 17, 16, 15)

from syslog (after mt stat):

st1(ncr0:5:0):  Check Condition on CDB: 0x15 00 00 00 18 00
    SENSE KEY:  Illegal Request
     ASC/ASCQ:  Invalid Command Operation Code

st1: cannot set selected mode

magick@bundy:/dev#tar tvf /dev/nrst1 
tar: read error on /dev/nrst1 : Input/output error

I must admit that i don't really understand what's in the quirk table or the
minor mode concept.

What i can say is, that the Streamer works perfectly when hooked to my Amiga
with at least two different host adaptors under AmigaOS.

NetBSD 1.3F (DADDEL) #1: Mon Jun 29 13:07:01 CEST 1998
    magick@bundy:/usr/src/sys/arch/i386/compile/DADDEL
cpu0: family 5 model 4 step 3
cpu0: Intel Pentium/MMX (586-class)
real mem  = 66715648
avail mem = 60129280
using 840 buffers containing 3440640 bytes of memory
mainbus0 (root)
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o enabled, memory enabled
pchb0 at pci0 dev 0 function 0
pchb0: Intel 82439HX System Controller (TXC) (rev. 0x03)
pcib0 at pci0 dev 7 function 0
pcib0: Intel 82371SB PCI-to-ISA Bridge (PIIX3) (rev. 0x01)
Intel 82371SB IDE Interface (PIIX3) (IDE mass storage, interface 0x80) at pci0 dev 7 function 1 not configured
ncr0 at pci0 dev 14 function 0: ncr 53c810 fast10 scsi
ncr0: interrupting at irq 15
ncr0: minsync=25, maxsync=206, maxoffs=8, 16 dwords burst, normal dma fifo
ncr0: single-ended, open drain IRQ driver
ncr0: restart (scsi reset).
scsibus0 at ncr0: 8 targets
sd0 at scsibus0 targ 0 lun 0: <IBM, DPES-31080, S80E> SCSI2 0/direct fixed
sd0(ncr0:0:0): 10.0 MB/s (100 ns, offset 8)
sd0: 1034MB, 4903 cyl, 4 head, 108 sec, 512 bytes/sect x 2118144 sectors
sd1 at scsibus0 targ 1 lun 0: <QUANTUM, LIGHTNING 730S, 241E> SCSI2 0/direct fixed
sd1(ncr0:1:0): 10.0 MB/s (100 ns, offset 8)
sd1: 699MB, 3658 cyl, 4 head, 97 sec, 512 bytes/sect x 1431760 sectors
cd0 at scsibus0 targ 2 lun 0: <MATSHITA, CD-ROM CR-504-J, SS17> SCSI2 5/cdrom removable
probe(ncr0:2:1): 5.0 MB/s (200 ns, offset 8)
sd2 at scsibus0 targ 3 lun 0: <IBM, DORS-32160W, WA6A> SCSI2 0/direct fixed
sd2(ncr0:3:0): 10.0 MB/s (100 ns, offset 8)
sd2: 2063MB, 6703 cyl, 5 head, 126 sec, 512 bytes/sect x 4226725 sectors
st0 at scsibus0 targ 4 lun 0: <EXABYTE, EXB-8200, 268P> SCSI1 1/sequential removable
st0: drive empty
st1 at scsibus0 targ 5 lun 0: <TANDBERG, TDC 3600, N07:> SCSI1 1/sequential removable
st1: rogue, density code 0x10, 512-byte blocks, write-enabled
vga1 at pci0 dev 15 function 0: Matrox product 0x051a (rev. 0x02)
wsdisplay0 at vga1: console (80x25, sun emulation)
isa0 at pcib0
ne0 at isa0 port 0x300-0x31f irq 10
ne0: NE2000 Ethernet
ne0: Ethernet address 08:00:17:09:bc:15
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com1 at isa0 port 0x2f8-0x2ff irq 3: ns16550a, working fifo
lpt0 at isa0 port 0x378-0x37b irq 7
pckbc0 at isa0 port 0x60-0x64
pckbd0 at pckbc0 (kbd slot)
wskbd0 at pckbd0: console keyboard
pmsprobe: command error
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
sysbeep0 at pcppi0
npx0 at isa0 port 0xf0-0xff: using exception 16
fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec
isapnp0 at isa0 port 0x279: read port 0x203
sb0 at isapnp0 port 0x220/16,0x330/2,0x388/4 irq 5 drq 1,5
sb0: Creative ViBRA16C PnP Audio: dsp v4.13
audio0 at sb0
joy0 at isapnp0 port 0x200/8
joy0: Creative ViBRA16C PnP Game
joy0: joystick not connected
biomask 8040 netmask 8440 ttymask 84c2
wscons: wskbd0 glued to wsdisplay0 (console)
boot device: sd0
root on sd0a dumps on sd0b
root file system type: ffs
uvm_swap: allocated 256 swap buffer headers
IP Filter: initialized.  Default = pass all, Logging = enabled


-- 
Mario Kemper
magick@bundy.lip.owl.de