From owner-cvs-all Sun May 7 11:20:48 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 8776137BF94; Sun, 7 May 2000 11:20:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA16280; Sun, 7 May 2000 11:20:40 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <200005071820.LAA16280@freefall.freebsd.org> From: Warner Losh Date: Sun, 7 May 2000 11:20:40 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sn if_sn_isa.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG imp 2000/05/07 11:20:40 PDT Modified files: sys/dev/sn if_sn_isa.c Log: Don't claim devices that we fail to probe for. Reverse the sense of a test so that we return failure when we've failed and succeed when we succeed. Otherwise, users always get a sn device :-(. PR: 18431 Submitted by: MIHIRA Yoshiro-san Revision Changes Path 1.5 +3 -3 src/sys/dev/sn/if_sn_isa.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message