PERFORCE change 44444 for review

Juli Mallett jmallett at FreeBSD.org
Sun Dec 28 04:20:22 PST 2003


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

Change 44444 by jmallett at jmallett_oingo on 2003/12/28 04:20:09

	Remove #if maybenever stuff which is indeed for never.

Affected files ...

.. //depot/projects/mips/sys/mips/sgimips/ip22.c#6 edit

Differences ...

==== //depot/projects/mips/sys/mips/sgimips/ip22.c#6 (text+ko) ====

@@ -141,13 +141,6 @@
 	platform.intr_establish = ip22_intr_establish;
 	platform.watchdog = ip22_watchdog;
 
-#if maybenever
-	biomask = 0x0700;
-	netmask = 0x0700;
-	ttymask = 0x0f00;
-	clockmask = 0xbf00;
-#endif
-
 	/* Hardcode interrupts 7, 11 to mappable interrupt 0,1 handlers */
 	intrtab[7].ih_fun = ip22_mappable_intr;
 	intrtab[7].ih_arg	= (void*) 0;


More information about the p4-projects mailing list