From owner-cvs-all Tue Jan 12 08:28:10 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08429 for cvs-all-outgoing; Tue, 12 Jan 1999 08:28:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from pluto.plutotech.com (mail.plutotech.com [206.168.67.137]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08361; Tue, 12 Jan 1999 08:27:03 -0800 (PST) (envelope-from gibbs@plutotech.com) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by pluto.plutotech.com (8.9.1/8.9.1) with ESMTP id JAA07694; Tue, 12 Jan 1999 09:26:09 -0700 (MST) (envelope-from gibbs@plutotech.com) Message-Id: <199901121626.JAA07694@pluto.plutotech.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Garrett Wollman cc: Eivind Eklund , Nicolas Souchu , Bruce Evans , mike@smith.net.au, cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG Subject: Re: cvs commit: src/sys/dev/ppbus if_plip.c In-reply-to: Your message of "Tue, 12 Jan 1999 10:41:56 EST." <199901121541.KAA17834@khavrinen.lcs.mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 12 Jan 1999 09:18:01 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk >< said: > >> I don't know how the new bus framework will like this kind of >> behaviour, though. > >Easy -- you just declare your device as being of type `TTY|NET' and >the magic just comes naturally. (Except, of course, that this part >isn't implemented yet, but it should be fairly trivial to do once the >interrupt code is debogotified.) Can't we have a more dynamic mechanism than that? You don't want potentially shared interrupts in extra masks unless its absolutely necessary (e.g. PPP is compiled into the kernel, but the net mask is only modified when that line discipline is (de)activated and only for the device interrupts that are engaged in PPP activity). -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message