summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mptable/mptable.c
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-07-22 18:52:20 +0000
committerfsmp <fsmp@FreeBSD.org>1997-07-22 18:52:20 +0000
commit6941d278c7f0b4047b728334d84c43878efadf52 (patch)
treea39a336d0c41e6ecbe9dbe230a24fb37db0b2119 /usr.sbin/mptable/mptable.c
parent4f978fcc7546539e58eef1a2ff1e4a70044f254c (diff)
downloadFreeBSD-src-6941d278c7f0b4047b728334d84c43878efadf52.zip
FreeBSD-src-6941d278c7f0b4047b728334d84c43878efadf52.tar.gz
Removed the SMP_TIMER_NC suggestion.
This is (almost) defunct, start to phase it out...
Diffstat (limited to 'usr.sbin/mptable/mptable.c')
-rw-r--r--usr.sbin/mptable/mptable.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c
index fc8edae..f71deb4 100644
--- a/usr.sbin/mptable/mptable.c
+++ b/usr.sbin/mptable/mptable.c
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mptable.c,v 1.4 1997/05/22 22:55:05 fsmp Exp $
+ * $Id: mptable.c,v 1.5 1997/06/23 20:23:44 fsmp Exp $
*/
/*
@@ -31,7 +31,7 @@
#define VMAJOR 2
#define VMINOR 0
-#define VDELTA 12
+#define VDELTA 13
/*
* this will cause the raw mp table to be dumped to /tmp/mpdump
@@ -1133,12 +1133,13 @@ doOptionList( void )
printf( "#options NAPIC=%d\t\t\t# number of IO APICs\n", napic );
printf( "#options NINTR=%d\t\t# number of INTs\n",
(nintr < 24) ? 24 : nintr );
-
+#if 0
printf( "\n# Rogue hardware:\n" );
printf( "#\n# Tyan Tomcat II:\n" );
printf( "#options SMP_TIMER_NC\t\t# \n" );
printf( "#\n# SuperMicro P6DNE:\n" );
printf( "#options SMP_TIMER_NC\t\t# \n" );
+#endif /** 0 */
}
OpenPOWER on IntegriCloud