diff options
author | simokawa <simokawa@FreeBSD.org> | 2007-04-30 12:30:21 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2007-04-30 12:30:21 +0000 |
commit | 48d173f859228ffcbd274502a824767b08a302a5 (patch) | |
tree | 401f3401f20a03da63081d4a0823bf0f760efb08 /sys/dev/firewire/firewire.c | |
parent | 4677e2577d4722656c35f09d27585162c675d118 (diff) | |
download | FreeBSD-src-48d173f859228ffcbd274502a824767b08a302a5.zip FreeBSD-src-48d173f859228ffcbd274502a824767b08a302a5.tar.gz |
MFp4: remove unused fw_asybusy().
MFC after: 1 week
Diffstat (limited to 'sys/dev/firewire/firewire.c')
-rw-r--r-- | sys/dev/firewire/firewire.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/dev/firewire/firewire.c b/sys/dev/firewire/firewire.c index 152293d..c376751f 100644 --- a/sys/dev/firewire/firewire.c +++ b/sys/dev/firewire/firewire.c @@ -269,20 +269,6 @@ fw_asy_callback(struct fw_xfer *xfer){ wakeup(xfer); return; } -/* - * Postpone to later retry. - */ -void fw_asybusy(struct fw_xfer *xfer){ - printf("fw_asybusy\n"); -/* - xfer->ch = timeout((timeout_t *)fw_asystart, (void *)xfer, 20000); -*/ -#if 0 - DELAY(20000); -#endif - fw_asystart(xfer); - return; -} /* * Async. request with given xfer structure. |