Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2003 04:20:20 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44444 for review
Message-ID:  <200312281220.hBSCKKso020154@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=44444

Change 44444 by jmallett@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312281220.hBSCKKso020154>