From owner-svn-src-all@FreeBSD.ORG Fri Feb 1 20:17:12 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A3428200; Fri, 1 Feb 2013 20:17:12 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 79405D2A; Fri, 1 Feb 2013 20:17:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r11KHCxV049864; Fri, 1 Feb 2013 20:17:12 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r11KHB2j049860; Fri, 1 Feb 2013 20:17:11 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201302012017.r11KHB2j049860@svn.freebsd.org> From: Eitan Adler Date: Fri, 1 Feb 2013 20:17:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r246222 - in head/sys: amd64/conf i386/conf pc98/conf sparc64/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Feb 2013 20:17:12 -0000 Author: eadler Date: Fri Feb 1 20:17:11 2013 New Revision: 246222 URL: http://svnweb.freebsd.org/changeset/base/246222 Log: Remove support for plip from the GENERIC kernel as no systems in the last 10 years require this support. Discussed with: db Discussed with: kib Reviewed by: imp Reviewed by: jhb Reviewed by: -hackers Approved by: cperciva (mentor) Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC head/sys/pc98/conf/GENERIC head/sys/sparc64/conf/GENERIC Modified: head/sys/amd64/conf/GENERIC ============================================================================== --- head/sys/amd64/conf/GENERIC Fri Feb 1 19:24:16 2013 (r246221) +++ head/sys/amd64/conf/GENERIC Fri Feb 1 20:17:11 2013 (r246222) @@ -197,7 +197,6 @@ device uart # Generic UART driver 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 Modified: head/sys/i386/conf/GENERIC ============================================================================== --- head/sys/i386/conf/GENERIC Fri Feb 1 19:24:16 2013 (r246221) +++ head/sys/i386/conf/GENERIC Fri Feb 1 20:17:11 2013 (r246222) @@ -208,7 +208,6 @@ device uart # Generic UART driver 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 Modified: head/sys/pc98/conf/GENERIC ============================================================================== --- head/sys/pc98/conf/GENERIC Fri Feb 1 19:24:16 2013 (r246221) +++ head/sys/pc98/conf/GENERIC Fri Feb 1 20:17:11 2013 (r246222) @@ -151,7 +151,6 @@ device mse 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 # OLD Parallel port Modified: head/sys/sparc64/conf/GENERIC ============================================================================== --- head/sys/sparc64/conf/GENERIC Fri Feb 1 19:24:16 2013 (r246221) +++ head/sys/sparc64/conf/GENERIC Fri Feb 1 20:17:11 2013 (r246222) @@ -161,7 +161,6 @@ device uart # Multi-uart driver #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