svn commit: r246222 - in head/sys: amd64/conf i386/conf pc98/conf sparc64/conf
Eitan Adler
eadler at FreeBSD.org
Fri Feb 1 20:17:12 UTC 2013
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
More information about the svn-src-head
mailing list