diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-06 19:49:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-07-06 19:49:12 +0000 |
commit | 10ec50dcb037139f8cf37d7b9cf1775389f31fc6 (patch) | |
tree | 12da43143b88670744fa4938dc404e7bc434e16b /sys/dev/pci/pccbbreg.h | |
parent | 89c3f40eaeafd7be297d68cbac9b2b893ec6a62d (diff) |
Sync with NetBSD.
Diffstat (limited to 'sys/dev/pci/pccbbreg.h')
-rw-r--r-- | sys/dev/pci/pccbbreg.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pccbbreg.h b/sys/dev/pci/pccbbreg.h index d027482a875..fc2855e3c49 100644 --- a/sys/dev/pci/pccbbreg.h +++ b/sys/dev/pci/pccbbreg.h @@ -1,5 +1,5 @@ -/* $OpenBSD: pccbbreg.h,v 1.1 2000/04/08 05:50:51 aaron Exp $ */ -/* $NetBSD: pccbbreg.h,v 1.4 2000/01/13 08:46:46 joda Exp $ */ +/* $OpenBSD: pccbbreg.h,v 1.2 2000/07/06 19:49:11 aaron Exp $ */ +/* $NetBSD: pccbbreg.h,v 1.5 2000/06/07 09:02:47 haya Exp $ */ /* * Copyright (c) 1999 HAYAKAWA Koichi. All rights reserved. * @@ -76,6 +76,7 @@ /* PCI_BCR_INTR bits for generic PCI-CardBus bridge */ +#define CB_BCR_RESET_ENABLE 0x00400000 #define CB_BCR_INTR_IREQ_ENABLE 0x00800000 #define CB_BCR_PREFETCH_MEMWIN0 0x01000000 #define CB_BCR_PREFETCH_MEMWIN1 0x02000000 |