FreeBSD Bugzilla – Attachment 6907 Details for
Bug 15327
Unable to use ISA sound card with AD1816A chip
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 683 bytes, created by
seki
on 1999-12-07 04:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
seki
Created:
1999-12-07 04:20:01 UTC
Size:
683 bytes
patch
obsolete
>--- ad1848.c.orig Mon May 10 21:31:53 1999 >+++ ad1848.c Tue Dec 7 12:44:39 1999 >@@ -1465,7 +1465,9 @@ > else if (vend_id == 0x1114b250) > s = "Terratec Soundsystem BASE 1"; > else if (vend_id == 0x50719304) >- s = "Generic AD1815"; >+ s = "Generic AD1815"; >+ else if (vend_id == 0x81719304) >+ s = "AD1816A"; > if (s) { > struct pnp_cinfo d; > read_pnp_parms(&d, 0); >@@ -1496,7 +1498,7 @@ > snddev_last_probed = &tmp_d; > > /* AD1816 */ >- if (vend_id == 0x1114b250 || vend_id == 0x50719304) { >+ if (vend_id == 0x1114b250 || vend_id == 0x50719304 || vend_id == 0x81719304) { > dev->id_alive = 16; /* number of io ports ? */ > > tmp_d = mss_op_desc; /* copy it */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 15327
: 6907