artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a11cc42
)
None of the pceb EISA alpha designs has more than 8 physical slots, so don't
author
miod
<miod@openbsd.org>
Tue, 22 Jul 2008 20:06:01 +0000
(20:06 +0000)
committer
miod
<miod@openbsd.org>
Tue, 22 Jul 2008 20:06:01 +0000
(20:06 +0000)
bother trying to probe more.
sys/arch/alpha/pci/sio.c
patch
|
blob
|
history
diff --git
a/sys/arch/alpha/pci/sio.c
b/sys/arch/alpha/pci/sio.c
index
f1d0bd9
..
34ff03f
100644
(file)
--- a/
sys/arch/alpha/pci/sio.c
+++ b/
sys/arch/alpha/pci/sio.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: sio.c,v 1.3
2 2008/07/19 18:13:06
miod Exp $ */
+/* $OpenBSD: sio.c,v 1.3
3 2008/07/22 20:06:01
miod Exp $ */
/* $NetBSD: sio.c,v 1.15 1996/12/05 01:39:36 cgd Exp $ */
/*
@@
-234,8
+234,10
@@
int
sio_eisa_maxslots(v)
void *v;
{
-
- return 16; /* as good a number as any. only 8, maybe? */
+ /*
+ * None of the alpha backplanes has more than 8 physical slots.
+ */
+ return 9;
}
int