diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-03-31 04:04:14 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-03-31 04:04:14 +0000 |
| commit | 25223996f15b56b3dc0303df2189544f4dc2f24e (patch) | |
| tree | 71930202930365b81c8361db5b70cd7e8fc99b11 /sys/alpha | |
| parent | a44e3914d51615dbbc3227fee5764149676d6bfd (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 3 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 95b9686d0d0a5..8eafb1e2b5cc6 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.15 1999/01/23 16:53:26 dfr Exp $ +# $Id: GENERIC,v 1.16 1999/03/27 20:41:25 wpaul Exp $ machine "alpha" cpu "EV4" @@ -101,6 +101,7 @@ device de0 device fxp0 device le0 device pn0 +device tl0 device xl0 pseudo-device loop diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 95b9686d0d0a5..8eafb1e2b5cc6 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.15 1999/01/23 16:53:26 dfr Exp $ +# $Id: GENERIC,v 1.16 1999/03/27 20:41:25 wpaul Exp $ machine "alpha" cpu "EV4" @@ -101,6 +101,7 @@ device de0 device fxp0 device le0 device pn0 +device tl0 device xl0 pseudo-device loop |
