summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoravg <avg@FreeBSD.org>2009-12-21 05:58:55 +0000
committeravg <avg@FreeBSD.org>2009-12-21 05:58:55 +0000
commitdca5db95ead46cf3b3e992a4b6ce1b96273e1df5 (patch)
tree3eb840c9e028c6a1d852c9c5352772b790237e40 /sys/modules
parenta69a01860f776c30bbd1ec5ba9e17fb8d608fd61 (diff)
downloadFreeBSD-src-dca5db95ead46cf3b3e992a4b6ce1b96273e1df5.zip
FreeBSD-src-dca5db95ead46cf3b3e992a4b6ce1b96273e1df5.tar.gz
MFC r199969: amdsbwd: new driver for AMD SB600/SB7xx watchdog timer
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile3
-rw-r--r--sys/modules/amdsbwd/Makefile8
2 files changed, 11 insertions, 0 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index eca7b6b..841941b 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -21,6 +21,7 @@ SUBDIR= ${_3dfx} \
alc \
ale \
${_amd} \
+ ${_amdsbwd} \
${_amdtemp} \
amr \
${_an} \
@@ -413,6 +414,7 @@ _zfs= zfs
_aac= aac
_acpi= acpi
_ahb= ahb
+_amdsbwd= amdsbwd
_amdtemp= amdtemp
_arcmsr= arcmsr
_asmc= asmc
@@ -468,6 +470,7 @@ _aac= aac
_acpi= acpi
_agp= agp
_an= an
+_amdsbwd= amdsbwd
_amdtemp= amdtemp
_arcmsr= arcmsr
_asmc= asmc
diff --git a/sys/modules/amdsbwd/Makefile b/sys/modules/amdsbwd/Makefile
new file mode 100644
index 0000000..56f9ab7
--- /dev/null
+++ b/sys/modules/amdsbwd/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/amdsbwd
+KMOD = amdsbwd
+SRCS = amdsbwd.c
+SRCS += device_if.h bus_if.h pci_if.h isa_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud