Hi,
I'd like to bring this topic again as it's very old and I think well known by people who have laptops (I guess the problem is more common for Acer owners).
The problem is the following:
this is verbose output:
or
this happens on different laptops with different hardware but it's the same problem
I have sent several mails to the mailing lists but this is still not resolved...I would very much like if someone can take this and fix it once and for all...
here is a thread where this is discussed a little bit
http://forums.freebsd.org/showthread.php?t=206
here is an interesting quote (by GullibleJones) from this thread
please, devs, help on this
I'd like to bring this topic again as it's very old and I think well known by people who have laptops (I guess the problem is more common for Acer owners).
The problem is the following:
this is verbose output:
Code:
bge0: <Broadcom NetLink Gigabit Ethernet Controller, ASIC rev. 0xb002> irq 17 at device 0.0 on pci8
pcib3: bge0 requested unsupported memory range 0-0xffffffffffffffff (decoding 0-0, 0-0)
bge0: 0x10000 bytes of rid 0x10 res 3 failed (0, 0xffffffffffffffff).
bge0: couldn't map memory
device_attach: bge0 attach returned 6
Code:
ath0: <Atheros 5424/2424> irq 17 at device 0.0 on pci3
ath0: 0x10000 bytes of rid 0x10 res 3 failed (0, 0xffffffff).
ath0: cannot map register space
device_attach: ath0 attach returned 6
this happens on different laptops with different hardware but it's the same problem
I have sent several mails to the mailing lists but this is still not resolved...I would very much like if someone can take this and fix it once and for all...
here is a thread where this is discussed a little bit
http://forums.freebsd.org/showthread.php?t=206
here is an interesting quote (by GullibleJones) from this thread
That wouldn't work... The problem is due to the lack of a feature rather than a bug. The bug is in the 3680's BIOS - it shouldn't be clearing the resources for various hardware when ACPI is enabled. FreeBSD relies on the BIOS to allocated resources for hardware - to work around this would apparently require FreeBSD to be able to allocate resources on its own (as Linux can, I guess).
(I do kind of wonder why this feature hasn't been added. It seems to me that relying on BIOSes not to be buggy is a bad idea?)
please, devs, help on this