Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2013 20:17:11 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
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
Message-ID:  <201302012017.r11KHB2j049860@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



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