diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-03 13:35:54 +0000 |
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-03 13:35:54 +0000 |
| commit | c1304399409da8d97db9a475e0820270fa581d8b (patch) | |
| tree | e368fa955a9625c66f74f89ab237522e89659dd9 /sys/dev/pci | |
| parent | 3dc489ee957acf5809f2b5c4ca93a1103eb24b96 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 85b49da05c4f..ad6220f37da4 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1033,7 +1033,7 @@ pci_get_vpd_readonly_method(device_t dev, device_t child, const char *kw, * Find the requested extended capability and return the offset in * configuration space via the pointer provided. The function returns * 0 on success and error code otherwise. -*/ + */ int pci_find_extcap_method(device_t dev, device_t child, int capability, int *capreg) |
