svn commit: r192504 - user/kmacy/releng_7_2_fcs/sys/amd64/conf

Kip Macy kmacy at FreeBSD.org
Thu May 21 02:04:42 UTC 2009


Author: kmacy
Date: Thu May 21 02:04:42 2009
New Revision: 192504
URL: http://svn.freebsd.org/changeset/base/192504

Log:
  eliminate unneeded devices

Modified:
  user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC

Modified: user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC
==============================================================================
--- user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC	Thu May 21 01:50:27 2009	(r192503)
+++ user/kmacy/releng_7_2_fcs/sys/amd64/conf/GENERIC	Thu May 21 02:04:42 2009	(r192504)
@@ -95,12 +95,6 @@ device		atapist		# ATAPI tape drives
 options 	ATA_STATIC_ID	# Static device numbering
 
 # SCSI Controllers
-device		ahc		# AHA2940 and onboard AIC7xxx devices
-options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
-					# output.  Adds ~128k to driver.
-device		ahd		# AHA39320/29320 and onboard AIC79xx devices
-options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
-					# output.  Adds ~215k to driver.
 device		amd		# AMD 53C974 (Tekram DC-390(T))
 device		hptiop		# Highpoint RocketRaid 3xxx series
 device		isp		# Qlogic family
@@ -187,18 +181,16 @@ device		ppi		# Parallel port interface d
 
 # PCI Ethernet NICs.
 device		em		# Intel PRO/1000 Gigabit Ethernet Family
-device		igb		# Intel PRO/1000 PCIE Server Gigabit Family
+
 # PCI Ethernet NICs that use the common MII bus controller code.
 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
-#device		miibus		# MII bus support
+device		miibus		# MII bus support
+
 
 # Pseudo devices.
 device		loop		# Network loopback
 device		random		# Entropy device
 device		ether		# Ethernet support
-#device		sl		# Kernel SLIP
-#device		ppp		# Kernel PPP
-#device		tun		# Packet tunnel.
 device		pty		# Pseudo-ttys (telnet etc)
 device		md		# Memory "disks"
 device		gif		# IPv6 and IPv4 tunneling
@@ -222,7 +214,6 @@ device		bpf		# Berkeley packet filter
 #device		ulpt		# Printer
 #device		umass		# Disks/Mass storage - Requires scbus and da
 #device		ums		# Mouse
-#device		ural		# Ralink Technology RT2500USB wireless NICs
 #device		urio		# Diamond Rio 500 MP3 player
 #device		uscanner	# Scanners
 # USB Serial devices
@@ -237,15 +228,6 @@ device		bpf		# Berkeley packet filter
 #device		uvisor		# Visor and Palm devices
 #device		uvscom		# USB serial support for DDI pocket's PHS
 
-
-# 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
-
 options		DDB
 options		KDB
 options		ALT_BREAK_TO_DEBUGGER


More information about the svn-src-user mailing list