1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Applied David Greenman's hack to disable IRQ conflict checking

when COM_MULTIPORT is defined.
This commit is contained in:
Andrew Moore 1993-11-09 02:12:36 +00:00
parent 840c9e583c
commit 2fc79c3815
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=736
2 changed files with 6 additions and 2 deletions

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
* $Id: isa.c,v 1.5 1993/10/18 18:45:48 rgrimes Exp $
* $Id: isa.c,v 1.6 1993/11/07 21:47:19 wollman Exp $
*/
/*
@ -147,6 +147,7 @@ haveseen(dvp, tmpdvp)
status = 1;
}
}
#ifndef COM_MULTIPORT
/*
* Check for IRQ conflicts.
*/
@ -157,6 +158,7 @@ haveseen(dvp, tmpdvp)
status = 1;
}
}
#endif
/*
* Check for DRQ conflicts.
*/

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
* $Id: isa.c,v 1.5 1993/10/18 18:45:48 rgrimes Exp $
* $Id: isa.c,v 1.6 1993/11/07 21:47:19 wollman Exp $
*/
/*
@ -147,6 +147,7 @@ haveseen(dvp, tmpdvp)
status = 1;
}
}
#ifndef COM_MULTIPORT
/*
* Check for IRQ conflicts.
*/
@ -157,6 +158,7 @@ haveseen(dvp, tmpdvp)
status = 1;
}
}
#endif
/*
* Check for DRQ conflicts.
*/