Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 10/12/1999 04:21:27
Module Name: syssrc
Committed By: augustss
Date: Tue Oct 12 11:21:26 UTC 1999
Modified Files:
syssrc/sys/dev/pci: ohci_pci.c uhci_pci.c
syssrc/sys/dev/usb: ohci.c ohcivar.h uhci.c uhcivar.h
Log Message:
Deallocate resources (bus space and interrupts) when detaching from
the bus.
To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/pci/ohci_pci.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/pci/uhci_pci.c
cvs rdiff -r1.49 -r1.50 syssrc/sys/dev/usb/ohci.c
cvs rdiff -r1.11 -r1.12 syssrc/sys/dev/usb/ohcivar.h
cvs rdiff -r1.56 -r1.57 syssrc/sys/dev/usb/uhci.c
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/usb/uhcivar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.