summaryrefslogtreecommitdiffstats
path: root/sys/modules/tx
diff options
context:
space:
mode:
authorsemenu <semenu@FreeBSD.org>2002-04-19 22:43:57 +0000
committersemenu <semenu@FreeBSD.org>2002-04-19 22:43:57 +0000
commitb986d07861eecdef69a75b36aa1d84a75c44e519 (patch)
tree451e0dd2dec8d61e952b33483feffd388d23282e /sys/modules/tx
parent3e109d2cd3931ca713003306981eb9c6e33c03c6 (diff)
downloadFreeBSD-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/modules/tx')
-rw-r--r--sys/modules/tx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/tx/Makefile b/sys/modules/tx/Makefile
index c1c1dfa..086ff95 100644
--- a/sys/modules/tx/Makefile
+++ b/sys/modules/tx/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../pci
+.PATH: ${.CURDIR}/../../dev/tx
KMOD= if_tx
SRCS= if_tx.c opt_bdg.h device_if.h bus_if.h pci_if.h
OpenPOWER on IntegriCloud