Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Mar 2002 03:51:56 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 7951 for review
Message-ID:  <200203191151.g2JBpuH56297@freefall.freebsd.org>

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

Change 7951 by peter@peter_overcee on 2002/03/19 03:50:58

	try my luck again, turn stuff back on.

Affected files ...

... //depot/projects/ia64/sys/ia64/conf/SMALL#8 edit

Differences ...

==== //depot/projects/ia64/sys/ia64/conf/SMALL#8 (text+ko) ====

@@ -11,7 +11,7 @@
 makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
 makeoptions	NO_CPU_COPTFLAGS=true	#Ignore any x86 CPUTYPE
 
-#options		SKI			#Support for HP simulator
+#options 	SKI			#Support for HP simulator
 options 	INET			#InterNETworking
 #options 	INET6			#IPv6 communications protocols
 options 	FFS			#Berkeley Fast Filesystem
@@ -33,7 +33,7 @@
 options		P1003_1B		#Posix P1003_1B real-time extentions
 options 	_KPOSIX_PRIORITY_SCHEDULING
 options		CONSPEED=115200
-#options 	SMP
+options 	SMP
 
 # Debugging for use in -current
 options 	DDB
@@ -52,14 +52,14 @@
 #device		fdc
 
 # ATA and ATAPI devices
-#device		ata
-#device		atadisk		# ATA disk drives
-#device		atapicd		# ATAPI CDROM drives
-#device		atapifd		# ATAPI floppy drives
+device		ata
+device		atadisk		# ATA disk drives
+device		atapicd		# ATAPI CDROM drives
+device		atapifd		# ATAPI floppy drives
 #device		atapist		# ATAPI tape drives
 
 # SCSI Controllers
-#device		ahc		# AHA2940 and onboard AIC7xxx devices
+device		ahc		# AHA2940 and onboard AIC7xxx devices
 #device		esp		# 53C94 & friends, not CAM-ified
 device		isp		# Qlogic family
 #device		ncr		# NCR/Symbios Logic
@@ -135,12 +135,12 @@
 device		bpf		#Berkeley packet filter
 
 # USB support
-#device		uhci		# UHCI PCI->USB interface
-#device		ohci		# OHCI PCI->USB interface
-#device		usb		# USB Bus (required)
-#device		ugen		# Generic
-#device		uhid		# "Human Interface Devices"
-#device		ukbd		# Keyboard
+device		uhci		# UHCI PCI->USB interface
+device		ohci		# OHCI PCI->USB interface
+device		usb		# USB Bus (required)
+device		ugen		# Generic
+device		uhid		# "Human Interface Devices"
+device		ukbd		# Keyboard
 #device		ulpt		# Printer
 #device		umass		# Disks/Mass storage - Requires scbus and da0
 #device		ums		# Mouse

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?200203191151.g2JBpuH56297>