PERFORCE change 132676 for review

Kip Macy kmacy at FreeBSD.org
Sun Jan 6 22:42:46 PST 2008


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

Change 132676 by kmacy at pandemonium:kmacy:xen31 on 2008/01/07 06:42:20

	remove sc and vga drivers - they aren't needed for domU (which is all 
	we'll support for the foreseeable future) and sc was overwriting kernel
	text because we don't observe KERNLOAD

Affected files ...

.. //depot/projects/xen31/sys/i386/conf/XEN#4 edit

Differences ...

==== //depot/projects/xen31/sys/i386/conf/XEN#4 (text+ko) ====

@@ -124,12 +124,11 @@
 
 device		kbdmux		# keyboard multiplexer
 
-device		vga		# VGA video card driver
+#device		vga		# VGA video card driver
 
 device		splash		# Splash screen and screen saver support
 
 # syscons is the default console driver, resembling an SCO console
-device		sc
 
 device		agp		# support several AGP chipsets
 


More information about the p4-projects mailing list