diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-08-21 18:34:58 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-08-21 18:34:58 +0000 |
| commit | 23e4757cd7d69c6160927e9c85b1557c3ff84a59 (patch) | |
| tree | 14bf22b19710f104a9fa7f5bdecc268a9065047e /sys/alpha | |
| parent | e0d8eea17596bb68e30627651e1677c28590b8d3 (diff) | |
Notes
Diffstat (limited to 'sys/alpha')
| -rw-r--r-- | sys/alpha/conf/GENERIC | 6 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index d50d48ff67dc..9cc70899745e 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.35 1999/08/11 22:33:57 gallatin Exp $ +# $Id: GENERIC,v 1.36 1999/08/15 09:54:55 phk Exp $ machine alpha cpu EV4 @@ -108,6 +108,9 @@ device sc0 at isa? device sio0 at isa0 port IO_COM1 irq 4 device sio1 at isa0 port IO_COM2 irq 3 flags 0x50 +# MII bus support, required for some 10/100 NICs. +controller miibus0 + # Operational PCI Ethernet drivers. device al0 device ax0 @@ -117,6 +120,7 @@ device le0 device mx0 device pn0 device rl0 +devuce ste0 device sf0 device tl0 device vr0 diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index d50d48ff67dc..9cc70899745e 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.35 1999/08/11 22:33:57 gallatin Exp $ +# $Id: GENERIC,v 1.36 1999/08/15 09:54:55 phk Exp $ machine alpha cpu EV4 @@ -108,6 +108,9 @@ device sc0 at isa? device sio0 at isa0 port IO_COM1 irq 4 device sio1 at isa0 port IO_COM2 irq 3 flags 0x50 +# MII bus support, required for some 10/100 NICs. +controller miibus0 + # Operational PCI Ethernet drivers. device al0 device ax0 @@ -117,6 +120,7 @@ device le0 device mx0 device pn0 device rl0 +devuce ste0 device sf0 device tl0 device vr0 |
