From owner-cvs-sys Fri Jun 14 15:13:21 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA23964 for cvs-sys-outgoing; Fri, 14 Jun 1996 15:13:21 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA23840; Fri, 14 Jun 1996 15:11:45 -0700 (PDT) Date: Fri, 14 Jun 1996 15:11:45 -0700 (PDT) From: Nate Williams Message-Id: <199606142211.PAA23840@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c if_epreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/14 15:11:44 Modified: sys/i386/isa if_ep.c if_epreg.h Log: At long last, we know have support for the 3C589 in a FreeBSD release using the existing files using the existing PCCARD support. Now that this is in place I would like to fixup the PCCARD hooks and remove the if_zp driver. At this point, we support everything we used to support *AND MORE* with the PCCARD code. Submitted by: Naoki Hamada (via the Nomad release) [ This works on both my 3C589B and 3C589C ] Revision Changes Path 1.47 +211 -2 src/sys/i386/isa/if_ep.c 1.14 +8 -1 src/sys/i386/isa/if_epreg.h