K 10 svn:author V 5 wpaul K 8 svn:date V 27 2004-01-02T17:22:12.000000Z K 7 svn:log V 355 Fix detection of RealTek 8129 PCI cards. Apparently, these cards report a hardware rev of 0x00000000. Sadly, the 8169 gigE MAC also reports 0x00000000, so testing against this for exclusion results in both cards being skipped by rl_probe(). Make the 8169 test more specific by matching against both the hwrev and the PCI ID for this chip. PR: kern/60824 END