1996-10-22 16:27:47 -04:00
|
|
|
# $ANA: Makefile,v 1.1.1.1 1996/09/25 21:12:57 wollman Exp $
|
2001-03-20 13:17:26 -05:00
|
|
|
# $FreeBSD$
|
1996-10-22 16:27:47 -04: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 14:54:17 -05:00
|
|
|
SRCS= pciconf.c cap.c
|
2001-03-26 09:42:20 -05:00
|
|
|
MAN= pciconf.8
|
2001-07-20 02:20:32 -04:00
|
|
|
|
1997-07-14 15:57:50 -04:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../sys
|
1996-10-22 16:27:47 -04:00
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|