From owner-freebsd-hardware Mon Oct 9 14:01:56 1995 Return-Path: owner-hardware Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA22767 for hardware-outgoing; Mon, 9 Oct 1995 14:01:56 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id OAA22736 ; Mon, 9 Oct 1995 14:01:50 -0700 X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com didn't use HELO protocol To: hackers, hardware Subject: PCMCIA MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <22729.813272508.1@freefall.freebsd.org> Date: Mon, 09 Oct 1995 14:01:49 -0700 Message-ID: <22733.813272509@freefall.freebsd.org> From: Poul-Henning Kamp Sender: owner-hardware@FreeBSD.org Precedence: bulk I have just a second ago managed to plug first my ether, then my modem, then my ether again and finally my modem again into my pcmcia slot, and actually get it to work every single time. :-> The code still needs some cleanup, but I hope to commit some of it already tomorrow. The architecture is there, now we just need to clean up the code, and add more drivers (only sio & if_ed at this time). For instance there are a lot of DELAY() calls we need to loose, and power management still needs to be folded in too. People interested in working on pcmcia should make sure they are subscribed to hardware@freebsd.org (send email to majordomo!). Before you start working on a driver, send an email to hardware@freebsd.org, maybe somebody else has some help to offer... You can start to look at the current code today in: src/usr.sbin/pccard src/sys/pccard src/sys/i386/sio.c Most of the honour goes to Andrew McRae, I'm just debugging this :-) Poul-Henning Kamp