Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 1996 21:11:59 -0700 (PDT)
From:      David Greenman <davidg>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/pci if_fxp.c
Message-ID:  <199609200411.VAA24936@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609200411.VAA24936>