diff options
author | joe <joe@FreeBSD.org> | 2003-07-14 20:08:21 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2003-07-14 20:08:21 +0000 |
commit | b16e034190b6c731928b50b2b9992984efa48cdd (patch) | |
tree | f8e9bc1ec39ed789b824c4f6bd0c9eb632b5291a /sys/dev/usb/usb.c | |
parent | 6c501ba529238f3490eeb7d748c91ceea124375f (diff) | |
download | FreeBSD-src-b16e034190b6c731928b50b2b9992984efa48cdd.zip FreeBSD-src-b16e034190b6c731928b50b2b9992984efa48cdd.tar.gz |
Make a note of some patches from NetBSD that we already have.
Diffstat (limited to 'sys/dev/usb/usb.c')
-rw-r--r-- | sys/dev/usb/usb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c index e074650..9571c2b 100644 --- a/sys/dev/usb/usb.c +++ b/sys/dev/usb/usb.c @@ -1,7 +1,8 @@ -/* $NetBSD: usb.c,v 1.67 2002/02/11 15:11:49 augustss Exp $ */ +/* $NetBSD: usb.c,v 1.68 2002/02/20 20:30:12 christos Exp $ */ /* $FreeBSD$ */ /* Also already merged from NetBSD: + * $NetBSD: usb.c,v 1.70 2002/05/09 21:54:32 augustss Exp $ * $NetBSD: usb.c,v 1.73 2002/09/23 05:51:19 simonb Exp $ */ |