From 230497406eb86bfe10e8082d585e0fdafe68baf6 Mon Sep 17 00:00:00 2001 From: simokawa Date: Wed, 1 Jan 2003 04:23:54 +0000 Subject: - Retry phy access when the wait-loop count is exhausted. - Free allocated memory when detaching. - Detect contigmalloc failure. --- sys/dev/firewire/fwohci_pci.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/firewire/fwohci_pci.c') diff --git a/sys/dev/firewire/fwohci_pci.c b/sys/dev/firewire/fwohci_pci.c index ff96c28..3d5f011 100644 --- a/sys/dev/firewire/fwohci_pci.c +++ b/sys/dev/firewire/fwohci_pci.c @@ -288,6 +288,8 @@ fwohci_pci_detach(device_t self) sc->bst = 0; sc->bsh = 0; } + + fwohci_detach(sc, self); splx(s); return 0; -- cgit v1.1