Date: Tue, 22 Mar 2011 12:05:49 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/pci pci.c pcivar.h Message-ID: <201103221206.p2MC62XD040883@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2011-03-22 12:05:49 UTC
FreeBSD src repository
Modified files:
sys/dev/pci pci.c pcivar.h
Log:
SVN rev 219865 on 2011-03-22 12:05:49Z by jhb
Rename pci_find_extcap() to pci_find_cap(). PCI now uses the term
"extended capabilities" to refer to the new set of capability structures
starting at offset 0x100 in config space for PCI-express devices. For now
both function names will still work. I will merge this to older branches
to ease driver portability, but 9.0 will ship with a new pci_find_extcap()
function that locates extended capabilities instead.
Reviewed by: imp
MFC after: 1 week
Revision Changes Path
1.416 +5 -5 src/sys/dev/pci/pci.c
1.90 +7 -1 src/sys/dev/pci/pcivar.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103221206.p2MC62XD040883>
