From Bugzilla Helper: User-Agent: Mozilla/4.75 [en] (Windows NT 5.0; U) Description of problem: kudzu is missing definitions in pcitable of the vendor and device id of the new 82544-based adapters mentioned in the summary statement. Version-Release number of selected component (if applicable): kudzu-0.98.10-1 How reproducible: Always Steps to Reproduce: 1.boot the machine with above-mentioned adapters installed in the system 2. 3. Actual Results: Devices not found in /etc/sysconfig/hwconf Additional info: The diff below provides the needed values to pcitable, it was performed against kudzu-0.98.10-1 --- pcitable.orig Fri Oct 12 14:55:28 2001 +++ pcitable Fri Oct 12 15:02:18 2001 @@ -1980,7 +1980,10 @@ 0x8086 0x04d0 "unknown" "Intel Corporation|82437FX [Triton FX]" 0x8086 0x0960 "unknown" "Intel Corporation|80960RP [i960 RP Microprocessor/Bridge]" 0x8086 0x1000 "e1000" "Intel Corporation|82542 Gigabit Ethernet Adapter" -0x8086 0x1001 "e1000" "Intel Corporation|82543 Gigabit Ethernet Adapter" +0x8086 0x1001 "e1000" "Intel Corporation|82543GC Gigabit Ethernet Adapter (fiber)" +0x8086 0x1004 "e1000" "Intel Corporation|82543GC Gigabit Ethernet Adapter (copper)" +0x8086 0x1008 "e1000" "Intel Corporation|82544EI Gigabit Ethernet Adapter (copper)" +0x8086 0x1009 "e1000" "Intel Corporation|82544EI Gigabit Ethernet Adapter (fiber)" 0x8086 0x1030 "unknown" "Intel Corporation|82559 InBusiness 10/100" 0x8086 0x1130 "agpgart" "Intel Corporation|82815 815 Chipset Host Bridge and Memory Controller Hub" 0x8086 0x1132 "Card:Intel 815" "Intel Corporation|82815 CGC [Chipset Graphics Controller]
Will be fixed in kudzu-0.99.27-1 when it's built.