Re: pccard/newbus lockup with 5.0 current on Dell X200
Mark Diekhans <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
To follow up on my own posting so the solution gets archived for others.. This problem is caused by cbb allocating a memory range that is used by the 1394 OHCI. It wasn't entirely obvious at first, as the OHCI driver was not loaded. Adding the lines to following lines to /boot/loader.conf will fix the problem (and hopeful will allow the firewire cdrom to work as well): hw.pci.allow_unsupported_io_range=1 hw.cbb.start_memory=0xFEBFE000 Mark Diekhans <[email protected]> writes: > I am having problems getting 5.0 running on a Dell latitude X200. When a > pccard or cardbus card is inserted, the system instantly locks up. No kernel > messages are printed. To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-mobile" in the body of the message