PERFORCE change 42349 for review

Peter Wemm peter at FreeBSD.org
Fri Nov 14 10:44:17 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=42349

Change 42349 by peter at peter_overcee on 2003/11/14 10:44:07

	Re-fix OCW3

Affected files ...

.. //depot/projects/hammer/sys/amd64/isa/atpic.c#19 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/isa/atpic.c#19 (text+ko) ====

@@ -260,7 +260,7 @@
 	outb(imr_addr, *pic->at_imen);
 
 	/* Reset is finished, default to IRR on read. */
-	outb(pic->at_ioaddr, OCW3_SEL | OCW3_RIS);
+	outb(pic->at_ioaddr, OCW3_SEL | OCW3_RR);
 
 	/* Set priority order to 3-7, 0-2 (com2 first). */
 	if (!slave)


More information about the p4-projects mailing list