DragonFly BSD
DragonFly kernel List (threaded) for 2005-02
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Panic with BCM5751 NIC


From: Jonathan Fosburgh <jonathan@xxxxxxxxxxxx>
Date: Fri, 18 Feb 2005 09:48:15 -0600

My computer at work was recently upgraded to an HP dc7100 with integrated 
Broadcom BCM5751 Gigabit NIC. Using Joerg's patch posted to this list (see 
below) I am able to get my NIC detected, but whenever I do this, either in 
the kenel or loading the module I receive a kernel panic.   Just before the 
panic is a message reading:  "RAM parity error, likely hardware error"

And then that panic is: 

Fatal trap 19:  non-maskable interrupt trap while in kernel mode
......
Stopped at cpu_initclocks t0x6e: inb $0x84, %al

This is, of course, transcribed by hand.  I have been unable to get any debug 
information out of the dump, even though I have -g set in my config.  I am 
probably missing something else.  Note that this NIC works fine in FBSD 
6-CURRENT, which is where I am sending this from.  Any thoughts or 
suggestions?

Here is the patch Joerg supplied a few weeks ago:

Index: if_bge.c
===================================================================
RCS 
file: /home/joerg/wd/repository/dragonflybsd/src/sys/dev/netif/bge/if_bge.c,v
retrieving revision 1.25
diff -u -r1.25 if_bge.c
--- if_bge.c    23 Jan 2005 20:21:30 -0000      1.25
+++ if_bge.c    28 Jan 2005 09:40:16 -0000
@@ -172,6 +172,8 @@
                "Altima AC1002 Gigabit Ethernet" },
        { PCI_VENDOR_ALTIMA, PCI_PRODUCT_ALTIMA_AC9100,
                "Altima AC9100 Gigabit Ethernet" },
+       { PCI_VENDOR_BROADCOM, 0x1677, 
+               "Broadcom BCM5751 Gigabit Ethernet" },
        { 0, 0, NULL }
 };
-- 
Jonathan Fosburgh
AIX and Storage Administrator
UT MD Anderson Cancer Center
Houston, TX

Attachment: pgp00019.pgp
Description: PGP signature



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]