diff options
| author | KATO Takenori <kato@FreeBSD.org> | 2001-07-24 11:24:58 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 2001-07-24 11:24:58 +0000 |
| commit | 03b6f6e5ed9ee60760140026e1b39749f90a0ec4 (patch) | |
| tree | d992706d1086a2e2dcd5f905811d66e5ea280b34 | |
| parent | 16fc634b67ef55f745f6933ddd0c7503fa4e5f45 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 3294d43a36a9..37e3131dedc4 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -156,6 +156,7 @@ device olpt 1 # PCI Ethernet NICs. device de # DEC/Intel DC21x4x (``Tulip'') device vx # 3Com 3c590, 3c595 (``Vortex'') +device txp # 3Com 3cR990 (``Typhoon'') # PCI Ethernet NICs that use the common MII bus controller code. # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! |
