From owner-freebsd-current Sun Feb 7 12:28:11 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA09163 for freebsd-current-outgoing; Sun, 7 Feb 1999 12:28:11 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dingo.cdrom.com (castles235.castles.com [208.214.165.235]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA09043; Sun, 7 Feb 1999 12:27:36 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Received: from dingo.cdrom.com (localhost [127.0.0.1]) by dingo.cdrom.com (8.9.1/8.8.8) with ESMTP id MAA07111; Sun, 7 Feb 1999 12:23:25 -0800 (PST) (envelope-from mike@dingo.cdrom.com) Message-Id: <199902072023.MAA07111@dingo.cdrom.com> X-Mailer: exmh version 2.0.2 2/24/98 To: Jun Kuriyama cc: FreeBSD-current , nate@FreeBSD.ORG Subject: Re: [Call for Review] new ioctl for src/sys/pccard/* In-reply-to: Your message of "Mon, 08 Feb 1999 00:35:44 +0900." <36BDB2D0.CA3FE4BB@sky.rim.or.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Feb 1999 12:23:25 -0800 From: Mike Smith Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > This is a multi-part message in MIME format. > --------------6331448DC47966073EBB6A88 > Content-Type: text/plain; charset=iso-2022-jp > Content-Transfer-Encoding: 7bit > > Jun Kuriyama wrote: > > I'm planning to commit these changes into src/sys/pccard/. This adds > > two features. These features are obtained from PAO. > > Sorry, I forgot to add patch. :-) These basically sound pretty good... > + /* > + * Virtual removal/insertion > + * > + * State of cards: > + * > + * insertion virtual removal > + * (empty) --------> (filled) --------> (inactive) > + * ^ ^ | ^ | | > + * | | | | | | > + * | +---------------+ +-----------------+ | > + * | removal virtual insertion | > + * | | > + * +----------------------------------------+ > + * removal > + * > + * -- hosokawa But this diagram worries me. Does this explicitly disallow physical removal without a preceeding virtual removal? Just to be clear, I have no objections to that approach, but it's something that we would want to make very clear if we're going to make this change. -- \\ Sometimes you're ahead, \\ Mike Smith \\ sometimes you're behind. \\ mike@smith.net.au \\ The race is long, and in the \\ msmith@freebsd.org \\ end it's only with yourself. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message