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

Kenneth Culver culverk at sweetdreamsracing.biz
Wed Oct 8 07:40:22 PDT 2003


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

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

 Quoting "Bjoern A. Zeeb" <bzeeb+freebsd at zabbadoz.net>:
 
 > 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.
 
 Oops, yeah, I redid the patch to line things up better and forgot to put the '2'
 back into the #define. You're right though; that's what it should be.
 
 Ken
 >
 >
 > >  #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