Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2005 06:22:41 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pci pci.c pci_pci.c
Message-ID:  <200504290622.j3T6MgKM019689@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2005-04-29 06:22:41 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/pci          pci.c pci_pci.c 
  Log:
  Add a detach for pci bridge and pci bus drivers.  This allows one to
  theoretically unload pci bridges or pci drivers.  It will also allow
  detach to work if one needed to detach a subtree.
  
  This is inspired by looking at the p4 commits from bms to his 5.4
  tree, but I didn't look at the final results.
  
  Revision  Changes    Path
  1.289     +1 -0      src/sys/dev/pci/pci.c
  1.37      +1 -0      src/sys/dev/pci/pci_pci.c



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