From owner-freebsd-current Tue Dec 7 18:30:53 1999 Delivered-To: freebsd-current@freebsd.org Received: from rina.r.dl.itc.u-tokyo.ac.jp (rina.r.dl.itc.u-tokyo.ac.jp [133.11.199.247]) by hub.freebsd.org (Postfix) with ESMTP id 07B4B14BE1 for ; Tue, 7 Dec 1999 18:30:50 -0800 (PST) (envelope-from tanimura@r.dl.itc.u-tokyo.ac.jp) Received: from rina.r.dl.itc.u-tokyo.ac.jp (localhost [127.0.0.1]) by rina.r.dl.itc.u-tokyo.ac.jp (8.9.3+3.2W/3.7W-r-0.1-19990829) with ESMTP id LAA39699; Wed, 8 Dec 1999 11:30:47 +0900 (JST) Date: Wed, 08 Dec 1999 11:30:46 +0900 Message-ID: <14413.49878.644230.10865D@rina.r.dl.itc.u-tokyo.ac.jp> From: Seigo Tanimura To: schuerge@wjpserver.CS.Uni-SB.DE Cc: fn@radio-do.de, freebsd-current@FreeBSD.ORG Subject: Re: AWE64 problems In-Reply-To: In your message of "Tue, 7 Dec 1999 23:00:02 +0100 (MET)" <199912072200.XAA14065@wjpserver.cs.uni-sb.de> References: <19991207222414.A555@radio-do.de> <199912072200.XAA14065@wjpserver.cs.uni-sb.de> Cc: Seigo Tanimura User-Agent: Wanderlust/1.0.3 (Notorious) SEMI/1.13.4 (Terai) FLIM/1.12.7 (=?ISO-8859-4?Q?Y=FEzaki?=) MULE XEmacs/21.1 (patch 8) (Bryce Canyon) (i386--freebsd) Organization: Digital Library Research Division, Information Techinology Centre, The University of Tokyo MIME-Version: 1.0 (generated by SEMI 1.13.4 - "Terai") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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