diff options
author | wilko <wilko@FreeBSD.org> | 2004-08-30 18:40:00 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2004-08-30 18:40:00 +0000 |
commit | d1f44cbc838dc531fdf242bf90df52ae37e5d3c7 (patch) | |
tree | d9e30699d4f4a6e66b6f722edaf9cc81eac7404a /sys/alpha/conf | |
parent | ce29f69e3047ae21eca6405d3e6101337a79327a (diff) | |
download | FreeBSD-src-d1f44cbc838dc531fdf242bf90df52ae37e5d3c7.zip FreeBSD-src-d1f44cbc838dc531fdf242bf90df52ae37e5d3c7.tar.gz |
Add em(4) to Alpha. I had a couple running recently on Alpha and it
appeared to work fine.
Submitted by: Konstantin Saurbier saurbier at mathematik uni-bielefeld de
Diffstat (limited to 'sys/alpha/conf')
-rw-r--r-- | sys/alpha/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index 3fda2eb..53b0e3a 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -153,6 +153,7 @@ device ppi # Parallel port interface device # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') +device em # Intel PRO/1000 adapter Gigabit Ethernet Card device txp # 3Com 3cR990 (``Typhoon'') device vx # 3Com 3c590, 3c595 (``Vortex'') |