From owner-freebsd-hackers Sun Jun 6 14:36:55 1999 Delivered-To: freebsd-hackers@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id 5839714FD6 for ; Sun, 6 Jun 1999 14:36:52 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id PAA21351; Sun, 6 Jun 1999 15:36:51 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id PAA01201; Sun, 6 Jun 1999 15:35:12 -0600 (MDT) Message-Id: <199906062135.PAA01201@harmony.village.org> To: Doug Ambrisko Subject: Re: PCMCIA "sio" problem with current Cc: hackers@FreeBSD.ORG In-reply-to: Your message of "Fri, 28 May 1999 09:15:41 PDT." <199905281615.JAA32866@whistle.com> References: <199905281615.JAA32866@whistle.com> Date: Sun, 06 Jun 1999 15:35:11 -0600 From: Warner Losh Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <199905281615.JAA32866@whistle.com> Doug Ambrisko writes: : I wondering if I'm missing something here. I had PCMCIA stuff working : for a NE2000 ethernet card but not for serial ports. That is correct, at least for -current. : Does anyone have : serial ports working (ie. modems or serial cards)? I had this laptop : working with 3.1 and just upgraded it to current and the serial port : stopped working. That is expected. -current doesn't support sio yet. Work is in progress by me to rework the pccard code to clean it up and to make new style drivers work with it. Until that work is done, you are likely SOL when it comes to using new drivers. This means that sio, ata and fdc won't work. : So to me this looks like work to be done, ie. convert the pccard stuff to : call new-bus drivers or some capatibility layer needs to be done or I'm : smoking dope. Work needs to be done. That doesn't necessarily mean you aren't smoking dope, btw :-) If you are interested in helping out on the pccard rewrite, drop me a line in private mail. The latest snapshot can be found at: http://www.freebsd.org/~imp/pccard.patch.990605.gz but it hasn't been well tested and likely is non-functional for a significant number of systems. If you have a ISA based system, then the chances of it working are high. However, I've not done the SIO conversion yet, so that would be your first step... Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message