From owner-cvs-sys Tue Feb 4 02:53:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA09105 for cvs-sys-outgoing; Tue, 4 Feb 1997 02:53:19 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA09098; Tue, 4 Feb 1997 02:53:16 -0800 (PST) Date: Tue, 4 Feb 1997 02:53:16 -0800 (PST) From: David Greenman Message-Id: <199702041053.CAA09098@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c if_fxpreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 97/02/04 02:53:14 Modified: sys/pci if_fxp.c if_fxpreg.h Log: Do "selective" reset rather than full reset...the manual specifically says not to do the full reset because it can lock up the PCI bus if the chip is active. Added various PORT command definitions to facilitate this. Revision Changes Path 1.27 +3 -3 src/sys/pci/if_fxp.c 1.5 +5 -0 src/sys/pci/if_fxpreg.h