diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-06 19:29:00 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-06 19:29:00 +0000 |
commit | 0909953ffcf038b889b7b1e98c23de25f8b6d990 (patch) | |
tree | 9cc9d63a5819cf4e81c4e8e6fdcd30f23a652ee0 /sys/arch/alpha/pci/cia.c | |
parent | ecd8b4221a6fae4080caf694f331b00d82af8d3c (diff) |
Committed by accident.
Diffstat (limited to 'sys/arch/alpha/pci/cia.c')
-rw-r--r-- | sys/arch/alpha/pci/cia.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/pci/cia.c b/sys/arch/alpha/pci/cia.c index 0fe7ffd10d2..7d7aa3acfe9 100644 --- a/sys/arch/alpha/pci/cia.c +++ b/sys/arch/alpha/pci/cia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cia.c,v 1.11 2001/02/06 19:26:39 art Exp $ */ +/* $OpenBSD: cia.c,v 1.12 2001/02/06 19:28:59 art Exp $ */ /* $NetBSD: cia.c,v 1.56 2000/06/29 08:58:45 mrg Exp $ */ /*- @@ -140,7 +140,7 @@ struct cia_config cia_configuration; #endif #ifndef CIA_PYXIS_FORCE_BWX -#define CIA_PYXIS_FORCE_BWX 1 +#define CIA_PYXIS_FORCE_BWX 0 #endif int cia_pci_use_bwx = CIA_PCI_USE_BWX; |