From 86c8a874fad2af865fcb0c3782c39851a2f50569 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 29 May 2002 18:42:26 +0000 Subject: [PATCH] Do not refer to the Intel PRO/1000 by its internal name. Requested by: pdeuskar --- sys/amd64/conf/GENERIC | 2 +- sys/i386/conf/GENERIC | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 9cc471432511..9df15260a15a 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -166,7 +166,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 (``Wiseman'') +device em # Intel PRO/1000 adapter Gigabit Ethernet Card device txp # 3Com 3cR990 (``Typhoon'') device vx # 3Com 3c590, 3c595 (``Vortex'') diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 9cc471432511..9df15260a15a 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -166,7 +166,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 (``Wiseman'') +device em # Intel PRO/1000 adapter Gigabit Ethernet Card device txp # 3Com 3cR990 (``Typhoon'') device vx # 3Com 3c590, 3c595 (``Vortex'')