From owner-p4-projects@FreeBSD.ORG Fri Feb 22 08:22:49 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 357A316A404; Fri, 22 Feb 2008 08:22:49 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BC8A916A400 for ; Fri, 22 Feb 2008 08:22:48 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B0C2413C45E for ; Fri, 22 Feb 2008 08:22:48 +0000 (UTC) (envelope-from kmacy@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m1M8MmAo061887 for ; Fri, 22 Feb 2008 08:22:48 GMT (envelope-from kmacy@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m1M8Mmsm061884 for perforce@freebsd.org; Fri, 22 Feb 2008 08:22:48 GMT (envelope-from kmacy@freebsd.org) Date: Fri, 22 Feb 2008 08:22:48 GMT Message-Id: <200802220822.m1M8Mmsm061884@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to kmacy@freebsd.org using -f From: Kip Macy To: Perforce Change Reviews Cc: Subject: PERFORCE change 135946 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 08:22:49 -0000 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)