From owner-freebsd-hackers Sun Dec 14 17:21:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA01552 for hackers-outgoing; Sun, 14 Dec 1997 17:21:23 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA01538 for ; Sun, 14 Dec 1997 17:21:13 -0800 (PST) (envelope-from mike@word.smith.net.au) Received: from word (localhost [127.0.0.1]) by word.smith.net.au (8.8.8/8.8.5) with ESMTP id LAA00275; Mon, 15 Dec 1997 11:45:22 +1030 (CST) Message-Id: <199712150115.LAA00275@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Chris Csanady cc: "Justin T. Gibbs" , John-Mark Gurney , hackers@freebsd.org Subject: Re: Bus/Processor specific I/O methods - was Re: Beginning SPARC port In-reply-to: Your message of "Sun, 14 Dec 1997 18:45:56 MDT." <199712150045.SAA14933@bob.scl.ameslab.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 15 Dec 1997 11:45:22 +1030 From: Mike Smith Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > FWIW, NetBSD has a couple of nice man pages on their bus stuff. See > bus_space(9) and bus_dma(9). It looks like a well abstracted interface, > and works on several architectures. We really should be looking at ways > to make the BSD's more similar whenever possible. Making the drivers > more portable would especially be nice.. so I think that this issue > definately deserves more thought. The NetBSD 'bus.h' interface has had a lot of time to stabilise, and plenty of performance-sensitive pounding. For all its conceptual difficulty, it *does* appear to be the best way to go. (No insult intended, JMG!) mike