Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Feb 96 19:46:18 -0600
From:      swise@austin.ibm.com (Jean-Steveau Wise)
To:        freebsd-bugs@freebsd.org
Cc:        swise@austin.ibm.com
Subject:   Re: ATAPI 4x cdrom hang 
Message-ID:  <9602040146.AA28764@vikings.austin.ibm.com>
In-Reply-To: (Your message of Sat, 03 Feb 96 02:48:24 PST.) <1241.823344504@time.cdrom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help


jkh@time.cdrom.com says:

| > I've got a 133MHZ Intel system (Packard Bell) with a 4x IDE ATAPI
| > cdrom.  FreeBSD 2.1 finds the device and I can read from it (ls -sailR
| > will show everything on the cd mounted).  However, whenever I try to
| > transfer anything off it, the entire system hangs.  I'd be happy to get
| 
| Hmmmm.  First thing to start might be to compile DDB into your kernel.
| See http://www.freebsd.org/handbook/handbook220.html#403 for a quick
| reference on using the kernel debugger.  Then when it hangs next time,
| you can drop into DDB and at least figure out where it's hanging!
| Perhaps you're looping somewhere in the ATAPI driver and can add a
| check to catch some case it's missing.
| 
| The driver's author has disappeared without a trace, I'm afraid to
| say, so we're currently sort of winging it with this one until he
| makes his reappearance! :-(
| 
| 					Jordan


I've enabled the debugger.  I can enter it via ctrl-alt-esc.  However,
when I reproduce the problem, I cannot enter the debugger.  Also pings
into the machine via an ethernet IF stops after it's hung. Soooo, my
guess is that somewhere we're looping with all interrupts disabled.
I'll now try and put some breakpoints in the ATAPI driver to understand
where it's hanging...


Another unrelated question:  I seemed to have problems booting FreeBSD
on a second driver installed on a second IDE controller.  It would install
ok and begin booting, but would fail during boot process.  I think the 
kernel is assuming the root volume is on controller one/disk one or two?

Anyway,

More ATAPI clues to come!


Stevo.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9602040146.AA28764>