From owner-cvs-sys Thu Sep 19 21:12:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25080 for cvs-sys-outgoing; Thu, 19 Sep 1996 21:12:18 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24936; Thu, 19 Sep 1996 21:11:59 -0700 (PDT) Date: Thu, 19 Sep 1996 21:11:59 -0700 (PDT) From: David Greenman Message-Id: <199609200411.VAA24936@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/09/19 21:11:58 Modified: sys/pci if_fxp.c Log: When the devconf stuff was ripped out of the kernel, the ripper neglected to deal with the fact that we relied on devconf to do the shutdown callouts in various drivers. The changes in this commit are to add support for device shutdown in this driver via the new at_shutdown() mechanism. Similar changes need to be made to all of the other drivers that need a shutdown routine called (if_de.c comes to mind immediately). Revision Changes Path 1.17 +17 -18 src/sys/pci/if_fxp.c