From owner-svn-src-user@FreeBSD.ORG Thu May 21 02:04:42 2009 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9C44E1065670; Thu, 21 May 2009 02:04:42 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 711B98FC32; Thu, 21 May 2009 02:04:42 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n4L24ghV050951; Thu, 21 May 2009 02:04:42 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n4L24gCp050950; Thu, 21 May 2009 02:04:42 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200905210204.n4L24gCp050950@svn.freebsd.org> From: Kip Macy Date: Thu, 21 May 2009 02:04:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r192504 - user/kmacy/releng_7_2_fcs/sys/amd64/conf X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 02:04:42 -0000 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