From owner-freebsd-current Sat Nov 25 10:34:41 2000 Delivered-To: freebsd-current@freebsd.org Received: from mail.du.gtn.com (mail.du.gtn.com [194.77.9.57]) by hub.freebsd.org (Postfix) with ESMTP id 723C037B4C5 for ; Sat, 25 Nov 2000 10:34:37 -0800 (PST) Received: from mail.cicely.de (cicely.de [194.231.9.142]) by mail.du.gtn.com (8.11.0.Beta3/8.11.0.Beta3) with ESMTP id eAPIYXK27862 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified OK) for ; Sat, 25 Nov 2000 19:34:36 +0100 (MET) Received: from cicely8.cicely.de (cicely8.cicely.de [10.1.2.10]) by mail.cicely.de (8.11.0.Beta1/8.11.0.Beta1) with ESMTP id eAPIYZM49037 for ; Sat, 25 Nov 2000 19:34:36 +0100 (CET) Received: (from ticso@localhost) by cicely8.cicely.de (8.11.0/8.9.2) id eAPIYVx40758 for freebsd-current@freebsd.org; Sat, 25 Nov 2000 19:34:31 +0100 (CET) (envelope-from ticso) Date: Sat, 25 Nov 2000 19:34:30 +0100 From: Bernd Walter To: freebsd-current@freebsd.org Subject: Patch for current on LCA based alphas Message-ID: <20001125193430.A40717@cicely8.cicely.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 ticso@cicely.de Usergroup info@cosmo-project.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message