982bad256f
device controllers, and more specifically raid controllers. Add a new sensor type, ENVSYS_DRIVE, to report drive status. From OpenBSD. Add bio and sysmon support to mfi(4). This allow userland to query status for drives and logical volumes attached to a mfi(4) controller. While there fix some debug printfs in mfi so they compile. Add bio(4) to amd64 and i386 GENERIC.
11 lines
176 B
Makefile
11 lines
176 B
Makefile
# $OpenBSD: Makefile,v 1.8 2006/11/26 11:31:08 deraadt Exp $
|
|
|
|
PROG= bioctl
|
|
SRCS= bioctl.c strtonum.c
|
|
MAN= bioctl.8
|
|
|
|
DPADD= ${LIBUTIL}
|
|
LDADD= -lutil
|
|
|
|
.include <bsd.prog.mk>
|