diff options
author | wilko <wilko@FreeBSD.org> | 2002-03-24 14:35:20 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2002-03-24 14:35:20 +0000 |
commit | 1a41ff2f8bd5e8de95df35821c33152f7c80977b (patch) | |
tree | 0e9347d0cea602a5199dcd479aa71aa0548681eb | |
parent | 44e53e2154f957c227f943efd5de508c6ee34398 (diff) | |
download | FreeBSD-src-1a41ff2f8bd5e8de95df35821c33152f7c80977b.zip FreeBSD-src-1a41ff2f8bd5e8de95df35821c33152f7c80977b.tar.gz |
plip has produced an error during attach on Alpha as long as I care
to remember. Nobody in the right sense of their mind would run IP on
the parallel port on Alpha so comment this one out.
-rw-r--r-- | sys/alpha/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 1504391..401135e 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -137,7 +137,7 @@ device sio # 8250, 16[45]50 based serial ports device ppc device ppbus # Parallel port bus (required) device lpt # Printer -device plip # TCP/IP over parallel +#device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 1504391..401135e 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -137,7 +137,7 @@ device sio # 8250, 16[45]50 based serial ports device ppc device ppbus # Parallel port bus (required) device lpt # Printer -device plip # TCP/IP over parallel +#device plip # TCP/IP over parallel device ppi # Parallel port interface device #device vpo # Requires scbus and da |