3df058ffaf
This driver allows read the software reset switch state and control the status LEDs. The GPIO pins have their direction (input/output) locked down to prevent possible short circuits. Note that most people get a reset button that is a hardware reset. The software reset button is available on boards from Netgate. Sponsored by: Rubicon Communications (Netgate)
9 lines
165 B
Makefile
9 lines
165 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/rccgpio
|
|
KMOD= rccgpio
|
|
SRCS= rccgpio.c
|
|
SRCS+= device_if.h bus_if.h isa_if.h gpio_if.h opt_platform.h
|
|
|
|
.include <bsd.kmod.mk>
|