diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2003-07-14 18:25:47 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2003-07-14 18:25:47 +0000 |
| commit | d4322278faf0fcc990585727655deb9de0f10434 (patch) | |
| tree | 5b115fe4684f2bb3ff2616410061fbddae448cc7 /sys/dev/usb/usb.c | |
| parent | ed76a689f53d1edc483cf82770667adad5339110 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb.c')
| -rw-r--r-- | sys/dev/usb/usb.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index 72c571d4fd49..e074650c96c2 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -1,6 +1,10 @@ /* $NetBSD: usb.c,v 1.67 2002/02/11 15:11:49 augustss Exp $ */ /* $FreeBSD$ */ +/* Also already merged from NetBSD: + * $NetBSD: usb.c,v 1.73 2002/09/23 05:51:19 simonb Exp $ + */ + /* * Copyright (c) 1998 The NetBSD Foundation, Inc. * All rights reserved. @@ -838,7 +842,6 @@ usb_activate(device_ptr_t self, enum devact act) switch (act) { case DVACT_ACTIVATE: return (EOPNOTSUPP); - break; case DVACT_DEACTIVATE: sc->sc_dying = 1; |
