aboutsummaryrefslogtreecommitdiffstats
path: root/package/linux/kernel-source/drivers
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2005-05-08 22:01:18 +0000
committerMike Baker <mbm@openwrt.org>2005-05-08 22:01:18 +0000
commitd2d901cd7f84a39aec8063174448e15b09b97d64 (patch)
tree01ae5791eb270c83dcccd8f44ac66df72561ee83 /package/linux/kernel-source/drivers
parent998f7701de60be79faf57cdda742f131e660a04c (diff)
downloadupstream-d2d901cd7f84a39aec8063174448e15b09b97d64.tar.gz
upstream-d2d901cd7f84a39aec8063174448e15b09b97d64.tar.bz2
upstream-d2d901cd7f84a39aec8063174448e15b09b97d64.zip
pci fixup
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@815 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/kernel-source/drivers')
-rw-r--r--package/linux/kernel-source/drivers/net/hnd/sbutils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/linux/kernel-source/drivers/net/hnd/sbutils.c b/package/linux/kernel-source/drivers/net/hnd/sbutils.c
index 2c9cb55c79c..1b221e0b367 100644
--- a/package/linux/kernel-source/drivers/net/hnd/sbutils.c
+++ b/package/linux/kernel-source/drivers/net/hnd/sbutils.c
@@ -234,7 +234,7 @@ sb_kattach()
regs = (uint32 *)REG_MAP(SB_ENUM_BASE, SB_CORE_SIZE);
cid = R_REG((uint32 *)regs);
- if (((cid & CID_ID_MASK) == 0x4712) &&
+ if (((cid & (CID_ID_MASK | CID_PKG_MASK)) == 0x00104712) &&
((cid & CID_REV_MASK) <= 0x00020000)) {
uint32 *scc, val;