From 9cd64fb3ddcaea518f1ba4f8ceb93289d5527d3c Mon Sep 17 00:00:00 2001 From: Semen Ustimenko Date: Fri, 19 Apr 2002 22:43:57 +0000 Subject: Move tx(4) driver to sys/dev/tx. BTW split hardware structures and constants into if_txreg.h. MFC after: 1 week --- sys/modules/tx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/tx/Makefile b/sys/modules/tx/Makefile index c1c1dfa0c6848..086ff95c26323 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 -- cgit v1.3