diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-07-11 14:53:37 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-07-11 14:53:37 +0000 |
| commit | f5311145074b4298c39ef2e38d674f5d64db76bc (patch) | |
| tree | 86cfa4cc1645503f11762160c6c340e2a189ec3b /sys | |
| parent | ca7036d8cb6f6fd269c2e0a1712f5c2e0f6ed4ad (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 506aed917f88..fa1ef600021a 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.29 1999/07/03 01:35:51 msmith Exp $ +# $Id: GENERIC,v 1.30 1999/07/05 05:40:29 wpaul Exp $ machine alpha cpu EV4 @@ -119,6 +119,7 @@ device mx0 device pn0 device rl0 device tl0 +device wb0 device xl0 pseudo-device loop diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 506aed917f88..fa1ef600021a 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.29 1999/07/03 01:35:51 msmith Exp $ +# $Id: GENERIC,v 1.30 1999/07/05 05:40:29 wpaul Exp $ machine alpha cpu EV4 @@ -119,6 +119,7 @@ device mx0 device pn0 device rl0 device tl0 +device wb0 device xl0 pseudo-device loop |
