summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2001-02-06 19:29:00 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2001-02-06 19:29:00 +0000
commit0909953ffcf038b889b7b1e98c23de25f8b6d990 (patch)
tree9cc9d63a5819cf4e81c4e8e6fdcd30f23a652ee0 /sys/arch/alpha/pci
parentecd8b4221a6fae4080caf694f331b00d82af8d3c (diff)
Committed by accident.
Diffstat (limited to 'sys/arch/alpha/pci')
-rw-r--r--sys/arch/alpha/pci/cia.c4
-rw-r--r--sys/arch/alpha/pci/pci_eb164.c5
2 files changed, 4 insertions, 5 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;
diff --git a/sys/arch/alpha/pci/pci_eb164.c b/sys/arch/alpha/pci/pci_eb164.c
index 00fdf604289..098809ae9b6 100644
--- a/sys/arch/alpha/pci/pci_eb164.c
+++ b/sys/arch/alpha/pci/pci_eb164.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci_eb164.c,v 1.5 2001/02/06 19:26:39 art Exp $ */
+/* $OpenBSD: pci_eb164.c,v 1.6 2001/02/06 19:28:59 art Exp $ */
/* $NetBSD: pci_eb164.c,v 1.27 2000/06/06 00:50:15 thorpej Exp $ */
/*-
@@ -211,8 +211,7 @@ dec_eb164_intr_map(ccv, bustag, buspin, line, ihp)
if (device == 8) {
if (function == 0)
panic("dec_eb164_intr_map: SIO device");
- if (function == 1 || function == 2)
- return (1);
+ return (1);
}
} else {
if (device == 8)