From owner-cvs-all Tue Oct 26 19:18: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id AF4FF14EB7; Tue, 26 Oct 1999 19:17:56 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id CF6281CC6; Wed, 27 Oct 1999 10:17:55 +0800 (WST) (envelope-from peter@netplex.com.au) To: Luoqi Chen Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/aic aic_isa.c In-reply-to: Your message of "Mon, 25 Oct 1999 12:11:45 MST." <199910251911.MAA83311@freefall.freebsd.org> Date: Wed, 27 Oct 1999 10:17:55 +0800 From: Peter Wemm Message-Id: <19991027021755.CF6281CC6@overcee.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk Luoqi Chen wrote: > luoqi 1999/10/25 12:11:45 PDT > > Modified files: (Branch: RELENG_3) > sys/dev/aic aic_isa.c > Log: > Negate return of aic_isa_attach(): isa device's attach method returns 0 > for failure and 1 for success. As I recall, it's something along the lines of: 0 = failure >0 = number of ports at iobase consumed.. -1 = success but with unknown number of ports ie: 4 ports consumed at 0x300 (0x300-303) would return 4, not 1. Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message