Subject: iop0: unable to retrieve HRT
To: None <current-users@netbsd.org>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: current-users
Date: 01/06/2006 15:26:55
I just tried an INSTALL kernel on a Dell Poweredge 1400, and got:
/*
* Perform autoconfiguration tasks.
*/
static void
iop_config_interrupts(struct device *self)
{
...
if (iop_hrt_get(sc) != 0) {
printf("%s: unable to retrieve HRT\n", sc->sc_dv.dv_xname);
return;
}
=> no disks :-(
Thoughts? (no acpi in INSTALL - would that help? ioapic?)
Cheers,
Patrick