diff --git a/usr.sbin/mptable/mptable.c b/usr.sbin/mptable/mptable.c index 336e178bf79a..fc8edaeef90d 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.3 1997/05/10 17:46:57 fsmp Exp $ + * $Id: mptable.c,v 1.4 1997/05/22 22:55:05 fsmp Exp $ */ /* @@ -31,7 +31,7 @@ #define VMAJOR 2 #define VMINOR 0 -#define VDELTA 11 +#define VDELTA 12 /* * this will cause the raw mp table to be dumped to /tmp/mpdump @@ -1134,9 +1134,6 @@ doOptionList( void ) printf( "#options NINTR=%d\t\t# number of INTs\n", (nintr < 24) ? 24 : nintr ); - printf( "\n# Currently broken:\n" ); - printf( "#options SMP_PRIVPAGES\t\t# BROKEN, DO NOT use!\n" ); - printf( "\n# Rogue hardware:\n" ); printf( "#\n# Tyan Tomcat II:\n" ); printf( "#options SMP_TIMER_NC\t\t# \n" );