PERFORCE change 162054 for review

Zhao Shuai zhaoshuai at FreeBSD.org
Thu May 14 08:33:23 UTC 2009


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

Change 162054 by zhaoshuai at zhaoshuai on 2009/05/14 08:32:39

	backup the pipe file

Affected files ...

.. //depot/projects/soc2009/fifo/sys/i386/conf/MYKERNEL#3 edit
.. //depot/projects/soc2009/fifo/sys/kern/sys_pipe_backup.c#1 add
.. //depot/projects/soc2009/fifo/sys/sys/pipe_backup.h#1 add

Differences ...

==== //depot/projects/soc2009/fifo/sys/i386/conf/MYKERNEL#3 (text+ko) ====

@@ -21,7 +21,7 @@
 #cpu		I486_CPU
 #cpu		I586_CPU
 cpu		I686_CPU
-ident		GENERIC
+ident		MYKERNEL
 
 # To statically compile in device wiring instead of /boot/device.hints
 #hints		"GENERIC.hints"		# Default places to look for devices.
@@ -310,15 +310,15 @@
 #device		zyd		# ZyDAS zb1211/zb1211b wireless NICs
 #device		urio		# Diamond Rio 500 MP3 player
 # USB Serial devices
-device		u3g		# USB-based 3G modems (Option, Huawei, Sierra)
-device		uark		# Technologies ARK3116 based serial adapters
-device		ubsa		# Belkin F5U103 and compatible serial adapters
-device		uftdi		# For FTDI usb serial adapters
-device		uipaq		# Some WinCE based devices
-device		uplcom		# Prolific PL-2303 serial adapters
-device		uslcom		# SI Labs CP2101/CP2102 serial adapters
-device		uvisor		# Visor and Palm devices
-device		uvscom		# USB serial support for DDI pocket's PHS
+#device		u3g		# USB-based 3G modems (Option, Huawei, Sierra)
+#device		uark		# Technologies ARK3116 based serial adapters
+#device		ubsa		# Belkin F5U103 and compatible serial adapters
+#device		uftdi		# For FTDI usb serial adapters
+#device		uipaq		# Some WinCE based devices
+#device		uplcom		# Prolific PL-2303 serial adapters
+#device		uslcom		# SI Labs CP2101/CP2102 serial adapters
+#device		uvisor		# Visor and Palm devices
+#device		uvscom		# USB serial support for DDI pocket's PHS
 # USB Ethernet, requires miibus
 #device		aue		# ADMtek USB Ethernet
 #device		axe		# ASIX Electronics USB Ethernet
@@ -329,12 +329,12 @@
 #device		udav		# Davicom DM9601E USB
 
 # FireWire support
-device		firewire	# FireWire bus code
-device		sbp		# SCSI over FireWire (Requires scbus and da)
-device		fwe		# Ethernet over FireWire (non-standard!)
-device		fwip		# IP over FireWire (RFC 2734,3146)
-device		dcons		# Dumb console driver
-device		dcons_crom	# Configuration ROM for dcons
+#device		firewire	# FireWire bus code
+#device		sbp		# SCSI over FireWire (Requires scbus and da)
+#device		fwe		# Ethernet over FireWire (non-standard!)
+#device		fwip		# IP over FireWire (RFC 2734,3146)
+#device		dcons		# Dumb console driver
+#device		dcons_crom	# Configuration ROM for dcons
 
 #display
 options		VESA


More information about the p4-projects mailing list