diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-12 02:30:42 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-12 02:30:42 +0000 |
| commit | c201f69bed7be168587dbd9941e7fb97ff78ddb6 (patch) | |
| tree | ed6642ce87f8ad86f7435934149490ea3da2f557 | |
| parent | 8647d85ac3cf39e4cc6d7827316a90467b4019f2 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/conf/GENERIC | 3 | ||||
| -rw-r--r-- | sys/alpha/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/amd64/conf/GENERIC | 1 | ||||
| -rw-r--r-- | sys/i386/conf/GENERIC | 1 |
4 files changed, 6 insertions, 2 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index d2877d9fad40..2354b2564337 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -116,8 +116,8 @@ device sio1 at isa0 port IO_COM2 irq 3 flags 0x50 # PCI Ethernet NICs. device de0 # DEC/Intel DC21x4x (``Tulip'') device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) -device wx0 # Intel Gigabit Ethernet Card (``Wiseman'') device le0 # Lance +device wx0 # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus0 # MII bus support @@ -154,5 +154,6 @@ pseudo-device bpf #Berkeley packet filter #device ulpt0 # Printer #device umass0 # Disks/Mass storage - Requires scbus and da0 #device ums0 # Mouse +# USB Ethernet #device aue0 # ADMtek USB ethernet #device kue0 # Kawasaki LSI USB ethernet diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index d2877d9fad40..2354b2564337 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -116,8 +116,8 @@ device sio1 at isa0 port IO_COM2 irq 3 flags 0x50 # PCI Ethernet NICs. device de0 # DEC/Intel DC21x4x (``Tulip'') device fxp0 # Intel EtherExpress PRO/100B (82557, 82558) -device wx0 # Intel Gigabit Ethernet Card (``Wiseman'') device le0 # Lance +device wx0 # Intel Gigabit Ethernet Card (``Wiseman'') # PCI Ethernet NICs that use the common MII bus controller code. device miibus0 # MII bus support @@ -154,5 +154,6 @@ pseudo-device bpf #Berkeley packet filter #device ulpt0 # Printer #device umass0 # Disks/Mass storage - Requires scbus and da0 #device ums0 # Mouse +# USB Ethernet #device aue0 # ADMtek USB ethernet #device kue0 # Kawasaki LSI USB ethernet diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 011fb9079f11..721b5701ec14 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -215,5 +215,6 @@ pseudo-device bpf #Berkeley packet filter #device ulpt0 # Printer #device umass0 # Disks/Mass storage - Requires scbus and da0 #device ums0 # Mouse +# USB Ethernet #device aue0 # ADMtek USB ethernet #device kue0 # Kawasaki LSI USB ethernet diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 011fb9079f11..721b5701ec14 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -215,5 +215,6 @@ pseudo-device bpf #Berkeley packet filter #device ulpt0 # Printer #device umass0 # Disks/Mass storage - Requires scbus and da0 #device ums0 # Mouse +# USB Ethernet #device aue0 # ADMtek USB ethernet #device kue0 # Kawasaki LSI USB ethernet |
