From owner-freebsd-hackers Thu May 24 19: 7: 0 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8E58A37B422 for ; Thu, 24 May 2001 19:06:56 -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 f4P26s667862; Thu, 24 May 2001 20:06:55 -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 f4P26wl39972; Thu, 24 May 2001 20:06:59 -0600 (MDT) Message-Id: <200105250206.f4P26wl39972@billy-club.village.org> To: j mckitrick Subject: Re: removing inb()/outb() from devices Cc: freebsd-hackers@FreeBSD.ORG In-reply-to: Your message of "Wed, 23 May 2001 17:15:39 BST." <20010523171539.A43898@dogma.freebsd-uk.eu.org> References: <20010523171539.A43898@dogma.freebsd-uk.eu.org> Date: Thu, 24 May 2001 20:06:58 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20010523171539.A43898@dogma.freebsd-uk.eu.org> j mckitrick writes: : I'd like to finalize the newbus work by changing inb()/outb() calls to : bus_space_write calls. Is there a device where this has been partially done : already? I'd like to see the old and new styles, then i would fix the : vpo/imm zip driver first, since i know that code well. After that, i could : start working my way through the tree. Look at what I just did to the pcic_isa.c and pcic.c drivers wrt to converting from using inb/outb to using bus_space routines. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message