From owner-cvs-all Tue May 18 14: 3:35 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E8F3E14F16; Tue, 18 May 1999 14:03:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA54619; Tue, 18 May 1999 14:03:33 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <199905182103.OAA54619@freefall.freebsd.org> From: Peter Wemm <peter@FreeBSD.org> Date: Tue, 18 May 1999 14:03:33 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/eisa eisaconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/05/18 14:03:33 PDT Modified files: sys/i386/eisa eisaconf.c Log: Don't detect an EISA bus unless we see a "card" there somewhere. An EISA motherboard will have a card for the "motherboard" on slot 0. eisa0: <EISA bus> on motherboard mainboard0: <ASU5101 (System Board)> at slot 0 on eisa0 This should stop the probe "detecting" an EISA bus everywhere that has a 'controller eisa0' line regardless of whether it's really there. Revision Changes Path 1.44 +10 -2 src/sys/i386/eisa/eisaconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message