From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 30 22:10:02 2013 Return-Path: Delivered-To: freebsd-hackers@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 EA7385D0 for ; Wed, 30 Jan 2013 22:10:02 +0000 (UTC) (envelope-from bright@mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id DB1949CC for ; Wed, 30 Jan 2013 22:10:02 +0000 (UTC) Received: from [10.246.180.89] (134.sub-174-255-125.myvzw.com [174.255.125.134]) by elvis.mu.org (Postfix) with ESMTPSA id 1F6651A3DB8; Wed, 30 Jan 2013 14:10:01 -0800 (PST) References: Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <0245666F-066A-40EB-9E09-875B6A29DB9C@mu.org> X-Mailer: iPhone Mail (10B141) From: Alfred Perlstein Subject: Re: removing plip from GENERIC Date: Wed, 30 Jan 2013 17:09:56 -0500 To: Eitan Adler Cc: FreeBSD Hackers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 22:10:03 -0000 Does plip no longer work? Sent from my iPhone On Jan 30, 2013, at 4:39 PM, Eitan Adler wrote: > There has been some discussion about removing plip support from GENERIC ke= rnels. > plip still appears in sys/conf/NOTES >=20 > Does anyone object to the following? >=20 > commit f4efd3cf43514bcb1378e2c5e8879a411b943be2 > Author: Eitan Adler > Date: Mon Jan 28 15:13:57 2013 -0500 >=20 > Remove support for plip from the GENERIC kernel as no systems in the > last 10 years require this support. >=20 > Discussed with: db > Discussed with: imp > Reviewed by: -hackers > Approved by: ??? (mentor) >=20 > diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC > index e53f692..5819a0d 100644 > --- a/sys/amd64/conf/GENERIC > +++ b/sys/amd64/conf/GENERIC > @@ -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 >=20 > diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC > index 819379e..47af43b 100644 > --- a/sys/i386/conf/GENERIC > +++ b/sys/i386/conf/GENERIC > @@ -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 >=20 > diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC > index 2b048a9..eda1d14 100644 > --- a/sys/pc98/conf/GENERIC > +++ b/sys/pc98/conf/GENERIC > @@ -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 > diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC > index f9d3b93..79124ab 100644 > --- a/sys/sparc64/conf/GENERIC > +++ b/sys/sparc64/conf/GENERIC > @@ -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 >=20 >=20 >=20 > --=20 > Eitan Adler > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"= >=20