Dell SBLive! (almost) fixed
Anton Alin-Adrian
aanton at reversedhell.net
Thu Jun 10 15:06:02 GMT 2004
Joseph Dunn wrote:
> Whoops, forgot the diff. It's attached.
>
> Joseph
>
>
> ------------------------------------------------------------------------
>
> --- emu10k1.c 2004-06-09 11:26:37.000000000 -0500
> +++ emu10k1.c.dell 2004-06-09 11:29:26.000000000 -0500
> @@ -37,6 +37,7 @@
> /* -------------------------------------------------------------------- */
>
> #define EMU10K1_PCI_ID 0x00021102
> +#define EMU10K1_DELL_PCI_ID 0x00061102
> #define EMU10K2_PCI_ID 0x00041102
> #define EMU_DEFAULT_BUFSZ 4096
> #define EMU_CHANS 4
> @@ -1441,6 +1442,10 @@
> case EMU10K1_PCI_ID:
> s = "Creative EMU10K1";
> break;
> +
> + case EMU10K1_DELL_PCI_ID:
> + s = "Creative EMU10K1 (Dell)";
> + break;
> /*
> case EMU10K2_PCI_ID:
> s = "Creative EMU10K2";
> @@ -1595,6 +1600,10 @@
> s = "Creative EMU10K1 Joystick";
> device_quiet(dev);
> break;
> + case 0x70041102:
> + s = "Creative EMU10K1 Joystick (Dell)";
> + device_quiet(dev);
> + break;
> case 0x70031102:
> s = "Creative EMU10K2 Joystick";
> device_quiet(dev);
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> freebsd-hackers at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe at freebsd.org"
Try the drivers from www.opensound.com and see if it can get it working. If
they can, then probably the card is also modified too.
--
Alin-Adrian Anton
Reversed Hell Networks
GPG keyID 0x1E2FFF2E (2963 0C11 1AF1 96F6 0030 6EE9 D323 639D 1E2F FF2E)
gpg --keyserver pgp.mit.edu --recv-keys 1E2FFF2E
More information about the freebsd-hackers
mailing list