From owner-freebsd-current Tue Dec 7 21: 7:51 1999 Delivered-To: freebsd-current@freebsd.org Received: from hurricane.columbus.rr.com (m5.columbus.rr.com [204.210.252.249]) by hub.freebsd.org (Postfix) with ESMTP id 2B77E14EB0 for ; Tue, 7 Dec 1999 21:07:48 -0800 (PST) (envelope-from caa@columbus.rr.com) Received: from columbus.rr.com ([24.95.60.151]) by hurricane.columbus.rr.com (Post.Office MTA v3.5.3 release 223 ID# 0-53939U80000L80000S0V35) with ESMTP id com; Wed, 8 Dec 1999 00:07:41 -0500 Received: (from caa@localhost) by columbus.rr.com (8.9.3/8.9.3) id AAA01654; Wed, 8 Dec 1999 00:07:46 -0500 (EST) (envelope-from caa) Date: Wed, 8 Dec 1999 00:07:46 -0500 From: "Charles Anderson" To: Seigo Tanimura Cc: schuerge@wjpserver.CS.Uni-SB.DE, fn@radio-do.de, freebsd-current@FreeBSD.ORG Subject: Re: AWE64 problems Message-ID: <19991208000746.A1622@midgard.dhs.org> References: <19991207222414.A555@radio-do.de> <199912072200.XAA14065@wjpserver.cs.uni-sb.de> <14413.49878.644230.10865D@rina.r.dl.itc.u-tokyo.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <14413.49878.644230.10865D@rina.r.dl.itc.u-tokyo.ac.jp>; from Seigo Tanimura on Wed, Dec 08, 1999 at 11:30:46AM +0900 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I looked for some meaning to the -100, is this documented somewhere? Who calls it? -Charlie On Wed, Dec 08, 1999 at 11:30:46AM +0900, Seigo Tanimura wrote: > On Tue, 7 Dec 1999 23:00:02 +0100 (MET), > Thomas Schuerger said: > > >> --- sbc.c.orig Mon Dec 6 19:26:31 1999 > >> +++ sbc.c Tue Dec 7 22:15:25 1999 > >> @@ -110,7 +110,7 @@ > >> if (error) > >> return error; > >> else > >> - return -100; > >> + return -1; > >> } > >> > >> static int > > Thomas> Works fine for me. Thanks!!! > > > Yes, this patch should work. The probe likelyhood(do we call it so?) for > unknown device is -100, so it does not make sense for sbc to return > -100. > > -1 might be too high, -50 sounds good to me. > > -- > Seigo Tanimura > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message -- Charles Anderson caa@columbus.rr.com No quote, no nothin' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message