Re: [ATAng?] ad1 disappeared again

2003-12-04 Thread NAKAJI Hiroyuki
In [EMAIL PROTECTED] Chris Faulhaber [EMAIL PROTECTED] wrote: Could you try this patch and get back to me with the result please: Works for me: GEOM: create disk ad0 dp=0xc6972c60 ad0: 57241MB ST360015A [116301/16/63] at ata0-master UDMA100 GEOM: create disk ad1 dp=0xc6972b60

Re: [ATAng?] ad1 disappeared again

2003-12-03 Thread Soren Schmidt
It seems Chris Faulhaber wrote: I have been seeing the same issue since August with a different, but similiar, set of drives: ad0: 57241MB ST360015A [116301/16/63] at ata0-master UDMA100 ad1: 57241MB ST360015A [116301/16/63] at ata0-slave UDMA100 Under -CURRENT only the first drive is

Re: [ATAng?] ad1 disappeared again

2003-12-03 Thread Chris Faulhaber
On Wed, Dec 03, 2003 at 09:55:56AM +0100, Soren Schmidt wrote: It seems Chris Faulhaber wrote: I have been seeing the same issue since August with a different, but similiar, set of drives: ad0: 57241MB ST360015A [116301/16/63] at ata0-master UDMA100 ad1: 57241MB ST360015A

Re: [ATAng?] ad1 disappeared again

2003-12-01 Thread Chris Faulhaber
On Wed, Nov 26, 2003 at 01:00:47PM +0900, NAKAJI Hiroyuki wrote: Hi, I'm preparing new machine with 5-current. First, I installed a snapshot on Feb 21 2003. It works well. From the beginning of this week, I started updating it to the latest, and found the problem. ... ad0: 38166MB

[ATAng?] ad1 disappeared again

2003-11-25 Thread NAKAJI Hiroyuki
Hi, I'm preparing new machine with 5-current. First, I installed a snapshot on Feb 21 2003. It works well. From the beginning of this week, I started updating it to the latest, and found the problem. The box is built with following parts. o ASUS P4G8X o P4 2.53GHz o 2GB memory o Seagate

ATAng lockups (Re: geom-ata forever cycle)

2003-11-23 Thread Valentin Nechayev
is available, no serial VN console. VN Previous 5-current on this machine was of 2003-05-23. VN How to diagnose? Well, I restricted time interval to between 2003-08-18 and 2003-08-25, so it is ATAng. Also tested 2003-11-20 and 2003-10-06 with the same result. Different poses were seen: - forever cycle

Re: ATAng regression: cdcontrol close not working

2003-11-18 Thread Soren Schmidt
It seems Lars Eggert wrote: Lars Eggert wrote: Soren Schmidt wrote: Is there any other patch I can try? I've just confirmed that this bug still exists with today's kernel. I cant reproduce the no matter what I try, sorry... Would remote access to the machine in question help

Re: ATAng regression: cdcontrol close not working

2003-11-18 Thread Lars Eggert
Soren Schmidt wrote: FYI, this is still an issue: s = ioctl(fd, CDIOCCLOSE, 0) IOError: [Errno 16] Device busy Hmm, if the call to do the close fails there isn't much I can do... I can't reproduce the problem on any of the dozens of ATAPI CDROM's I have in the closet, so if you want to get

Re: ATAng regression: cdcontrol close not working

2003-11-17 Thread Lars Eggert
Lars Eggert wrote: Soren Schmidt wrote: Is there any other patch I can try? I've just confirmed that this bug still exists with today's kernel. I cant reproduce the no matter what I try, sorry... Would remote access to the machine in question help you? FYI, this is still an issue: s =

CF cards / ATAng / interrupt code still broken

2003-11-16 Thread Marco Wertejuk
(0,81e000,81ec00,81e000,0) at run_interrupt_driven_config_hooks+0x2b mi_startup() at mi_startup+0xb5 begin() at begin+0x2c db If I insert the card after the system is up and running the panic does not appear, probably because ATAng does not get the information about a newly inserted drive? At least

Re: CF cards / ATAng / interrupt code still broken

2003-11-16 Thread M. Warner Losh
I've also had problems with CF cards and ATAng :-( Warner ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

interruptNG/ataNG breaks laptop boot.

2003-11-14 Thread Ian Freislich
Hi I have a rather old Dell laptop that I'd like to run current on. A few months back current booted, but the PCIC stuff was broken so I had to back out. I thought I'd give it another try this week. After it probes the disk and GEOM does some stuff it stops responding to keyboard with the

ATAng 'mode PIO4' to 'mode ???' regression

