diff options
author | joe <joe@FreeBSD.org> | 2002-05-28 20:51:43 +0000 |
---|---|---|
committer | joe <joe@FreeBSD.org> | 2002-05-28 20:51:43 +0000 |
commit | b02de3a56c91dd9d2279e6983f1eb563228c89c0 (patch) | |
tree | 3521e0bb8b935fdf5f6a09b91d4233846b17f340 /sys/dev/usb/ohci.c | |
parent | 7c61addfdd151dde0aa79f6a1671237569210949 (diff) | |
download | FreeBSD-src-b02de3a56c91dd9d2279e6983f1eb563228c89c0.zip FreeBSD-src-b02de3a56c91dd9d2279e6983f1eb563228c89c0.tar.gz |
NetBSD have adopted our usage of the DMAADDR macro:
date: 2002/05/28 12:42:39; author: augustss;
Change DMAADDR macro slightly.
Update the $NetBSD$ tags to reflect this and make slight changes to
usb_mem.h so that we're in sync with each other.
Diffstat (limited to 'sys/dev/usb/ohci.c')
-rw-r--r-- | sys/dev/usb/ohci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/ohci.c b/sys/dev/usb/ohci.c index c17fb75..b15b178 100644 --- a/sys/dev/usb/ohci.c +++ b/sys/dev/usb/ohci.c @@ -1,4 +1,4 @@ -/* $NetBSD: ohci.c,v 1.124 2002/05/26 03:10:02 minoura Exp $ */ +/* $NetBSD: ohci.c,v 1.125 2002/05/28 12:42:38 augustss Exp $ */ /* $FreeBSD$ */ /* |