kern/57721: Dell built in SB Live not detected (patch with fix included)

Bjoern A. Zeeb bzeeb+freebsd at zabbadoz.net
Wed Oct 8 01:30:17 PDT 2003


The following reply was made to PR kern/57721; it has been noted by GNATS.

From: "Bjoern A. Zeeb" <bzeeb+freebsd at zabbadoz.net>
To: Kenneth Culver <culverk at sweetdreamsracing.biz>
Cc: FreeBSD-gnats-submit at FreeBSD.org,
	"Bjoern A. Zeeb" <bzeeb+freebsd at zabbadoz.net>
Subject: Re: kern/57721: Dell built in SB Live not detected (patch with fix
 included)    
Date: Wed, 8 Oct 2003 08:11:23 +0000 (UTC)

 On Tue, 7 Oct 2003, Kenneth Culver wrote:
 
 Hi,
 
 > >Fix:
 >         Here is the patch to fix the problem (generated with diff -u on
 >         FreeBSD 5.1-CURRENT as of about 30 minutes ago)
 >
 > --- emu10k1.c.old       Sun Sep  7 12:28:03 2003
 > +++ emu10k1.c   Tue Oct  7 17:20:06 2003
 > @@ -37,6 +37,7 @@
 >  /* -------------------------------------------------------------------- */
 >
 >  #define        EMU10K1_PCI_ID  0x00021102
 > +#define        EMU10K1_PCI_ID  0x00061102
 
 Tha should be
 
 #define		EMU10K1_PCI_ID2	0x00061102
 
                              ^^^
 
 I guess.
 
 
 >  #define        EMU10K2_PCI_ID  0x00041102
 >  #define        EMU_DEFAULT_BUFSZ       4096
 >  #define        EMU_CHANS       4
 > @@ -1439,6 +1440,7 @@
 >
 >         switch (pci_get_devid(dev)) {
 >         case EMU10K1_PCI_ID:
 > +       case EMU10K1_PCI_ID2:
 >                 s = "Creative EMU10K1";
 >                 break;
 >  /*
 
 -- 
 Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
 56 69 73 69 74				http://www.zabbadoz.net/


More information about the freebsd-bugs mailing list