From owner-cvs-all Sun Jan 23 0:46:25 2000 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 A41D8150C8; Sun, 23 Jan 2000 00:46:23 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA40377; Sun, 23 Jan 2000 00:46:23 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Message-Id: <200001230846.AAA40377@freefall.freebsd.org> From: "Matthew N. Dodd" Date: Sun, 23 Jan 2000 00:46:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ep if_ep_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mdodd 2000/01/23 00:46:23 PST Modified files: sys/dev/ep if_ep_isa.c Log: Fix a bug in the last commit. >> 4 instead of >> 8. *bap* Fix a long-standing bug where I used a 'break;' instead of a 'continue;'; you had to have multiple ISA boards in non-PnP mode with an 'unknown' board with a lower MAC address to find this one. Since I have 4 3c5x9 boards in my test box I was somewhat confused when this happened. :) Make the messages printed by ep_isa_identify() a little more consistent; we'll only see them in verbose boot mode but it makes me feel better if they look nice. Revision Changes Path 1.8 +7 -7 src/sys/dev/ep/if_ep_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message