PERFORCE change 48184 for review

Peter Wemm peter at FreeBSD.org
Thu Mar 4 21:42:40 PST 2004


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

Change 48184 by peter at peter_daintree on 2004/03/04 21:42:26

	fix up some other things obrien found, update comments
	about atpic/mptable.

Affected files ...

.. //depot/projects/hammer/sys/amd64/conf/NOTES#13 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/conf/NOTES#13 (text+ko) ====

@@ -12,8 +12,7 @@
 
 #
 # This directive is mandatory; it defines the architecture to be
-# configured for; in this case, the 386 family based IBM-PC and
-# compatibles.
+# configured for; in this case, AMD64 family based machines.
 #
 machine		amd64
 
@@ -32,8 +31,6 @@
 #
 # Notes:
 #
-# Be sure to disable 'cpu I386_CPU' for SMP kernels.
-#
 # By default, mixed mode is used to route IRQ0 from the AT timer via
 # the 8259A master PIC through the ExtINT pin on the first I/O APIC.
 # This can be disabled via the NO_MIXED_MODE option.  In that case,
@@ -44,8 +41,8 @@
 #
 
 # Optional:
-device		atpic			# Legacy pic
-device		mptable
+device		atpic			# Optional legacy pic support
+device		mptable			# Optional MPSPEC mptable support
 options 	NO_MIXED_MODE		# Disable use of mixed mode
 
 


More information about the p4-projects mailing list