From owner-cvs-sys Thu Mar 16 20:27:23 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA13577 for cvs-sys-outgoing; Thu, 16 Mar 1995 20:27:23 -0800 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA13567; Thu, 16 Mar 1995 20:27:22 -0800 Date: Thu, 16 Mar 1995 20:27:22 -0800 From: David Greenman Message-Id: <199503170427.UAA13567@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci aic7870.c if_de.c if_pdq.c ncr.c pci.c pcisupport.c pcivar.h Sender: cvs-sys-owner@freebsd.org Precedence: bulk davidg 95/03/16 20:27:21 Modified: sys/pci aic7870.c if_de.c if_pdq.c ncr.c pci.c pcisupport.c pcivar.h Log: Added a new field to the pci_device struct called pd_shutdown to specify a device specific shutdown routine for devconf. Assign the value of this to the kern_devconf struct. Implement a device shutdown routine for if_de that disables the device. This will stop the device from corrupting memory after a reboot.