The following reply was made to PR kern/91594; it has been noted by GNATS. From: John Baldwin <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: kern/91594: [em] FreeBSD > 5.4 w/ACPI fails to detect Intel Pro/1000 MT 4-port NIC in PCI slot 3 of DL380 G4 [regression] Date: Thu, 28 Apr 2011 12:05:31 -0400
Can you still reproduce this? The problem is due to the attach of the pcib device failing (so it has nothing to do with em(4)). If you still have this machine available, it would be good to get an acpidump. I suspect the _STA method for the bus is causing acpi_DeviceIsPresent() in acpi_pcib_attach() to fail. -- John Baldwin _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-acpi To unsubscribe, send any mail to "[email protected]"
