Backput the "Dell ID" part of the last commit, it was already tried in

the past but didn't worked.

Noticed by:	Gavin Atkinson <gavin.atkinson@ury.york.ac.uk>
This commit is contained in:
Alexander Leidinger 2006-01-21 16:21:06 +00:00
parent 30baa78df4
commit 5f35685cc2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154641

View File

@ -45,7 +45,6 @@ SND_DECLARE_FILE("$FreeBSD$");
#define EMUMAXPAGES (WAVEOUT_MAXBUFSIZE * NUM_G / EMUPAGESIZE)
#define EMU10K1_PCI_ID 0x00021102 /* 1102 => Creative Labs Vendor ID */
#define EMU10K2_PCI_ID 0x00041102
#define EMU10K1X_PCI_ID 0x00061102
#define EMU10K3_PCI_ID 0x00081102
#define EMU_DEFAULT_BUFSZ 4096
#define EMU_MAX_CHANS 8
@ -1885,10 +1884,6 @@ emu_pci_probe(device_t dev)
s = "Creative EMU10K1";
break;
case EMU10K1X_PCI_ID:
s = "Creative SB Live! (Dell OEM)";
break;
case EMU10K2_PCI_ID:
if (pci_get_revid(dev) == 0x04)
s = "Creative Audigy 2 (EMU10K2)";