diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-06-19 20:25:25 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-06-19 20:25:25 +0000 |
| commit | 14de28bd64393b15f9ebfa370ff344a2b1a8903e (patch) | |
| tree | 5354598604e01f762a4a10ec8d864ff8820e9c68 | |
| parent | ec4e5afb480d7a00dffbd95240cfd8f9a1d56a84 (diff) | |
Notes
| -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 93e727055720..cd6de913340a 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 93e727055720..cd6de913340a 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 |
