diff options
author | joerg <joerg@FreeBSD.org> | 1997-10-28 07:24:35 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-10-28 07:24:35 +0000 |
commit | d7060af272361835ee1e05a5800fa4c9e6dc4136 (patch) | |
tree | 61314e72b95f4f3699cd670be8b84893912a10a8 /sys/amd64/conf | |
parent | 5c37a12152dcd7c9ea69865faa6b23c106931489 (diff) | |
download | FreeBSD-src-d7060af272361835ee1e05a5800fa4c9e6dc4136.zip FreeBSD-src-d7060af272361835ee1e05a5800fa4c9e6dc4136.tar.gz |
Remove the stale `log' non-pseudodevice.
Found by: the new config(8) ;-)
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 93b47ce..7ba4cbc 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -11,7 +11,7 @@ # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # -# $Id: GENERIC,v 1.98 1997/10/18 10:59:06 joerg Exp $ +# $Id: GENERIC,v 1.99 1997/10/26 04:36:07 nate Exp $ machine "i386" cpu "I386_CPU" @@ -144,7 +144,6 @@ device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device loop pseudo-device ether -pseudo-device log pseudo-device sl 1 # ijppp uses tun instead of ppp device #pseudo-device ppp 1 |