patch-1.3.14 linux/drivers/sound/mad16.c
Next file: linux/drivers/sound/os.h
Previous file: linux/drivers/sound/ad1848_mixer.h
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Mon Jul 31 10:20:02 1995
- Orig file:
v1.3.13/linux/drivers/sound/mad16.c
- Orig date:
Tue Jul 11 10:02:53 1995
diff -u --recursive --new-file v1.3.13/linux/drivers/sound/mad16.c linux/drivers/sound/mad16.c
@@ -232,10 +232,23 @@
if (!detect_mad16 ())
return 0;
- printk ("mad16.c: A 82C929 detected???\n");
+ printk ("mad16.c: 82C929 detected???\n");
}
else
- printk ("mad16.c: A 82C928 or Mozart detected???\n");
+ {
+ unsigned char model;
+
+ if (((model=mad_read (MC3_PORT)) & 0x03) == 0x03)
+ {
+ printk ("mad16.c: Mozart detected???\n");
+ board_type = MOZART;
+ }
+ else
+ {
+ printk ("mad16.c: 82C928 detected???\n");
+ board_type = C928;
+ }
+ }
for (i = 0xf8d; i <= 0xf93; i++)
DDB (printk ("port %03x = %03x\n", i, mad_read (i)));
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this