From owner-cvs-all Sun Jan 5 12:12:34 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 18F6D37B401 for ; Sun, 5 Jan 2003 12:12:33 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 05DC943ED8 for ; Sun, 5 Jan 2003 12:12:28 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 7913 invoked by uid 1000); 5 Jan 2003 20:12:28 -0000 Date: Sun, 5 Jan 2003 12:12:28 -0800 (PST) From: Nate Lawson To: Jake Burkholder Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org Subject: Re: cvs commit: src/sys/dev/sab sab.c In-Reply-To: <20030105040736.CD7C537B49E@hub.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 4 Jan 2003, Jake Burkholder wrote: > Modified files: > sys/dev/sab sab.c > Log: > Sync with zs. > - Fix some bogosity with mixing unit numbers and channels, which would only > work for one instance of the device. > - Use a simpler scheme for input and output queueing. > - Use db_alt_break. > > Revision Changes Path > 1.8 +178 -238 src/sys/dev/sab/sab.c I've always wondered if you were supposed to deliver the char before calling breakpoint(). Looks like you do this but it seemed like sio didn't. What's the desired behavior? -Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message