summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcireg.h
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>2000-12-20 14:36:52 +0000
committergibbs <gibbs@FreeBSD.org>2000-12-20 14:36:52 +0000
commit6534e32f7da1c3ecd595be3c59249e9c48ad55db (patch)
tree291c8f05e75942e7f4f134e68eff01e33d1f8dd7 /sys/dev/pci/pcireg.h
parent9dc3f06fd900f168f5526a72bcf2e9b475b65cab (diff)
downloadFreeBSD-src-6534e32f7da1c3ecd595be3c59249e9c48ad55db.zip
FreeBSD-src-6534e32f7da1c3ecd595be3c59249e9c48ad55db.tar.gz
Add PCIR_CAP_PTR as a define for the location of the capability
pointer of type 0 devices. This is required by my last aic7xxx change.
Diffstat (limited to 'sys/dev/pci/pcireg.h')
-rw-r--r--sys/dev/pci/pcireg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h
index 1e98f72..52c0af1 100644
--- a/sys/dev/pci/pcireg.h
+++ b/sys/dev/pci/pcireg.h
@@ -90,6 +90,7 @@
#define PCIR_SUBDEV_0 0x2e
#define PCIR_BIOS 0x30
#define PCIM_BIOS_ENABLE 0x01
+#define PCIR_CAP_PTR 0x34
#define PCIR_INTLINE 0x3c
#define PCIR_INTPIN 0x3d
#define PCIR_MINGNT 0x3e
OpenPOWER on IntegriCloud