2003-11-14 Thread Andy Farkas
-current (cvsup'd about 3 hours ago) doesn't like my ATA disk anymore :( 5.1-RELEASE says (during 'boot -v'): ata0: pre reset mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI 00 00 ata0-slave: ATAPI 00 00 ata0: after reset mask=03 stat0=50 stat1=00 ata0-master: ATA 01 a5 ata0: devices=01 ata0 at

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-10 Thread Kevin Oberman
Date: Sun, 09 Nov 2003 22:43:47 -0700 From: Scott Long [EMAIL PROTECTED] Kevin Oberman wrote: Tested. It's much better, although ATA request keeps adding more memory all the time when mplayer is playing, but it's now increasing at about 20K/minute which is a huge improvement. Still, I

Re: Too many uncorrectable read errors with atang

2003-11-10 Thread Kris Kennaway
the drives, ATAng, like Windows, would have to be more aggressive about retrying even uncorrectable errors for up to a minute or so before giving up. It looks like my drives are indeed dying..reverting to 5.1-RELEASE still gives lots of errors on 2 of the machines. I guess ATAng is more sensitive

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-09 Thread Scott Long
Fixed. Please retest. Scott Long wrote: Kevin Oberman wrote: Date: Thu, 6 Nov 2003 11:23:30 -0500 (EST) From: Robert Watson [EMAIL PROTECTED] On Thu, 6 Nov 2003, Kevin Oberman wrote: I have learned a bit more about the problems I have been having with the DVD drive on my T30 laptop. When I

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-09 Thread Alex Wilkinson
On Thu, Nov 06, 2003 at 08:08:31AM -0800, Kevin Oberman wrote: Any ideas on where I can look for more information? I'm going to try doing some monitoring with vmstat while running to see if I can spot anything, but I am not sure just what I am looking for.

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-09 Thread Kevin Oberman
Date: Mon, 10 Nov 2003 11:37:00 +1030 From: Alex Wilkinson [EMAIL PROTECTED] On Thu, Nov 06, 2003 at 08:08:31AM -0800, Kevin Oberman wrote: Any ideas on where I can look for more information? I'm going to try doing some monitoring with vmstat while running to see

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-09 Thread Kevin Oberman
Tested. It's much better, although ATA request keeps adding more memory all the time when mplayer is playing, but it's now increasing at about 20K/minute which is a huge improvement. Still, I don't understand why it should just continue to grow all of the time. The data rate is about constant. I

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-09 Thread Scott Long
Kevin Oberman wrote: Tested. It's much better, although ATA request keeps adding more memory all the time when mplayer is playing, but it's now increasing at about 20K/minute which is a huge improvement. Still, I don't understand why it should just continue to grow all of the time. The data rate

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-07 Thread Scott Long
Kevin Oberman wrote: Date: Thu, 6 Nov 2003 11:23:30 -0500 (EST) From: Robert Watson [EMAIL PROTECTED] On Thu, 6 Nov 2003, Kevin Oberman wrote: I have learned a bit more about the problems I have been having with the DVD drive on my T30 laptop. When I have run the drive for an extended time (like

Too many uncorrectable read errors with atang

2003-11-07 Thread Kris Kennaway
for another month or two by /dev/zero'ing the drive. To suddenly start receiving errors on 5 out of 7 drives in the past few weeks is a significant anomaly. Perhaps one of the following is happening: 1) All my drives have performed mass suicide at once 2) ATAng is detecting errors that the ATAog did

Re: Too many uncorrectable read errors with atang

2003-11-07 Thread Soren Schmidt
... 1) All my drives have performed mass suicide at once You know, with deathstar's you cant really rule that out :) 2) ATAng is detecting errors that the ATAog did not That is true, the error detection is better in ATAng. 3) ATAng is not trying as hard as ATAog to recover from the errors

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-07 Thread Kevin Oberman
Date: Fri, 07 Nov 2003 00:45:47 -0700 From: Scott Long [EMAIL PROTECTED] Kevin Oberman wrote: Date: Thu, 6 Nov 2003 11:23:30 -0500 (EST) From: Robert Watson [EMAIL PROTECTED] On Thu, 6 Nov 2003, Kevin Oberman wrote: I have learned a bit more about the problems I have been having

RE: Too many uncorrectable read errors with atang

2003-11-07 Thread John Baldwin
correctable for another month or two by /dev/zero'ing the drive. To suddenly start receiving errors on 5 out of 7 drives in the past few weeks is a significant anomaly. Perhaps one of the following is happening: 1) All my drives have performed mass suicide at once 2) ATAng is detecting errors

Re: Too many uncorrectable read errors with atang

2003-11-07 Thread Eduard Martinescu
... 1) All my drives have performed mass suicide at once You know, with deathstar's you cant really rule that out :) 2) ATAng is detecting errors that the ATAog did not That is true, the error detection is better in ATAng. 3) ATAng is not trying as hard as ATAog to recover from

Re: Too many uncorrectable read errors with atang

2003-11-07 Thread Kris Kennaway
On Fri, Nov 07, 2003 at 07:33:41PM +0100, Soren Schmidt wrote: 1) All my drives have performed mass suicide at once You know, with deathstar's you cant really rule that out :) :-) Furthermore, I'd like to know why the panic occurred above. Is this on a brand new -current ? lots of

