Date: Wed, 27 Oct 1999 16:19:15 +1300 From: Mike Muir <mmuir@es.co.nz> To: "Alexander N. Kabaev" <ak03@gte.com> Cc: freebsd-current@FreeBSD.ORG Subject: Re: intpm0: Could not allocate Bus space Message-ID: <38166F33.6C5C8CB6@es.co.nz> References: <XFMail.991026185419.ak03@gte.com>
next in thread | previous in thread | raw e-mail | index | archive | help
"Alexander N. Kabaev" wrote: > uhci0: <Intel 82371AB/EB (PIIX4) USB controller> irq 9 at device 7.2 on pci0 > usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0 > uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 2 ports with 2 removable, self powered > intpm0: <Intel 82371AB Power management controller> at device 7.3 on pci0 > intpm0: Could not allocate Bus space Take a look in intpm(4) under the bugs section: This device requires IRQ 9 exclusively. To use this, you should enable ACPI function in BIOS configuration, or PnP mechanism assigns conflicted IRQ for PnP ISA card. And don't use IRQ 9 for Non-PnP ISA cards. Your USB bus controller being on irq 9 might be causing this problem.. Have a play around with IRQ's. mike. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38166F33.6C5C8CB6>