Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762895AbYBTJvY (ORCPT ); Wed, 20 Feb 2008 04:51:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756806AbYBTJvP (ORCPT ); Wed, 20 Feb 2008 04:51:15 -0500 Received: from hp3.statik.tu-cottbus.de ([141.43.120.68]:44214 "EHLO hp3.statik.tu-cottbus.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756031AbYBTJvO (ORCPT ); Wed, 20 Feb 2008 04:51:14 -0500 Message-ID: <47BBF811.7060007@s5r6.in-berlin.de> Date: Wed, 20 Feb 2008 10:51:13 +0100 From: Stefan Richter User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: Karl Dahlke CC: linux-kernel@vger.kernel.org, Sam Ravnborg , Jan Engelhardt , Randy Dunlap , Valdis.Kletnieks@vt.edu Subject: Re: adapter, what's in a name References: <20080119181606.eklhad@comcast.net> <47BBF532.4030704@s5r6.in-berlin.de> In-Reply-To: <47BBF532.4030704@s5r6.in-berlin.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 704 Lines: 17 I wrote: > - There are other types of ABIs for I/O (character device files, block > device files), message-based(?) I/O (netlink), configuration (configfs), > and more. PS: Device files are not only suitable for bulk I/O via read and write, they are also capable of event notification by means of poll and select and of other kinds of I/O like configuration related I/O by means of ioctl. -- Stefan Richter -=====-==--- --=- =-=-- http://arcgraph.de/sr/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/