PERFORCE change 69416 for review

Peter Wemm peter at FreeBSD.org
Thu Jan 20 18:20:03 PST 2005


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

Change 69416 by peter at peter_daintree on 2005/01/21 02:19:45

	-UPC98

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/mptable.c#36 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/mptable.c#36 (text+ko) ====

@@ -575,11 +575,9 @@
 	KASSERT(src_bus <= mptable_maxbusid, ("bus id %d too large", src_bus));
 	switch (busses[src_bus].bus_type) {
 	case ISA:
-#ifndef PC98
 		if (elcr_found)
 			return (elcr_read_trigger(src_bus_irq));
 		else
-#endif
 			return (INTR_TRIGGER_EDGE);
 	case PCI:
 		return (INTR_TRIGGER_LEVEL);


More information about the p4-projects mailing list