diff options
author | wpaul <wpaul@FreeBSD.org> | 1999-06-19 20:25:25 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 1999-06-19 20:25:25 +0000 |
commit | 1daacd7eaafe3c64ff231732d0fdc13b805a586c (patch) | |
tree | 71a20d6a046b3267426970e8234b8b9e1b7a7030 | |
parent | a65645ce8a65bad0b9f0d53c5d2720cb076d2262 (diff) | |
download | FreeBSD-src-1daacd7eaafe3c64ff231732d0fdc13b805a586c.zip FreeBSD-src-1daacd7eaafe3c64ff231732d0fdc13b805a586c.tar.gz |
Add device rl0 to GENERIC. Also add al0 (ADMtek PCI ethernet) which I
forgot to do previously.
-rw-r--r-- | sys/alpha/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 93e7270..cd6de91 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/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.25 1999/06/14 22:59:55 jb Exp $ +# $Id: GENERIC,v 1.26 1999/06/15 13:14:27 des Exp $ machine "alpha" cpu "EV4" @@ -113,12 +113,14 @@ device sio1 at isa0 port "IO_COM2" irq 3 flags 0x50 # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. +device al0 device ax0 device de0 device fxp0 device le0 device mx0 device pn0 +device rl0 device tl0 device xl0 diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 93e7270..cd6de91 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -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.25 1999/06/14 22:59:55 jb Exp $ +# $Id: GENERIC,v 1.26 1999/06/15 13:14:27 des Exp $ machine "alpha" cpu "EV4" @@ -113,12 +113,14 @@ device sio1 at isa0 port "IO_COM2" irq 3 flags 0x50 # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. +device al0 device ax0 device de0 device fxp0 device le0 device mx0 device pn0 +device rl0 device tl0 device xl0 |