1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

pci fixup

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@815 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
mbm
2005-05-08 22:01:18 +00:00
parent 3bb646174c
commit c5916974cb
2 changed files with 2 additions and 10 deletions

View File

@@ -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;