Re: Too many uncorrectable read errors with atang

2003-11-07 Thread Kris Kennaway
On Fri, Nov 07, 2003 at 10:10:07AM -0800, Kris Kennaway wrote: ad0: FAILURE - READ_DMA status=51READY,DSC,ERROR error=40UNCORRECTABLE ad0: FAILURE - READ_DMA status=51READY,DSC,ERROR error=40UNCORRECTABLE ad0: TIMEOUT - READ_DMA retrying (2 retries left) ata0: resetting devices .. ad0:

RE: Too many uncorrectable read errors with atang

2003-11-07 Thread Andrew P. Lentvorski, Jr.
, given the touchiness of PRML detectors, it is entirely possible that the drive is reading increased errors due to the solar flares as a need to thermally recalibrate more often. Other than tossing the drives, ATAng, like Windows, would have to be more aggressive about retrying even uncorrectable

Re: Too many uncorrectable read errors with atang

2003-11-07 Thread Kris Kennaway
the drives, ATAng, like Windows, would have to be more aggressive about retrying even uncorrectable errors for up to a minute or so before giving up. Thanks..that's interesting, perhaps there's something sos can do here. Unfortunately the drives in question are in Yahoo's datacenter, so I do

Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-06 Thread Kevin Oberman
help, but, if there really is a memory leak, tuning will not fix it. FWIW, this problem did not exist a few month ago prior to ATAng. -- R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: [EMAIL PROTECTED

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-06 Thread Robert Watson
On Thu, 6 Nov 2003, Kevin Oberman wrote: I have learned a bit more about the problems I have been having with the DVD drive on my T30 laptop. When I have run the drive for an extended time (like 2 or 3 hours), I invariably have my system lock up because it can't malloc kernel memory for the

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-06 Thread Kevin Oberman
Date: Thu, 6 Nov 2003 11:23:30 -0500 (EST) From: Robert Watson [EMAIL PROTECTED] On Thu, 6 Nov 2003, Kevin Oberman wrote: I have learned a bit more about the problems I have been having with the DVD drive on my T30 laptop. When I have run the drive for an extended time (like 2 or 3

Re: ATAng regression: cdcontrol close not working

2003-11-05 Thread Lars Eggert
Bruce Evans wrote: On Thu, 30 Oct 2003, Soren Schmidt wrote: Anyhow if you loose the test for error in atapi-cd.c::acd_tray in the close case, does it work then ? Problem is that the call to read toc might fail early, but its worth a shot.. I tried this, but it didn't change anything. (See my mail

Re: ATAng regression: cdcontrol close not working

2003-11-05 Thread Soren Schmidt
It seems Lars Eggert wrote: Bruce Evans wrote: On Thu, 30 Oct 2003, Soren Schmidt wrote: Anyhow if you loose the test for error in atapi-cd.c::acd_tray in the close case, does it work then ? Problem is that the call to read toc might fail early, but its worth a shot.. I tried this, but

Re: ATAng regression: cdcontrol close not working

2003-11-05 Thread Lars Eggert
Soren Schmidt wrote: Is there any other patch I can try? I've just confirmed that this bug still exists with today's kernel. I cant reproduce the no matter what I try, sorry... Would remote access to the machine in question help you? Lars -- Lars Eggert [EMAIL PROTECTED] USC

System hangs with ATAng

2003-11-05 Thread Kevin Oberman
I suspect that I have a system losing interrupts from the disk. I get fairly random lock-ups where the system totally freezes and the disk access LED is on continuously until I power cycle the system. It's an IBM T30 with an IBM 40 GB disk. The only thing I have noticed is that the lock-ups only

Re: System hangs with ATAng

2003-11-05 Thread Kevin Oberman
I hate following up my own post, but I manages to get some significant information. The console (previously inaccessible after the crash) was on screen for the last event and I get the the following: FAILURE - malloc ATA request failed cannot allocate ATAPI/CAM request (cd0:ata1:0:0:0): out of

Re: CDDA with common programs (ATAng)

2003-11-02 Thread Harald Schmalzbauer
On Saturday 01 November 2003 23:06, Artem 'Zazoobr' Ignatjev wrote: On Sat, 01.11.2003, at 11:08, Harald Schmalzbauer ÐÉÛÅÔ: *SNIP* There were great tools which could do that automatically but they don't work any more for a reason I cannot follow. I've ran accross this one some time ago -

Re: CDDA with common programs (ATAng)

2003-11-02 Thread Soren Schmidt
It seems Harald Schmalzbauer wrote: Ha, stop. Today it doesn't work as non-root anymore. I'm sure with -current some days ago and the same patch it worked without root privileges. I can't follow that. Thats a feature of atapi-cd now being under GEOM.. The device nodes are now mode 640

Re: CDDA with common programs (ATAng)

2003-11-02 Thread Harald Schmalzbauer
On Sunday 02 November 2003 17:01, Soren Schmidt wrote: It seems Harald Schmalzbauer wrote: Ha, stop. Today it doesn't work as non-root anymore. I'm sure with -current some days ago and the same patch it worked without root privileges. I can't follow that. Thats a feature of atapi-cd now

CDDA with common programs (ATAng)

2003-11-01 Thread Harald Schmalzbauer
Hi all, in the archive I found a discussion about some implementation changes with ATAng which breakes CDDA support for (all?) common programs. Will it ever be possible to use FreeBSD with e.g. kaudiocreator (needs cdparanoia)? I'm no friend of copying audiotracks by hand, give them a more

Re: CDDA with common programs (ATAng)

2003-11-01 Thread Arjan van Leeuwen
On Saturday 01 November 2003 09:08, Harald Schmalzbauer wrote: Hi all, in the archive I found a discussion about some implementation changes with ATAng which breakes CDDA support for (all?) common programs. Will it ever be possible to use FreeBSD with e.g. kaudiocreator (needs cdparanoia

Re: CDDA with common programs (ATAng)

2003-11-01 Thread Arjan van Leeuwen
On Saturday 01 November 2003 16:54, Arjan van Leeuwen wrote: On Saturday 01 November 2003 09:08, Harald Schmalzbauer wrote: Hi all, in the archive I found a discussion about some implementation changes with ATAng which breakes CDDA support for (all?) common programs. Will it ever

Re: ATAng regression: cdcontrol close not working

2003-10-31 Thread Bruce Evans
On Thu, 30 Oct 2003, Soren Schmidt wrote: It seems Lars Eggert wrote: I've already committed a solution that works on all the drives I could test on (some of which failed before), if this still fails for you I'd like a more detailed description of what exactly goes wrong... I

Re: ATAng regression: cdcontrol close not working

2003-10-30 Thread Lars Eggert
Soren Schmidt wrote: It seems Pav Lucistnik wrote: This patch works for me. Any chance to get it committed? I'll look at it... FYI, the issue is still present with yesterday's -current. Will Pav Lucistnik's patch be committed soon? Lars -- Lars Eggert [EMAIL PROTECTED] USC Information

Re: ATAng regression: cdcontrol close not working

2003-10-30 Thread Soren Schmidt
It seems Lars Eggert wrote: FYI, the issue is still present with yesterday's -current. Will Pav Lucistnik's patch be committed soon? I've already committed a solution that works on all the drives I could test on (some of which failed before), if this still fails for you I'd like a more

Re: ATAng regression: cdcontrol close not working

2003-10-30 Thread Lars Eggert
Soren Schmidt wrote: It seems Lars Eggert wrote: FYI, the issue is still present with yesterday's -current. Will Pav Lucistnik's patch be committed soon? I've already committed a solution that works on all the drives I could test on (some of which failed before), if this still fails for you

Re: ATAng regression: cdcontrol close not working

2003-10-30 Thread John Baldwin
On 30-Oct-2003 Lars Eggert wrote: Soren Schmidt wrote: It seems Lars Eggert wrote: FYI, the issue is still present with yesterday's -current. Will Pav Lucistnik's patch be committed soon? I've already committed a solution that works on all the drives I could test on (some of which

Re: ATAng regression: cdcontrol close not working

2003-10-30 Thread Soren Schmidt
It seems Lars Eggert wrote: I've already committed a solution that works on all the drives I could test on (some of which failed before), if this still fails for you I'd like a more detailed description of what exactly goes wrong... I must have missed that commit message, sorry. This

Re: ATAng regression: cdcontrol close not working

2003-10-30 Thread Pav Lucistnik
V t, 30. 10. 2003 v 20:43, Lars Eggert pe: FYI, the issue is still present with yesterday's -current. Will Pav Lucistnik's patch be committed soon? I've already committed a solution that works on all the drives I could test on (some of which failed before), if this still fails for

Re: ATAng regression: cdcontrol close not working

2003-10-30 Thread Lars Eggert
Soren Schmidt wrote: Anyhow if you loose the test for error in atapi-cd.c::acd_tray in the close case, does it work then ? If you mean as below, no, that didn't help: Index: atapi-cd.c === RCS file:

Re: Another ATAng failure.

2003-10-29 Thread Soren Schmidt
It seems David Gilbert wrote: I have tried several times in recent days to burn DVDs with burncd, growisofs and cdrecord ... all of which worked before atang. Growisofs complains that it can't flush it's buffers. Burncd doesn't complain ... but the resulting disk is not mountable. I

Another ATAng failure.

2003-10-28 Thread David Gilbert
I have tried several times in recent days to burn DVDs with burncd, growisofs and cdrecord ... all of which worked before atang. Growisofs complains that it can't flush it's buffers. Burncd doesn't complain ... but the resulting disk is not mountable. I thought at one point that some DVD images

Re: ATAng issues status report

2003-10-26 Thread Robert Sanders
interrupt messages from ATAng on one of my older PPro200 machines that was stable with a June kernel, but is not with an October 22 kernel. I don't know that they're related, and I haven't had a chance to look more deeply into it yet. These are the only suspicious messages that make it into the log

ATAng: completely broken? Trouble with HPT370 on 4.9RC3

2003-10-26 Thread Gabriel Ambuehl
ATAng seems to cause nothing but trouble for me. It won't recognize HPT370 arrays at all (whereas older 5.1 Kernels work perfectly) and just goes on complaining it can't mount root from it. Promise RAID is somewhat better (can mount root from it but goes on telling me one of the subdisks is down

Re[2]: ATAng: completely broken? Trouble with HPT370 on 4.9RC3

2003-10-26 Thread Gabriel Ambuehl
Hello Janet, Sunday, October 26, 2003, 1:52:52 PM, you wrote: Gabriel Ambuehl wrote: Further, 4.9RC3 also gives me headaches with HPT370 but seems to work ok with Promise RAID, didn't try SATA or VT8325 so far. I'd definitely vote for delaying 4.9 until some more people have beaten on the

Re: ATAng issues status report

2003-10-25 Thread Soren Schmidt
a message right before rebooting about loosing an interrupt. I'll try to get more info. No idea about that on. It's gone as well. I can't reproduce any more whereas before I could reproduce often. So now I have no problems with ATAng and I can run it on all [EMAIL PROTECTED] panic Okies, so

Re: ATAng issues status report

2003-10-25 Thread Alex Dupre
Saturday, October 25, 2003, 7:51:58 AM, you wrote: * Resume fails, hanging with drive light on. Last event: 2003/10/2 Appears to be a lost interrupt during reset. I've just committed some changes that makes suspend/resume work just fine on the notebooks I have access to. This works great

Re: ATAng issues status report

2003-10-24 Thread Nate Lawson
On Fri, 10 Oct 2003, Soren Schmidt wrote: It seems Nate Lawson wrote: Here is an updated status of ATAng for me. I periodically test it to see if any of the following problems go away. * Panic occurs after ATAFD fails to probe. Last event: 2003/10/6 I have no ATAFD device on my system

Re: DVD+R burning flakey after ATAng.

2003-10-23 Thread David Gilbert
Pierre == Pierre Beyssac [EMAIL PROTECTED] writes: Pierre On Mon, Oct 20, 2003 at 09:10:39PM -0400, David Gilbert wrote: This all started screwing up with ATAng. At first, ATAng didn't support atapicam, but that was rectified. Now the dvd+rw port (growisofs) doesn't work at all

Re: DVD+R burning flakey after ATAng.

2003-10-22 Thread Pierre Beyssac
On Mon, Oct 20, 2003 at 09:10:39PM -0400, David Gilbert wrote: This all started screwing up with ATAng. At first, ATAng didn't support atapicam, but that was rectified. Now the dvd+rw port (growisofs) doesn't work at all ... it finishes with an error that I'm loathe to coaster another

DVD+R burning flakey after ATAng.

2003-10-20 Thread David Gilbert
First of all, as someone noted with disk-at-once, DVD+R (which is always disk-at-once) doesn't entirely burn properly. I havn't been able to nail it down, but certain ISO images work and certain ones don't. This all started screwing up with ATAng. At first, ATAng didn't support atapicam

atapicam doesn't work anymore: WAS: DVD+R burning flakey after ATAng.

2003-10-20 Thread slave-mike
, DVD+R (which is always disk-at-once) doesn't entirely burn properly. I havn't been able to nail it down, but certain ISO images work and certain ones don't. This all started screwing up with ATAng. At first, ATAng didn't support atapicam, but that was rectified. Now the dvd+rw port (growisofs

Re: PATCH for ATAng

2003-10-19 Thread Soren Schmidt
. Please test and replace ata_reset(). Hold your horses just a bit please, I suggest that you try to understand the current code first, then we can talk about improving it.. I hope this solve ATAng troubles. It will probably solve some troubles but I'll bet it will produce quite a few new ones

vinum, ,GEOM, ATANG, or bad disk?

2003-10-17 Thread Daryl Chance
Hi, I'm trying to setup vinum on 2 identical 30G HD's. The MB I'm using has a built in Raid 0 controller, so i have 6 ATA Slots. My Main HD is hooked up to the primary non-raid. and the other 2 are hooked up to primary 1 and primary 2 on the raid. I can get vinum up and running, but when i

PATCH for ATAng

2003-10-16 Thread Hiroyuki Aizu
hope this solve ATAng troubles. -- Hiroyuki Aizu ata-lowlevel.c.diff Description: Binary data ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: PATCH for ATAng

2003-10-16 Thread Hidetoshi Shimokawa
-slave channel. Maybe there is need to adjust wait DELAY time. Please test and replace ata_reset(). I hope this solve ATAng troubles. -- Hiroyuki Aizu [2 ata-lowlevel.c.diff application/octet-stream (base64)] This patch fixes resume problem of my laptop (Toshiba Tecra). Thanks

Re: PATCH for ATAng

2003-10-16 Thread Kevin Oberman
(). I hope this solve ATAng troubles. I applied your patch and rebuilt my kernel on my ThinkPad T30 and the behavior is changed, but not really improved. Now, instead of hanging after ata0: resetting devices .. I now get: ata0: Resetting devices .. GEOM: destroy disk ad0 dp=0xc4945d70 ad0: WARNING

Re: ATAng still causing a lot of pain.

2003-10-12 Thread Kirk Strauser
Further details: The ATA drive in questions is: ad0: 114473MB WDC WD1200JB-00DUA3 [232581/16/63] at ata0-master PIO4 The PIO4 comes from booting with 'hw.ata.ata_dma=0'; it would otherwise be UDMA66. Basically, if I use atacontrol to set that channel to WDMA2 or below, then I get no errors

ATAng still causing a lot of pain.

2003-10-11 Thread Kirk Strauser
in question is: atapci0: VIA 82C596B UDMA66 controller port 0xd800-0xd80f at device 4.1 on pci0 I understand that there may be a few bugs left in ATAng, and as a user of -CURRENT, I'm OK with that. Is there anything I can do that would probably let me run my system a bit faster than PIO4 will allow

Re: ATAng doesn't boot on my notebook - panic

2003-10-10 Thread Vladimir B. Grebenschikov
, 08.10.2003, 12:04, Soren Schmidt : Does not help, another panic in ad_attach: ARGH, try this instead: Yes, it helps, thank you. -Sren -- Vladimir B. Grebenschikov [EMAIL PROTECTED] SWsoft Inc. ___ [EMAIL PROTECTED] mailing list

ATAng errors on compaq proliant 330e

2003-10-09 Thread Radko Keves
hi this verbosed dmesg is from my box maybe it help you have a nice day -- Archeologists near mount Sinai have discovered what is believed to be a missing page from the Bible. The page is currently being carbon dated in Bonn. If genuine it belongs at the beginning of the Bible and is

Re: ATAng errors on compaq proliant 330e

2003-10-09 Thread Soren Schmidt
It seems Radko Keves wrote: hi this verbosed dmesg is from my box maybe it help you Uhm, and what exactly is the problem ? -Søren ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any

Re: ATAng doesn't boot on my notebook - panic

2003-10-08 Thread Vladimir B. Grebenschikov
, 07.10.2003, 23:26, Soren Schmidt : It seems Vladimir B. Grebenschikov wrote: Any solution or workaround ? Try this patch please: diff -u -r1.191 ata-all.c Does not help, another panic in ad_attach: ... GEOM: create disk ad1 dp=0xc2358a70 ad1: MEMORYSTICK 4M 8K/SONY1.00 ATA-0 disk

Re: ATAng doesn't boot on my notebook - panic

2003-10-08 Thread Soren Schmidt
It seems Vladimir B. Grebenschikov wrote: Does not help, another panic in ad_attach: ARGH, try this instead: diff -u -r1.191 ata-all.c --- ata-all.c 7 Oct 2003 13:44:15 - 1.191 +++ ata-all.c 8 Oct 2003 08:03:09 - @@ -35,6 +35,7 @@ #include sys/ata.h #include sys/kernel.h

Re: ATAng doesn't boot on my notebook - panic

2003-10-07 Thread Vladimir B. Grebenschikov
, 06.10.2003, 22:48, Vladimir B. Grebenschikov : Soren, please help. I can't boot kernel after ATAng. It founds one extra ATA device (I have no ata1-slave attached) and then panics. All details in PR kern/57156. I have workarounded problem by disabling slave ATA devices (I have

ATAng issues status report

2003-10-07 Thread Nate Lawson
Here is an updated status of ATAng for me. I periodically test it to see if any of the following problems go away. * Panic occurs after ATAFD fails to probe. Last event: 2003/10/6 I have no ATAFD device on my system and normally no messages are printed about it on boot. However, periodically

Re: ATAng doesn't boot on my notebook - panic

2003-10-07 Thread Soren Schmidt
It seems Vladimir B. Grebenschikov wrote: Any solution or workaround ? Try this patch please: diff -u -r1.191 ata-all.c --- ata-all.c 7 Oct 2003 13:44:15 - 1.191 +++ ata-all.c 7 Oct 2003 19:15:03 - @@ -35,6 +35,7 @@ #include sys/ata.h #include sys/kernel.h #include

Repeatable ATAng panic.

2003-10-07 Thread David Gilbert
I have a repeatable ATAng panic. The panic string is vm_map_wire: lookup failed and it's caused by using cdrdao on my ATAPICAM connected DVD writer. In this particular case, I'm trying to write a bin/cue format file onto a writeable CD. The panic goes roughly like this: panic: vm_map_wire

ATAng doesn't boot on my notebook - panic

2003-10-06 Thread Vladimir B. Grebenschikov
Hi Soren, please help. I can't boot kernel after ATAng. It founds one extra ATA device (I have no ata1-slave attached) and then panics. All details in PR kern/57156. In short: ad0: setting UDMA33 on Intel PIIX4 chip GEOM: create disk ad0 dp=0xc1d00970 ad0: TOSHIBA MK4019GAX/FA002D ATA-5

ATAng problem: harddisk not detected

2003-10-05 Thread Stefan Ehmann
After yesterday's cvsup and kernel/world build my primary slave harddisk not longer gets detected (once again). If I revert to src/sys/dev/ata/ata-lowlevel.c 1.11 it is detected properly. (It might also work with later versions. If you need the exact revision where it stopped working please tell

ATAng primary-secondary drive oddness

2003-10-05 Thread Barry Miller
None of the previous posts on this seem to describe exactly what I'm seeing: 5.1-REL always detects the secondary drive. 5.1-CUR never detects the secondary. 5.1-CUR + ata-lowlevel 1.11 detects it the FIRST time it's booted immediately after 5.1-REL. Always. On subsequent boots, no luck. A =

Re: ATAng not detecting primary slave device

2003-10-04 Thread Soren Schmidt
It seems Christoph Sold wrote: I set up a box (FreeBSD 5.1-CURRENT #0: Tue Sep 23 00:21:31 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC, compiled from the sources the day before) showing the erratic behaviour. Verbose boot logs are available at

ATAng not detecting primary slave device

2003-09-30 Thread Christoph Sold
Hello All, I set up a box (FreeBSD 5.1-CURRENT #0: Tue Sep 23 00:21:31 CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC, compiled from the sources the day before) showing the erratic behaviour. Verbose boot logs are available at http://cheasy.dyndns.org/bootlogs/ . If anybody

Re: ATAng panic?

2003-09-30 Thread Gordon Zaft
I have been getting a similar panic for several weeks now. I cvsup-ed and built a new kernel yesterday (9/29) and it still doesn't see it. This is with a SIS 630 chipset UDMA controller. --- Tilman Linneweh [EMAIL PROTECTED] wrote: Hi, Updated my -CURRENT yesterday and got the following

ATAng regression in current

2003-09-29 Thread Kevin Oberman
. (This is probably an ATAng issue, not an ACPI one.) System resumes with the following messages: pcib0: slot 29 INTA is routed to irq 11 pcib0: slot 29 INTB is routed to irq 11 pcib0: slot 29 INTC is routed to irq 11 pcib0: slot 31 INTB is routed to irq 11 pcib0: slot 31 INTB is routed to irq 11 pcib0: slot 31

Re: ATANG Vs. Acer chipset

2003-09-28 Thread Soren Schmidt
It seems Michael McGoldrick wrote: I haven't been able to boot a -current kernel since the ATAng import. They all die after (in a boot -v) a message from GEOM about creating ad0. If any further info would be helpful, just let me know what you need. I know there are a problem with *some* Acer

ATAng panic?

2003-09-27 Thread Tilman Linneweh
Hi, Updated my -CURRENT yesterday and got the following panic: [...] atapci0: AcerLabs Aladdin UDMA33 controller port 0xb800-0xb80f at device 15.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata0: [MPSAFE] ata1: at 0x170 irq 15 on atapci0 ata1: [MPSAFE] fdc0: Enhanced floppy controller (i82077,

ATANG Vs. Acer chipset

2003-09-27 Thread Michael McGoldrick
I haven't been able to boot a -current kernel since the ATAng import. They all die after (in a boot -v) a message from GEOM about creating ad0. If any further info would be helpful, just let me know what you need. -- Michael McGoldrick: [EMAIL PROTECTED] Copyright (c) 1992-2003 The FreeBSD

Re: ATAng drives not probed

2003-09-25 Thread Anish Mistry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sunday 21 September 2003 03:30 pm, you wrote: I'm getting intermittent problems on boot, sometimes it boots, most of the time not. When it stop it's at: ata0-master: pio=0x0c wdma=0x22 udma=0x45 cable=80pin dmesg -v from a full boot:

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-22 Thread Thomas Quinot
Le 2003-09-22, Dan Naumov écrivait : Speaking of failing, should I completely disregard the probe2:ata1 warnings during boot which you saw in the dmesg output I sent you ? Yes, these messages are perfectly inocuous, they mean that your CD drive does not provide serial number information. You

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Dan Naumov
On Sat, 2003-09-20 at 22:53, Thomas Quinot wrote: Le 2003-09-20, Daniel Eischen écrivait : No, using latest sources, with or without atapicam, does not solve the problem. It still hangs. Please try the patch below, it should at least work around the problem. I have rebuilt world after

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Thomas Quinot
Le 2003-09-21, Dan Naumov écrivait : (probe2:ata1:0:0:0): Recovered Sense (probe2:ata1:0:0:0): INQUIRY. CDB: 12 1 80 0 ff 0 (probe2:ata1:0:0:0): CAM Status: SCSI Status Error (probe2:ata1:0:0:0): SCSI Status: Check Condition (probe2:ata1:0:0:0): ILLEGAL REQUEST asc:24,0

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Thomas Quinot
recently, that address problems uncovered by the transition to ATAng. Did anyone read _any_ of my previous posts? Certainly so, since you already received answers to some of them. If you'd like to help speed up the resolution of the problems you see, maybe you could provide a backtrace at the point

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Thomas Quinot
Le 2003-09-21, Shin-ichi Yoshimoto écrivait : I could not get a backtrace because infinite loop occured like this: Can't you drop into DDB at that point? Also, do you have up-to-date sources? Thomas. -- [EMAIL PROTECTED] ___ [EMAIL PROTECTED]

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Daniel Eischen
committed to both the ATA and the CAM subsystems recently, that address problems uncovered by the transition to ATAng. It slightly changes things for me; I can eventually get the system to boot, but I get a boatload of infinite messages: Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): CAM Status

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Thomas Quinot
Le 2003-09-21, Daniel Eischen écrivait : Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): CAM Status: SCSI Status Error Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): SCSI Status: Check Condition Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): Recovered Sense Sep 21 12:40:28 sirius kernel:

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Daniel Eischen
On Sun, 21 Sep 2003, Thomas Quinot wrote: Le 2003-09-21, Daniel Eischen écrivait : Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): CAM Status: SCSI Status Error Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0): SCSI Status: Check Condition Sep 21 12:40:28 sirius kernel: (cd0:ata0:0:0:0):

Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt

2003-09-21 Thread Shin-ichi Yoshimoto
Subject: Re: ATAng no good for me/REQUEST_SENSE recovered from missing interrupt, On Sun, 21 Sep 2003 18:57:43 +0200, Thomas Quinot wrote: Can't you drop into DDB at that point? Ok, I will try it. Also, do you have up-to-date sources? Yes, of course. I have recent ones. -- Shin-ichi

  1   2   3   4   >