NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/40099: device_t/softc split broke cac(4)/ld(4): panic: iostat_unbusy



The following reply was made to PR kern/40099; it has been noted by GNATS.

From: "Juan Romero Pardines" <xtraeme%gmail.com@localhost>
To: "NetBSD GNATS" <gnats-bugs%netbsd.org@localhost>
Cc: 
Subject: Re: kern/40099: device_t/softc split broke cac(4)/ld(4): panic: 
iostat_unbusy
Date: Thu, 4 Dec 2008 11:25:48 +0100

 Hi,
 
 I think that is due to a wrong pointer passed as first arg to lddone() in line
 219 of sys/dev/ic/ld_cac.c.
 
 The line should be: lddone(&sc->sc_ld, bp).
 


Home | Main Index | Thread Index | Old Index