Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Aug 2002 10:53:12 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16658 for review
Message-ID:  <200208271753.g7RHrCOq061821@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=16658

Change 16658 by jhb@jhb_zion on 2002/08/27 10:52:46

	Fix up kernel configs.

Affected files ...

.. //depot/projects/smpng/sys/alpha/conf/ALPHA#4 edit
.. //depot/projects/smpng/sys/alpha/conf/ALPHA-up#3 edit
.. //depot/projects/smpng/sys/i386/conf/X86#3 edit
.. //depot/projects/smpng/sys/i386/conf/X86-up#3 edit
.. //depot/projects/smpng/sys/sparc64/conf/SPARC64#7 edit

Differences ...

==== //depot/projects/smpng/sys/alpha/conf/ALPHA#4 (text+ko) ====

@@ -73,7 +73,7 @@
 device		ses		# SCSI Environmental Services (and SAF-TE)
 
 # atkbdc0 controls both the keyboard and the PS/2 mouse
-device		atkbdc	1	# At keyboard controller
+device		atkbdc		# At keyboard controller
 device		atkbd		# at keyboard
 device		psm		# psm mouse
 
@@ -83,7 +83,7 @@
 device		splash
 
 # syscons is the default console driver, resembling an SCO console
-device		sc	1
+device		sc
 
 # real time clock
 device		mcclock

==== //depot/projects/smpng/sys/alpha/conf/ALPHA-up#3 (text+ko) ====

@@ -73,7 +73,7 @@
 device		ses		# SCSI Environmental Services (and SAF-TE)
 
 # atkbdc0 controls both the keyboard and the PS/2 mouse
-device		atkbdc	1	# At keyboard controller
+device		atkbdc		# At keyboard controller
 device		atkbd		# at keyboard
 device		psm		# psm mouse
 
@@ -83,7 +83,7 @@
 device		splash
 
 # syscons is the default console driver, resembling an SCO console
-device		sc	1
+device		sc
 
 # real time clock
 device		mcclock

==== //depot/projects/smpng/sys/i386/conf/X86#3 (text+ko) ====

@@ -80,7 +80,7 @@
 device		ses		# SCSI Environmental Services (and SAF-TE)
 
 # atkbdc0 controls both the keyboard and the PS/2 mouse
-device		atkbdc	1	# At keyboard controller
+device		atkbdc		# At keyboard controller
 device		atkbd		# at keyboard
 device		psm		# psm mouse
 
@@ -90,7 +90,7 @@
 device		splash
 
 # syscons is the default console driver, resembling an SCO console
-device		sc	1
+device		sc
 options 	SC_HISTORY_SIZE=1024
 
 # Floating point support - do not disable.

==== //depot/projects/smpng/sys/i386/conf/X86-up#3 (text+ko) ====

@@ -76,7 +76,7 @@
 device		ses		# SCSI Environmental Services (and SAF-TE)
 
 # atkbdc0 controls both the keyboard and the PS/2 mouse
-device		atkbdc	1	# At keyboard controller
+device		atkbdc		# At keyboard controller
 device		atkbd		# at keyboard
 device		psm		# psm mouse
 
@@ -86,7 +86,7 @@
 device		splash
 
 # syscons is the default console driver, resembling an SCO console
-device		sc	1
+device		sc
 options 	SC_HISTORY_SIZE=1024
 
 # Floating point support - do not disable.

==== //depot/projects/smpng/sys/sparc64/conf/SPARC64#7 (text+ko) ====

@@ -60,8 +60,7 @@
 makeoptions	NO_WERROR=true
 makeoptions	NO_MODULES=true
 
-#options		PCI_ENABLE_IO_MODES
-#options		ATA_ENABLE_BUSMASTER
+#options 	ATA_ENABLE_BUSMASTER
 options		DEBUGGER_ON_POWERFAIL
 
 options		KTR

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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