summaryrefslogtreecommitdiffstats
path: root/sys/modules/bktr
diff options
context:
space:
mode:
authorroger <roger@FreeBSD.org>1999-09-22 08:31:05 +0000
committerroger <roger@FreeBSD.org>1999-09-22 08:31:05 +0000
commit880a9eb15e29f6e04f65b2e514c4fadabb9658a5 (patch)
treec97b3d5af59065a6d7bf9b2508528f48ac29545f /sys/modules/bktr
parent66fa059f2633f6677ad8ccd373d6c01e6e4bec40 (diff)
downloadFreeBSD-src-880a9eb15e29f6e04f65b2e514c4fadabb9658a5.zip
FreeBSD-src-880a9eb15e29f6e04f65b2e514c4fadabb9658a5.tar.gz
Use new location of Bt848 driver.
Remove NPCI generation as the driver no longer checks for NPIC > 0
Diffstat (limited to 'sys/modules/bktr')
-rw-r--r--sys/modules/bktr/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/modules/bktr/Makefile b/sys/modules/bktr/Makefile
index 96d15c8..aa2391d 100644
--- a/sys/modules/bktr/Makefile
+++ b/sys/modules/bktr/Makefile
@@ -12,18 +12,15 @@
# $FreeBSD$
S = ${.CURDIR}/../..
-.PATH: $S/pci
+.PATH: $S/dev/bktr
KMOD = bktr
-SRCS = brooktree848.c bktr.h opt_devfs.h opt_bktr.h pci.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
-CLEANFILES += bktr.h opt_devfs.h opt_bktr.h pci.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
+SRCS = bktr_core.c bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
+CLEANFILES += bktr.h opt_devfs.h opt_bktr.h smbus.h bus_if.h device_if.h pci_if.h vnode_if.h
FLAGS += ${DEBUG_FLAGS}
bktr.h:
echo "#define NBKTR 1" > bktr.h
-pci.h:
- echo "#define NPCI 1" > pci.h
-
smbus.h:
# Does not use SMBUS/IICBUS. Uses the old i2c code self contained in
# the bt848 driver.
OpenPOWER on IntegriCloud