diff options
author | eadler <eadler@FreeBSD.org> | 2013-02-01 20:17:11 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-02-01 20:17:11 +0000 |
commit | 6a1efe1ad9984c8085ef28facb9d7f1cc2f01b6a (patch) | |
tree | 55c261f218529e907e0d0e7b487bd6ac81f14972 | |
parent | be7ba5de0e4100028b82c8aed8c81c3b3a6f3548 (diff) | |
download | FreeBSD-src-6a1efe1ad9984c8085ef28facb9d7f1cc2f01b6a.zip FreeBSD-src-6a1efe1ad9984c8085ef28facb9d7f1cc2f01b6a.tar.gz |
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)
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/sparc64/conf/GENERIC | 1 |
4 files changed, 0 insertions, 4 deletions
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 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 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 |