diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-03-27 20:41:25 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-03-27 20:41:25 +0000 |
| commit | 8fe2c75e31602dd0a75ded329c948771d262f493 (patch) | |
| tree | 291a2832f17bd03d437adaa36d15a0d4c291c219 /sys/alpha | |
| parent | fa93788041385eb2a74006e703f600a45391e912 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -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 bd4ae6b90348a..95b9686d0d0a5 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.14 1999/01/18 20:26:50 gallatin Exp $ +# $Id: GENERIC,v 1.15 1999/01/23 16:53:26 dfr Exp $ machine "alpha" cpu "EV4" @@ -100,6 +100,8 @@ device sio1 at isa0 port "IO_COM2" irq 3 flags 0x50 device de0 device fxp0 device le0 +device pn0 +device xl0 pseudo-device loop pseudo-device ether diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index bd4ae6b90348a..95b9686d0d0a5 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.14 1999/01/18 20:26:50 gallatin Exp $ +# $Id: GENERIC,v 1.15 1999/01/23 16:53:26 dfr Exp $ machine "alpha" cpu "EV4" @@ -100,6 +100,8 @@ device sio1 at isa0 port "IO_COM2" irq 3 flags 0x50 device de0 device fxp0 device le0 +device pn0 +device xl0 pseudo-device loop pseudo-device ether |
