aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2002-08-19 22:51:23 +0000
committerMaxime Henrion <mux@FreeBSD.org>2002-08-19 22:51:23 +0000
commit258682384f654f3c0daf9f897d4e9ce32a0a8737 (patch)
tree2f09227aa4756801959dc582488105a3d89c5ed3 /sys/dev/pci
parente9cf2ddb50c0fee80ee31509612a1d32a5e3676c (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcivar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 6c30615aef75..2b15c4d08aba 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -182,7 +182,7 @@ enum pci_device_ivars {
/*
* Simplified accessors for pci devices
*/
-#define PCI_ACCESSOR(var, ivar, type) \
+#define PCI_ACCESSOR(var, ivar, type) \
__BUS_ACCESSOR(pci, var, PCI, ivar, type)
PCI_ACCESSOR(subvendor, SUBVENDOR, u_int16_t)