Yuval Hager wrote:
> When the wireless is working:
> 00: e4 14 12 43 06 01 10 00 02 00 80 02 08 00 00 00
> 10: 04 c0 ff fd 00 00 00 00 00 00 00 00 00 00 00 00
> 30: 00 00 00 00 40 00 00 00 00 00 00 00 0a 01 00 00
> 
> After it fails:
> 00: e4 14 12 43 00 00 10 00 02 00 80 02 00 00 00 00
> 10: 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> 30: 00 00 00 00 40 00 00 00 00 00 00 00 00 01 00 00

Differences:

04h bit 1: A value of 1 allows the device to respond to Memory Space addresses.
04h bit 2: A value of 1 allows the device to behave as a bus master.
04h bit 8: A value of 1 enables the SERR# driver.

0ch bit 3: System cacheline size in units of DWORDs.

10h: BAR0 (memory mapped address for device)

3ch bits 7:0: Interrupt Line

Basically the card has been deconfigured. This should never happen.

Try the following (somewhat naive) command to see if it starts
working again:

setpci -d 14e4:4312 c.l=8 10.l=fdffc004 4.w=0106


//Peter

Attachment: pgpFVIyLNz5Et.pgp
Description: PGP signature

_______________________________________________
Bcm43xx-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bcm43xx-dev

Reply via email to