diff options
author | simokawa <simokawa@FreeBSD.org> | 2003-01-31 14:11:22 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 2003-01-31 14:11:22 +0000 |
commit | 30013fce110fa84157697face2a7b27ba4ac3fae (patch) | |
tree | 909bbd4187f8e696609f2c0f451bd3826ff4c46b /sys/dev/firewire/fwohci.c | |
parent | 02d8e2b208323d19b6fc75fb1a39d03f8cacbd29 (diff) | |
download | FreeBSD-src-30013fce110fa84157697face2a7b27ba4ac3fae.zip FreeBSD-src-30013fce110fa84157697face2a7b27ba4ac3fae.tar.gz |
SBP related changes.
- Issue LOGOUT command on detach and shutdown.
- Rename some functions.
Diffstat (limited to 'sys/dev/firewire/fwohci.c')
-rw-r--r-- | sys/dev/firewire/fwohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohci.c b/sys/dev/firewire/fwohci.c index a05becf..2c0a267 100644 --- a/sys/dev/firewire/fwohci.c +++ b/sys/dev/firewire/fwohci.c @@ -1676,7 +1676,7 @@ fwohci_irx_enable(struct firewire_comm *fc, int dmach) } int -fwohci_shutdown(struct fwohci_softc *sc, device_t dev) +fwohci_stop(struct fwohci_softc *sc, device_t dev) { u_int i; |