Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 03 Nov 2007 15:23:56 GMT
From:      "Jirsa Ondrej" <contras@atlas.cz>
To:        <freebsd-stable@freebsd.org>
Subject:   bge driver still causes freeze
Message-ID:  <684a6edda9c7453ea4eb84cf0224e005@af5384b9872f4fd4a6fd2f11417935e7>

next in thread | raw e-mail | index | archive | help

Hello,

bge driver still causes freeze on my HP 6710b laptop, see also
http://lists.freebsd.org/pipermail/freebsd-current/2007-September/077368.html,
but commenting out a few lines in if_bge.c,v 1.198.2.1 makes driver to work:

--- if_bge.c.orig       2007-11-03 12:42:25.000000000 +0100
+++ if_bge.c    2007-11-03 12:08:53.000000000 +0100
@@ -1742,9 +1742,9 @@
 #if __FreeBSD_version > 700024
                                const char *pname;

-                               if (pci_get_vpd_ident(dev, &pname) == 0)
-                                       snprintf(model, 64, "%s", pname);
-                               else
+//                             if (pci_get_vpd_ident(dev, &pname) == 0)
+//                                     snprintf(model, 64, "%s", pname);
+//                             else
 #endif
                                        snprintf(model, 64, "%s %s",
                                            v->v_name,

Could someone investigate this?

------------------------------------------



http://mail.atlas.cz/wapmail/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?684a6edda9c7453ea4eb84cf0224e005>