diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-04-06 04:29:44 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-04-06 04:29:44 +0000 |
commit | 67c0f2ba74a3a6e1d139c8606fa124fba8671c2c (patch) | |
tree | 5901eba3218fdd029fcf6de39e45a05e0bd6f783 /sys/dev | |
parent | 4cd8265b8de3e01ba571e7fd1ad6d8f6515b13eb (diff) |
s/REESSERVED/RESERVED/
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcireg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index e98dc879d41..b5f5d4e4e61 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcireg.h,v 1.17 2001/05/08 19:47:43 mickey Exp $ */ +/* $OpenBSD: pcireg.h,v 1.18 2002/04/06 04:29:43 jason Exp $ */ /* $NetBSD: pcireg.h,v 1.26 2000/05/10 16:58:42 thorpej Exp $ */ /* @@ -426,7 +426,7 @@ typedef u_int8_t pci_revision_t; #define PCI_CAPLIST_NEXT(cr) (((cr) >> 8) & 0xff) #define PCI_CAPLIST_CAP(cr) ((cr) & 0xff) -#define PCI_CAP_REESSERVED 0x00 +#define PCI_CAP_RESERVED 0x00 #define PCI_CAP_PWRMGMT 0x01 #define PCI_CAP_AGP 0x02 #define PCI_CAP_VPD 0x03 |