From owner-cvs-sys Thu Apr 17 07:33:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA04311 for cvs-sys-outgoing; Thu, 17 Apr 1997 07:33:16 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA04304; Thu, 17 Apr 1997 07:33:13 -0700 (PDT) Date: Thu, 17 Apr 1997 07:33:13 -0700 (PDT) From: Nate Williams Message-Id: <199704171433.HAA04304@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_zp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 97/04/17 07:33:13 Modified: sys/i386/isa if_zp.c Log: Quick and dirty attempt to get the zp device to work with the 3c589D. Increase the delay in read_eeprom_data() by two orders of magnitude. > A better fix would be to make read_eeprom_data() call > f_is_eeprom_busy() after the DELAY(). Submitted by: Samuel Lam Revision Changes Path 1.36 +2 -2 src/sys/i386/isa/if_zp.c