diff options
author | semenu <semenu@FreeBSD.org> | 2002-04-19 22:43:57 +0000 |
---|---|---|
committer | semenu <semenu@FreeBSD.org> | 2002-04-19 22:43:57 +0000 |
commit | b986d07861eecdef69a75b36aa1d84a75c44e519 (patch) | |
tree | 451e0dd2dec8d61e952b33483feffd388d23282e /sys/conf | |
parent | 3e109d2cd3931ca713003306981eb9c6e33c03c6 (diff) | |
download | FreeBSD-src-b986d07861eecdef69a75b36aa1d84a75c44e519.zip FreeBSD-src-b986d07861eecdef69a75b36aa1d84a75c44e519.tar.gz |
Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constants
into if_txreg.h.
MFC after: 1 week
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 4a34fc3..7b546ab 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -579,6 +579,7 @@ dev/syscons/warp/warp_saver.c optional warp_saver dev/tdfx/tdfx_pci.c optional tdfx pci dev/twe/twe.c optional twe dev/twe/twe_freebsd.c optional twe +dev/tx/if_tx.c optional tx dev/txp/if_txp.c optional txp # # USB support @@ -1266,7 +1267,6 @@ pci/if_sk.c optional sk pci/if_ste.c optional ste pci/if_ti.c optional ti pci/if_tl.c optional tl -pci/if_tx.c optional tx pci/if_vr.c optional vr pci/if_wb.c optional wb pci/if_xl.c optional xl |