Date: Tue, 27 Mar 2007 20:48:20 -0400 From: "Craig St. Jean" <cstjean@cs.kent.edu> To: freebsd-mobile@freebsd.org Subject: cardbus not working Message-ID: <4609BB54.4050102@cs.kent.edu> References: 20070124.084635.1366907896.imp@bsdimp.com
next in thread | raw e-mail | index | archive | help
If your situation is like mine, find out which pci bus pci5 is on (probably pcib3). Assuming it was pcib3, you can see that your pcib3 is pci0:30:0 So try to change your subordinate value for that by experimenting with pciconf -wb pci0:30:0 0x1a VALUE. Again, if your situation is like mine, you will probably want to try 8 for VALUE (1 higher than your current) (so pciconf -wb pci0:30:0 0x1a 8) Good luck! Take a look at my issue that I've resolved for more in-depth information.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4609BB54.4050102>