From owner-freebsd-commit Thu Mar 30 22:11:54 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA14096 for commit-outgoing; Thu, 30 Mar 1995 22:11:54 -0800 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id WAA14083 for cvs-sys-outgoing; Thu, 30 Mar 1995 22:11:51 -0800 Received: from time.cdrom.com (time.cdrom.com [192.216.223.46]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id WAA14074; Thu, 30 Mar 1995 22:10:27 -0800 Received: (from root@localhost) by time.cdrom.com (8.6.11/8.6.9) id WAA01759; Thu, 30 Mar 1995 22:10:25 -0800 Date: Thu, 30 Mar 1995 22:10:25 -0800 From: "Jordan K. Hubbard" Message-Id: <199503310610.WAA01759@time.cdrom.com> To: CVS-commiters@time.cdrom.com, cvs-sys@time.cdrom.com Subject: cvs commit: src/sys/i386/isa if_zp.c Sender: commit-owner@freebsd.org Precedence: bulk jkh 95/03/30 22:10:24 Modified: sys/i386/isa if_zp.c Log: I and Seiji Murata contributed 3C589 PCMCIA Etherlink III 'zp' on 2.0R, but it did not work with the -current. Noriyuki Takahashi san has fixed this bug. Our alpha-testers are tested this driver with 3C589B-COMBO and 3C589B-TP. And it works fine. I also fixed a little about the use of ZP_DEBUG symbol and beautified the awful Frankenstein-style indent :-) with "indent -c0 -nfc1 -i4". [Also merge with Bruce's last changes] Submitted by: "HOSOKAWA Tatsumi"