dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/ssb
Larry.Finger@lwfinger.net 2afc49015d ssb: Allow reading of 440-byte SPROM that is not rev 4
The current code checks for the special signature that signifies
a revision 4 SPROM. Now that a rev. 8 SPROM with a 440-byte length
has been found that may not have any special code, this check could
be relaxed. With this patch, if the CRC is incorrect for a 256-byte
SPROM, the code will immediately check for a 440-byte SPROM. If there
is still a CRC error, the size is set to 440 bytes, which allows dumping
of most of any 512-byte SPROM if one is encountered.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-05-07 15:02:12 -04:00
..
Kconfig ssb: Add support for block-I/O 2008-04-08 16:44:40 -04:00
Makefile ssb: Add SPROM/invariants support for PCMCIA devices 2008-03-13 19:32:32 -04:00
b43_pci_bridge.c drivers/ssb/: Spelling fixes 2008-02-03 17:30:25 +02:00
driver_chipcommon.c ssb: Turn suspend/resume upside down 2008-04-08 15:05:57 -04:00
driver_extif.c ssb: Make the GPIO API reentrancy safe 2008-02-20 20:11:49 -05:00
driver_gige.c ssb: Add Gigabit Ethernet driver 2008-03-06 17:09:43 -05:00
driver_mipscore.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2008-04-14 02:30:23 -07:00
driver_pcicore.c ssb-pcicore: Remove b44 TPS flag workaround 2008-04-16 14:53:22 -04:00
embedded.c ssb: Add Gigabit Ethernet driver 2008-03-06 17:09:43 -05:00
main.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 2008-04-17 23:56:30 -07:00
pci.c ssb: Allow reading of 440-byte SPROM that is not rev 4 2008-05-07 15:02:12 -04:00
pcihost_wrapper.c ssb: Turn suspend/resume upside down 2008-04-08 15:05:57 -04:00
pcmcia.c ssb: Add support for block-I/O 2008-04-08 16:44:40 -04:00
scan.c ssb: Fix probing of PCI cores if PCI and PCIE core is available 2008-01-08 23:30:10 -08:00
sprom.c ssb: Add SPROM/invariants support for PCMCIA devices 2008-03-13 19:32:32 -04:00
ssb_private.h ssb: Turn suspend/resume upside down 2008-04-08 15:05:57 -04:00