mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
Fix name clash with gri and nova, that caused conflicts Fix compilation warnings PR: 222968 Submitted by: bob@eager.cx (maintainer) Approved by: olivier (mentor) Differential Revision: https://reviews.freebsd.org/D12651
11 lines
503 B
C
11 lines
503 B
C
--- HP2100/hp2100_pif.c.orig 2017-10-12 22:55:55 UTC
|
|
+++ HP2100/hp2100_pif.c
|
|
@@ -306,7 +306,7 @@ while (working_set) {
|
|
|
|
else { /* DOS PIF */
|
|
setPRL (dibptr->select_code, !(pif.control | pif.flag));
|
|
- setIRQ (dibptr->select_code, !pif.control & pif.flag & pif.flagbuf);
|
|
+ setIRQ (dibptr->select_code, (!pif.control) & pif.flag & pif.flagbuf);
|
|
}
|
|
|
|
if (DEBUG_PRS (pif_dev))
|