From owner-freebsd-new-bus Sun May 20 18:59:10 2001 Delivered-To: freebsd-new-bus@freebsd.org Received: from probity.mcc.ac.uk (probity.mcc.ac.uk [130.88.200.94]) by hub.freebsd.org (Postfix) with ESMTP id 5D2BB37B42C for ; Sun, 20 May 2001 18:59:08 -0700 (PDT) (envelope-from jcm@freebsd-uk.eu.org) Received: from dogma.freebsd-uk.eu.org ([130.88.200.97] ident=root) by probity.mcc.ac.uk with esmtp (Exim 2.05 #4) id 151eyR-00011c-00 for freebsd-new-bus@freebsd.org; Mon, 21 May 2001 02:59:07 +0100 Received: (from jcm@localhost) by dogma.freebsd-uk.eu.org (8.11.1/8.11.1) id f4L1x6l65041 for freebsd-new-bus@freebsd.org; Mon, 21 May 2001 02:59:06 +0100 (BST) (envelope-from jcm) Date: Mon, 21 May 2001 02:59:06 +0100 From: j mckitrick To: freebsd-new-bus@freebsd.org Subject: [jcm@freebsd-uk.eu.org: freebsd newbus project] Message-ID: <20010521025906.B64891@dogma.freebsd-uk.eu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-new-bus@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hello all, i have been running freebsd for 2 years now, and i did a small bit of work for the parallel port zip drive (i run a laptop). i have been programming for several years, and after learning my way around the zip driver, i might be able to help with the newbus project. Any thoughts/suggestions? Jonathon -- When I die, I want to go in my sleep, like my grandfather. Not screaming, like the passengers in his car. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-new-bus" in the body of the message From owner-freebsd-new-bus Sun May 20 19: 3:59 2001 Delivered-To: freebsd-new-bus@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 45F4D37B42C for ; Sun, 20 May 2001 19:03:57 -0700 (PDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (billy-club.village.org [10.0.0.3]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f4L23u647851; Sun, 20 May 2001 20:03:56 -0600 (MDT) (envelope-from imp@billy-club.village.org) Received: from billy-club.village.org (localhost [127.0.0.1]) by billy-club.village.org (8.11.2/8.8.3) with ESMTP id f4L23Fl22613; Sun, 20 May 2001 20:03:15 -0600 (MDT) Message-Id: <200105210203.f4L23Fl22613@billy-club.village.org> To: j mckitrick Subject: Re: [jcm@freebsd-uk.eu.org: freebsd newbus project] Cc: freebsd-new-bus@FreeBSD.ORG In-reply-to: Your message of "Mon, 21 May 2001 02:59:06 BST." <20010521025906.B64891@dogma.freebsd-uk.eu.org> References: <20010521025906.B64891@dogma.freebsd-uk.eu.org> Date: Sun, 20 May 2001 20:03:15 -0600 From: Warner Losh Sender: owner-freebsd-new-bus@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010521025906.B64891@dogma.freebsd-uk.eu.org> j mckitrick writes: : i have been running freebsd for 2 years now, and i did a small bit of work : for the parallel port zip drive (i run a laptop). i have been programming : for several years, and after learning my way around the zip driver, i might : be able to help with the newbus project. Any thoughts/suggestions? At this point the newbus project is mostly complete. However, there are several ways that you can help. Go through the tree looking for code that still uses the legacy isa attachment and convert those drivers to newbus. You can also convert the 1/2 converted drivers that use inb/outb or direct memory access instead of bus_space_{read,write} to talk to the hardware. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-new-bus" in the body of the message