From dca5db95ead46cf3b3e992a4b6ce1b96273e1df5 Mon Sep 17 00:00:00 2001 From: avg Date: Mon, 21 Dec 2009 05:58:55 +0000 Subject: MFC r199969: amdsbwd: new driver for AMD SB600/SB7xx watchdog timer --- sys/modules/Makefile | 3 +++ sys/modules/amdsbwd/Makefile | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 sys/modules/amdsbwd/Makefile (limited to 'sys/modules') 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 -- cgit v1.1