Date: Wed, 12 Oct 2011 11:20:08 -0400 From: Michael Butler <imb@protected-networks.net> To: John Baldwin <jhb@freebsd.org> Cc: FreeBSD Current <freebsd-current@FreeBSD.org> Subject: Fixed: ichwd failure to attach Message-ID: <4E95B028.6090307@protected-networks.net>
next in thread | raw e-mail | index | archive | help
SVN r226302 solves the ichwd failure to attach issue .. instead of .. isa_probe_children: disabling PnP devices ichwd0: <Intel ICH7M watchdog timer> on isa0 isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer pcib0: allocated type 4 (0x1030-0x1037) for rid 0 of ichwd0 pcib0: allocated type 4 (0x1060-0x107f) for rid 1 of ichwd0 ichwd0: unable to reserve GCS registers device_attach: ichwd0 attach returned 6 .. I now get .. isa_probe_children: disabling PnP devices ichwd0: <Intel ICH7M watchdog timer> on isa0 isab0: found ICH7 or equivalent chipset: Intel ICH7M watchdog timer pcib0: allocated type 4 (0x1030-0x1037) for rid 0 of ichwd0 pcib0: allocated type 4 (0x1060-0x107f) for rid 1 of ichwd0 ichwd0: Intel ICH7M watchdog timer (ICH7 or equivalent) ichwd0: timer disabled .. thanks! Michael
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E95B028.6090307>