d252c65e9c
commands to the controller. Add a amrctl(8) control tool, which for now only allows to get status from the adapter (status of adapter, logical volumes and and individual drives). From FreeBSD, with some adjustements by Andrew Doran and me.
13 lines
361 B
Makefile
13 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.12 2006/07/23 12:01:26 bouyer Exp $
|
|
|
|
# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
|
|
|
|
INCSDIR= /usr/include/dev/pci
|
|
|
|
# Only install includes which are used by userland
|
|
INCS= amrreg.h amrio.h if_lmc.h mlyio.h mlyreg.h \
|
|
pcidevs.h pcidevs_data.h pciio.h pcireg.h \
|
|
tgareg.h twereg.h tweio.h
|
|
|
|
.include <bsd.kinc.mk>
|