diff options
author | Semen Ustimenko <semenu@FreeBSD.org> | 2002-04-19 22:43:57 +0000 |
---|---|---|
committer | Semen Ustimenko <semenu@FreeBSD.org> | 2002-04-19 22:43:57 +0000 |
commit | 9cd64fb3ddcaea518f1ba4f8ceb93289d5527d3c (patch) | |
tree | 451e0dd2dec8d61e952b33483feffd388d23282e /sys/modules/tx | |
parent | 6d3ffec0e5f07edf56ed8f69bad7fe351e77665d (diff) |
Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constants
into if_txreg.h.
MFC after: 1 week
Notes
Notes:
svn path=/head/; revision=95075
Diffstat (limited to 'sys/modules/tx')
-rw-r--r-- | sys/modules/tx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/tx/Makefile b/sys/modules/tx/Makefile index c1c1dfa0c684..086ff95c2632 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 |