Date: Tue, 5 Jan 2010 20:42:25 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/cardbus cardbus.c src/sys/dev/pci pci.c pci_private.h Message-ID: <201001052042.o05Kgov9029545@repoman.freebsd.org>
index | next in thread | raw e-mail
jhb 2010-01-05 20:42:25 UTC
FreeBSD src repository
Modified files:
sys/dev/cardbus cardbus.c
sys/dev/pci pci.c pci_private.h
Log:
SVN rev 201609 on 2010-01-05 20:42:25Z by jhb
Move the PCI-specific logic of removing a cardbus device into a
pci_delete_child() function called by the cardbus driver. The new function
uses resource_list_unreserve() to release the BARs decoded by the device
being removed.
Reviewed by: imp
Tested by: brooks
Revision Changes Path
1.74 +1 -30 src/sys/dev/cardbus/cardbus.c
1.395 +40 -0 src/sys/dev/pci/pci.c
1.29 +1 -0 src/sys/dev/pci/pci_private.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001052042.o05Kgov9029545>
