diff options
author | wpaul <wpaul@FreeBSD.org> | 2001-07-23 20:44:54 +0000 |
---|---|---|
committer | wpaul <wpaul@FreeBSD.org> | 2001-07-23 20:44:54 +0000 |
commit | 08feeb2436d8817c951b188d7f86bd0dec292b03 (patch) | |
tree | c549b46c4b5d5ad8dfaa85655b5162f7e3b35556 /sys/conf/files | |
parent | 2a3094bdaea54e1348aeb6bc03513ff90eb76d56 (diff) | |
download | FreeBSD-src-08feeb2436d8817c951b188d7f86bd0dec292b03.zip FreeBSD-src-08feeb2436d8817c951b188d7f86bd0dec292b03.tar.gz |
You were knocked senseless by the Boomerang, spun around by the Cyclone,
blown over by the Hurricane and had a house dropped on you by the Tornado.
Now it's time to have your parade rained on by... the Typhoon!
This commit adds driver support for 3Com 3cR990 10/100 ethernet
adapters based on the Typhoon I and Typhoon II chipsets. This is actually
a port of the OpenBSD driver with many hacks by me.
No Virginia, there isn't any support for the hardware crypto yet. However
there is support for TCP/IP checksum offload and VLANs.
Special thanks go to Jason Wright, Aaron Campbell and Theo de Raadt for
squeezing enough info out of 3Com to get this written, and for doing
most of the hard work.
Manual page is included. Compiled as a module and included in GENERIC.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files index 73f2e0b..a40327f 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -543,6 +543,7 @@ dev/sym/sym_hipd.c optional sym \ dev/tdfx/tdfx_pci.c optional tdfx pci dev/twe/twe.c optional twe dev/twe/twe_freebsd.c optional twe +dev/txp/if_txp.c optional txp # # USB support dev/usb/usb_if.m optional usb |