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:
Yoshihiro Takahashi 1999-12-01 14:15:30 +00:00
parent 132b70df15
commit 3e566c6577

View File

@ -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]);