Re: UPDATE: ATA mkIII first official patches - please test!
From: David O'Brien (obrien_at_freebsd.org)
Date: 02/13/05
- Previous message: Christian Jachmann: "Re: Where is my debugging information?"
- In reply to: Anthony Ginepro: "Re: UPDATE: ATA mkIII first official patches - please test!"
- Next in thread: NAKAJI Hiroyuki: "Re: UPDATE: ATA mkIII first official patches - please test!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 13 Feb 2005 13:45:56 -0800 To: Anthony Ginepro <anthony.ginepro@laposte.net>
On Sun, Feb 13, 2005 at 07:08:33PM +0100, Anthony Ginepro wrote:
> - Retrying "call doadump" under a kernel without touching ATA_R_DEBUG,
> it worked eventually once and could be canceled. Most of the time, dump
> can't be canceled and doesn't progress.
>
> Should I open a PR so that the issue can be tracked ?
This is what I have to do with ATAng to dump to an IDE disk, via Peter Wemm.
Maybe it will help you find a work around with mkIII.
Index: ata-all.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/ata/ata-all.c,v
retrieving revision 1.234
diff -u -r1.234 ata-all.c
--- ata-all.c 24 Nov 2004 10:47:26 -0000 1.234
+++ ata-all.c 3 Dec 2004 00:46:03 -0000
@@ -375,6 +375,8 @@
struct ata_channel *ch;
int ctlr;
+if (panicstr) return;
+
/* flush cache on all devices */
for (ctlr = 0; ctlr < devclass_get_maxunit(ata_devclass); ctlr++) {
if (!(ch = devclass_get_softc(ata_devclass, ctlr)))
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Christian Jachmann: "Re: Where is my debugging information?"
- In reply to: Anthony Ginepro: "Re: UPDATE: ATA mkIII first official patches - please test!"
- Next in thread: NAKAJI Hiroyuki: "Re: UPDATE: ATA mkIII first official patches - please test!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|