From sysseh@devetir.qld.gov.au  Tue Jan 16 03:27:13 1996
Received: from bunyip.cc.uq.oz.au (pp@bunyip.cc.uq.oz.au [130.102.2.1])
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA06914
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 16 Jan 1996 03:27:00 -0800 (PST)
Received: from cc.uq.oz.au by bunyip.cc.uq.oz.au 
          id <06977-0@bunyip.cc.uq.oz.au>; Tue, 16 Jan 1996 09:22:01 +1000
Received: from netfl15a.devetir.qld.gov.au 
          by pandora.devetir.qld.gov.au (8.6.10/DEVETIR-E0.3a) with ESMTP 
          id JAA27942 for <FreeBSD-gnats-submit@freebsd.org>;
          Tue, 16 Jan 1996 09:27:56 +1000
Received: from localhost by netfl15a.devetir.qld.gov.au (8.6.8.1/DEVETIR-0.1) 
          id XAA29817 for <FreeBSD-gnats-submit@freebsd.org>;
          Mon, 15 Jan 1996 23:26:20 GMT
Message-Id: <199601152326.XAA29817@netfl15a.devetir.qld.gov.au>
Date: Tue, 16 Jan 1996 09:26:20 +1000
From: Stephen Hocking <sysseh@devetir.qld.gov.au>
Sender: sysseh@devetir.qld.gov.au
Reply-To: sysseh@devetir.qld.gov.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: Wt.c bug report
X-Send-Pr-Version: 3.2

>Number:         948
>Category:       kern
>Synopsis:       The wt tape driver no longer works.
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 16 03:30:02 PST 1996
>Closed-Date:    Tue Jan 16 16:12:27 PST 1996
>Last-Modified:  Tue Jan 16 16:12:55 PST 1996
>Originator:     Stephen Hocking
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
DEVETIR
>Environment:

	Running -current at src-cur 1382 with a Wangtek tape drive at irq 5 &
	drq 3.

FreeBSD 2.2-CURRENT #2: Sun Jan 14 23:48:19 EST 1996
    toor@unixtest.devetir.qld.gov.au:/usr/src/sys/compile/bloop
CPU: i486DX (486-class CPU)
real memory  = 8388608 (8192K bytes)
avail memory = 6676480 (6520K bytes)
DEVFS: ready for devices
Probing for devices on the ISA bus:
sc0 at 0x60-0x6f irq 1 on motherboard
sc0: VGA color <16 virtual consoles, flags=0x0>
ed0 at 0x280-0x29f irq 10 maddr 0xd8000 msize 16384 on isa
ed0: address 00:00:c0:d2:b2:72, type SMC8216T (16 bit) 
lpt0 at 0x378-0x37f irq 7 on isa
lpt0: Interrupt-driven port
lp0: TCP/IP capable interface
sio0 at 0x3f8-0x3ff irq 4 on isa
sio0: type 16450
sio1 at 0x2f8-0x2ff irq 3 on isa
sio1: type 16450
pca0 on motherboard
pca0: PC speaker audio driver
aha0 at 0x330-0x333 irq 11 drq 5 on isa
(aha0:0:0): "SEAGATE ST12550N 0013" type 0 fixed SCSI 2
sd0(aha0:0:0): Direct-Access 2040MB (4178874 512 byte sectors)
sd0(aha0:0:0): with 2708 cyls, 19 heads, and an average 81 sectors/track
fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa
fdc0: NEC 765
fd0: 1.44MB 3.5in
wt0 at 0x300-0x301 irq 5 drq 3 on isa
wt0: type <Wangtek>
npx0 on motherboard
npx0: INT 16 interface
pas0 at 0x388 irq 12 drq 6 on isa
pas0: <Pro AudioSpectrum 16D rev 63>
sb0 at 0x220 irq 9 drq 1 on isa
sb0: <SoundBlaster 2.0>
opl0 at 0x38a on isa
opl0: <Yamaha OPL-3 FM>
joy0 at 0x201 on isa
joy0: joystick
devfs ready to run

>Description:

	Any attempt to access the tape returns with an I/O error or eventually
	hangs. I had not tried it since Joerg's density related changes. This
	driver has a few problems anyway (such as calling tsleep from an 
	interrupt from time to time) and is probably in need of an overhaul.
	(Aaagh! what am I saying? Stop pointing at me! Waddya mean, "You've
	volunteered!"?)

>How-To-Repeat:

	tar xvf /dev/rwt0

>Fix:
	
	Not known yet.
-- 

        I do not speak for the Worker's Compensation Board of Queensland -
                     They don't pay me enough for that!


>Release-Note:
>Audit-Trail:

From: J Wunsch <j@uriah.heep.sax.de>
To: sysseh@devetir.qld.gov.au
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: kern/948: Wt.c bug report
Date: Tue, 16 Jan 1996 21:23:27 +0100 (MET)

 As Stephen Hocking wrote:
 > 
 > 	Any attempt to access the tape returns with an I/O error or eventually
 > 	hangs. I had not tried it since Joerg's density related changes. This
 > 	driver has a few problems anyway (such as calling tsleep from an 
 > 	interrupt from time to time) and is probably in need of an overhaul.
 > 	(Aaagh! what am I saying? Stop pointing at me! Waddya mean, "You've
 > 	volunteered!"?)
 
 I've got two wt-style tape drives for experimenting.  All i need
 now is time. :-)
 
 -- 
 cheers, J"org
 
 joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
 Never trust an operating system you don't have sources for. ;-)
State-Changed-From-To: open->closed 
State-Changed-By: davidg 
State-Changed-When: Tue Jan 16 16:12:27 PST 1996 
State-Changed-Why:  
Problem caused by a faulty drive. 
>Unformatted:
