Finally updated my console server that precipitated the original patch and found 4.4 didn't work with the card. Turns out when my patch got added, one digit was incorrect.

Here's a patch to fix.

--Kurt

Index: pcidevs
===================================================================
RCS file: /cvs/src/sys/dev/pci/pcidevs,v
retrieving revision 1.1396
diff -u -r1.1396 pcidevs
--- pcidevs     28 Jul 2008 16:53:18 -0000      1.1396
+++ pcidevs     18 Nov 2008 20:01:47 -0000
@@ -3040,7 +3040,7 @@
 product SIIG   2061            0x2061  I/O
 product SIIG   2062            0x2062  I/O
 product SIIG   2081            0x2081  I/O
-product SIIG   2082            0x2081  I/O
+product SIIG   2082            0x2082  I/O

 /* Solarflare products */
 product SOLARFLARE FALCON_P    0x0703  Falcon P

Reply via email to