Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Feb 2008 08:22:48 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 135946 for review
Message-ID:  <200802220822.m1M8Mmsm061884@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=135946

Change 135946 by kmacy@pandemonium:kmacy:xen31 on 2008/02/22 08:22:28

	remove unneeded devices

Affected files ...

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

Differences ...

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

@@ -79,35 +79,8 @@
 #device		cpufreq 		# native only
 
 # Bus support.
-device		eisa
 device		pci
 
-# Floppy drives
-device		fdc
-
-# ATA and ATAPI devices
-device		ata
-device		atadisk		# ATA disk drives
-device		ataraid		# ATA RAID drives
-device		atapicd		# ATAPI CDROM drives
-device		atapifd		# ATAPI floppy drives
-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		hptiop		# Highpoint RocketRaid 3xxx series
-device		isp		# Qlogic family
-#device 	ispfw		# Firmware for QLogic HBAs- normally a module
-device		mpt		# LSI-Logic MPT-Fusion
-#device		ncr		# NCR/Symbios Logic
-
-
 # SCSI peripherals
 device		scbus		# SCSI bus (required for SCSI)
 device		ch		# SCSI media changers
@@ -121,11 +94,8 @@
 device		atkbdc		# AT keyboard controller
 device		atkbd		# AT keyboard
 device		psm		# PS/2 mouse
-
 device		kbdmux		# keyboard multiplexer
-
 #device		vga		# VGA video card driver
-
 device		splash		# Splash screen and screen saver support
 
 # syscons is the default console driver, resembling an SCO console
@@ -137,23 +107,9 @@
 # Add suspend/resume support for the i8254.
 #device		pmtimer		# native
 
-# PCCARD (PCMCIA) support
-# PCMCIA and cardbus bridge support
-device		cbb		# cardbus (yenta) bridge
-device		pccard		# PC Card (16-bit) bus
-device		cardbus		# CardBus (32-bit) bus
-
 # Serial (COM) ports
 device		uart		# Generic UART driver
 
-# Parallel port
-device		ppc
-device		ppbus		# Parallel port bus (required)
-device		lpt		# Printer
-device		plip		# TCP/IP over parallel
-device		ppi		# Parallel port interface device
-#device		vpo		# Requires scbus and da
-
 # If you've got a "dumb" serial or parallel PCI card that is
 # supported by the puc(4) glue driver, uncomment the following
 # line to enable it (connects to sio, uart and/or ppc drivers):
@@ -165,9 +121,6 @@
 # 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		bce		# Broadcom BCM5706/BCM5708 Gigabit Ethernet
-device		bfe		# Broadcom BCM440x 10/100 Ethernet
-device		bge		# Broadcom BCM570xx Gigabit Ethernet
 
 # Pseudo devices.
 device		loop		# Network loopback
@@ -192,3 +145,12 @@
 nooption	NATIVE
 nodevice	atpic
 options		MCLSHIFT=12
+
+nodevice	isa
+nooption	ISAPNP
+
+options	KTR
+options KTR_COMPILE=(KTR_VM|KTR_PMAP|KTR_TRAP)
+options KTR_CPUMASK=0xff
+options KTR_ENTRIES=8192
+options KTR_MASK=(KTR_VM|KTR_PMAP|KTR_TRAP)



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