Subject: Re: kern/35545: NetBSD-current will not boot with AHCI and Lite-On SATA CD
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Pavel Cahyna <pavel@NetBSD.org>
List: netbsd-bugs
Date: 05/25/2007 10:35:02
The following reply was made to PR kern/35545; it has been noted by GNATS.
From: Pavel Cahyna <pavel@NetBSD.org>
To: Hisashi T Fujinaka <htodd@twofifty.com>
Cc: gnats-bugs@NetBSD.org, kern-bug-people@NetBSD.org,
gnats-admin@NetBSD.org, netbsd-bugs@NetBSD.org, bouyer@NetBSD.org
Subject: Re: kern/35545: NetBSD-current will not boot with AHCI and Lite-On SATA CD
Date: Fri, 25 May 2007 12:31:09 +0200
On Mon, May 21, 2007 at 06:02:59PM -0700, Hisashi T Fujinaka wrote:
> I worked around this by putting the CDROM on the Jmicron port. Now with
> the new Jmicron code, I have this error there, too.
I guess this is because of this line in ahci_attach():
148 sc->sc_atac.atac_atapibus_attach = NULL; /* XXX */
Then we jump through a NULL founction pointer in atabusconfig():
http://nxr.netbsd.org/source/xref/sys/dev/ata/ata.c#213