Yet again forgot to add: reviewed and approved by riastradh and bad. Thank you!
Also tested on the multiple VIA V-RAID devices (removing disks, mixing
different RAID arrays, two RAID controllers at the same motherboard
(both setup in ataraid(4) and disks removed or swapped), etc).
On Sun, Mar 16,
Should have mentioned in commit message that reviewed by bad and
riastradh. Sorry about that.
On Tue, Mar 11, 2025 at 6:51 PM Andrius Varanavicius wrote:
>
> Module Name:src
> Committed By: andvar
> Date: Tue Mar 11 16:51:31 UTC 2025
>
> Modified Files:
> src/sys/dev/ata:
On Sat, 2 May 2020, 20:10 Jason Thorpe, wrote:
>
> > On May 1, 2020, at 1:07 PM, Ryo ONODERA wrote:
> >
> > Hi,
> >
> > Have you missed this thread?
> >
> > If the problem requires more time to investigate,
> > could you consider to revert ata change for a while?
> >
> > Thank you.
>
> I backed
> On May 1, 2020, at 1:07 PM, Ryo ONODERA wrote:
>
> Hi,
>
> Have you missed this thread?
>
> If the problem requires more time to investigate,
> could you consider to revert ata change for a while?
>
> Thank you.
I backed it out, but would appreciate some help tracking down the issue becau
Hi,
Have you missed this thread?
If the problem requires more time to investigate,
could you consider to revert ata change for a while?
Thank you.
Alexander Nasonov writes:
> David Brownlee wrote:
>> Just another data point - seeing this same panic on a T480 with the
>> latest kernel from nyf
Plus to confirm reverting just this commit from today's github copy of
current (d5b32e03eac8b05d38a143ee0ec615efb2233201) boots fine on the
T480
Thanks
On Thu, 30 Apr 2020 at 00:12, Alexander Nasonov wrote:
>
> David Brownlee wrote:
> > Just another data point - seeing this same panic on a T480
David Brownlee wrote:
> Just another data point - seeing this same panic on a T480 with the
> latest kernel from nyftp
Same problem on T470.
--
Alex
Just another data point - seeing this same panic on a T480 with the
latest kernel from nyftp
Ryo ONODERA writes:
> Hi,
>
> After this commit, NetBSD/amd64-current on my HP Spectre x360
> freezes after acpiacad0 detection (before ld0 detection).
> Reverting this commit in latest tree fixes my freeze problem.
>
> Could you take a look at my problem?
>
> Thank you.
>
> === === ===
> cpu7: C
Hi,
After this commit, NetBSD/amd64-current on my HP Spectre x360
freezes after acpiacad0 detection (before ld0 detection).
Reverting this commit in latest tree fixes my freeze problem.
Could you take a look at my problem?
Thank you.
=== === ===
cpu7: CPU max freq 40 Hz
cpu7: TSC freq 1
On Fri, 25 Jul 2014, David A. Holland wrote:
Modified Files:
src/sys/dev/ata: wd.c
Log Message:
Drop the old discard/trim ioctls from wd.c.
- case DIOCGDISCARDPARAMS: {
- case DIOCDISCARD: {
These never appeared in a release, so I suppose there's no need to
implement the
On Oct 16, 2011, at 9:25 PM, John Nemeth wrote:
> On Feb 25, 1:28pm, Wolfgang Solfrank wrote:
> } Jonathan A. Kollasch schrieb:
> } > On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote:
> } >> On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote:
> } >>> Module Name:
On Feb 25, 1:28pm, Wolfgang Solfrank wrote:
} Jonathan A. Kollasch schrieb:
} > On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote:
} >> On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote:
} >>> Module Name: src
} >>> Committed By: jakllsch
} >>> Date:
On Wed, Oct 05, 2011 at 06:52:37PM +0200, Wolfgang Solfrank wrote:
> ... You would tell the controller the cylinder/head/sector
> of the first sector you wanted to read, and when multiple sectors were
> requested, the controller would increment only the sector number.
> Since the controller wouldn
Hi,
Jonathan A. Kollasch schrieb:
On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote:
On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote:
Module Name:src
Committed By: jakllsch
Date: Wed Oct 5 03:40:18 UTC 2011
Modified Files:
src/sys/dev/
On Wed, Oct 05, 2011 at 10:25:52AM +0200, Manuel Bouyer wrote:
> On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote:
> > Module Name:src
> > Committed By: jakllsch
> > Date: Wed Oct 5 03:40:18 UTC 2011
> >
> > Modified Files:
> > src/sys/dev/ata:
On Wed, Oct 05, 2011 at 03:40:18AM +, Jonathan A. Kollasch wrote:
> Module Name: src
> Committed By: jakllsch
> Date: Wed Oct 5 03:40:18 UTC 2011
>
> Modified Files:
> src/sys/dev/ata: wd.c
>
> Log Message:
> Limit wd(4) transfers to 128 (512-byte) logical sectors, as the trad
On Thu, 5 May 2011, Jonathan A. Kollasch wrote:
Hmmm, not sure this is working:
{135} ident /netbsd | grep ' ata.c'
$NetBSD: ata.c,v 1.115 2011/04/30 00:34:03 jakllsch Exp $
{136} drvctl -r atabus2
drvctl: DRVRESCANBUS: Invalid argument
{137} dmesg | grep atabus3
atabus3 at ahcisata0 chann
On Thu, May 05, 2011 at 07:42:35AM -0700, Paul Goyette wrote:
> >Module Name:src
> >Committed By: jakllsch
> >Date: Sat Apr 30 00:34:03 UTC 2011
> >
> >Modified Files:
> >src/sys/dev/ata: ata.c atavar.h
> >
> >Log Message:
> >Add simplistic atabus(4) rescan support.
>
>
>
Module Name:src
Committed By: jakllsch
Date: Sat Apr 30 00:34:03 UTC 2011
Modified Files:
src/sys/dev/ata: ata.c atavar.h
Log Message:
Add simplistic atabus(4) rescan support.
Hmmm, not sure this is working:
{135} ident /netbsd | grep ' ata.c'
$NetBSD: ata.c,v 1.
20 matches
Mail list logo