Date: Thu, 16 Mar 1995 20:27:22 -0800 From: David Greenman <davidg> 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 Message-ID: <199503170427.UAA13567@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503170427.UAA13567>