From 67c0f2ba74a3a6e1d139c8606fa124fba8671c2c Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Sat, 6 Apr 2002 04:29:44 +0000 Subject: s/REESSERVED/RESERVED/ --- sys/dev/pci/pcireg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 -- cgit v1.2.3