cvs commit: src/sys/dev/acpica acpivar.h
Maxime Henrion
mux at freebsd.org
Sat May 22 05:20:46 PDT 2004
John Baldwin wrote:
> On Tuesday 18 May 2004 12:53 pm, Nate Lawson wrote:
> > njl 2004/05/18 09:53:29 PDT
> >
> > FreeBSD src repository
> >
> > Modified files:
> > sys/dev/acpica acpivar.h
> > Log:
> > Use the simpler __BUS_ACCESSOR macros for ivars instead of defining them
> > ourselves.
>
> This breaks probing of non-ACPI PCI busses.
I confirm this. My system has one ACPI PCI bus and one non-ACPI PCI
bus. With revision 1.65 of acpivar.h, my system panics when attaching
the non-ACPI PCI bus, trying to dereference NULL. It works OK if I
rollbak to acpivar.h revision 1.64.
Cheers,
Maxime
More information about the cvs-src
mailing list