From owner-freebsd-hackers Fri May 25 9:12:36 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 995DB37B42C for ; Fri, 25 May 2001 09:12:30 -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 f4PGCT670507; Fri, 25 May 2001 10:12:29 -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 f4PGCfl42832; Fri, 25 May 2001 10:12:41 -0600 (MDT) Message-Id: <200105251612.f4PGCfl42832@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 "Fri, 25 May 2001 17:06:47 BST." <20010525170647.B21603@dogma.freebsd-uk.eu.org> References: <20010525170647.B21603@dogma.freebsd-uk.eu.org> <20010525164033.A21603@dogma.freebsd-uk.eu.org> <20010523171539.A43898@dogma.freebsd-uk.eu.org> <200105250206.f4P26wl39972@billy-club.village.org> <20010525164033.A21603@dogma.freebsd-uk.eu.org> <200105251556.f4PFujl42699@billy-club.village.org> Date: Fri, 25 May 2001 10:12:41 -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 <20010525170647.B21603@dogma.freebsd-uk.eu.org> j mckitrick writes: : I will newbussify all macros, and any inb/outb calls i find that are not : inside a probe function. : : How is that? Ummm, including inb/outb that are in the probe would be better. This would allow us to write a pcmcia attachment to the ppc driver. I have a pcmcia <-> parallel card knocking around somewhere I think. I also have sevearl universal pcmcia port replicators that I'd like to support as well. They are all basically a super I/O chip with pcmcia glue around it. This will likely require a puc-like driver (qv NetBSD's puc driver) so we can attach the children and manage their resources properly. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message