LCA systems doesn't like probing after PCI slot 19.
Probing slot 20 panics the system.
The following patch made it into single user mode on my AXPpci33.
I asume it will also work on multias.
I can't tell more as the tested system is a 4.1-RELEASE and I need
to update the world before further testing.
Index: lca_pci.c
===================================================================
RCS file: /vol/cvs/FreeBSD/src/sys/alpha/pci/lca_pci.c,v
retrieving revision 1.7
diff -u -r1.7 lca_pci.c
--- lca_pci.c 2000/08/31 16:19:27 1.7
+++ lca_pci.c 2000/11/25 18:23:26
@@ -76,7 +76,7 @@
static int
lca_pcib_maxslots(device_t dev)
{
- return 31;
+ return 19;
}
#define LCA_CFGOFF(b, s, f, r) \
--
B.Walter COSMO-Project http://www.cosmo-project.de
[EMAIL PROTECTED] Usergroup [EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message