1996-10-22 20:27:47 +00:00
|
|
|
# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
|
2001-03-20 18:17:26 +00:00
|
|
|
# $FreeBSD$
|
1996-10-22 20:27:47 +00:00
|
|
|
|
|
|
|
PROG= pciconf
|
- Teach pciconf(8) to list the PCI capabilities supported by each device
via a new -c flag to be used with -l. Some simple parsing code is
present for the following capabilities: Power Management, AGP, VPD,
MSI, PCI-X, HyperTransport, Vendor-specific, EHCI Debug Port, PCI-PCI
bridge subvendor ID, PCI-express, and MSI-X.
- Fix a few warnings in pciconf.c.
- Update some cruft in pciconf(8):
- PCI 2.1 is no longer a revolutionary standard, and subvendor ID's are
fairly common at this point, so reflect that.
- Header type 2 is used for PCI-CardBus bridges.
- Describe the -v option for -l after completing the basic -l description
instead of disrupting the flow in the middle.
Reviewed by: imp (partially)
MFC after: 1 week
2007-02-02 19:54:17 +00:00
|
|
|
SRCS= pciconf.c cap.c
|
2001-03-26 14:42:20 +00:00
|
|
|
MAN= pciconf.8
|
2001-07-20 06:20:32 +00:00
|
|
|
|
1997-07-14 19:57:50 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys
|
1996-10-22 20:27:47 +00:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|