The 6th bit of configuration port is not defined on pc98.
Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
This commit is contained in:
parent
132b70df15
commit
3e566c6577
@ -46,6 +46,8 @@
|
||||
*
|
||||
* Modified: Riccardo Facchetti 24 Mar 1995 - Added the Audio Excel DSP 16
|
||||
* initialization routine.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#define DEB(x)
|
||||
@ -1714,9 +1716,11 @@ attach_mss(struct address_info * hw_config)
|
||||
if (bits == -1)
|
||||
return ;
|
||||
|
||||
#ifndef PC98
|
||||
outb(config_port, bits | 0x40);
|
||||
if ((inb(version_port) & 0x40) == 0)
|
||||
printf("[IRQ Conflict?]");
|
||||
#endif
|
||||
|
||||
/* Write IRQ+DMA setup */
|
||||
outb(config_port, bits | dma_bits[hw_config->dma]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user