diff options
author | 2000-03-28 19:37:45 +0000 | |
---|---|---|
committer | 2000-03-28 19:37:45 +0000 | |
commit | 5deafb7594bc2d24e68201bcf855d5fd81782e73 (patch) | |
tree | 868eb91f4a31179043f73cf246f23541b5111275 /sys/dev/usb/usb_mem.h | |
parent | Expose MDXTransform functions to be consistent with sha1 and rmd160. (diff) | |
download | wireguard-openbsd-5deafb7594bc2d24e68201bcf855d5fd81782e73.tar.xz wireguard-openbsd-5deafb7594bc2d24e68201bcf855d5fd81782e73.zip |
Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the
form of a diff to augustss@netbsd.org so that future syncs will be very easy.
This commit also adds support for ADMtek AN986 "Pegasus" based USB Ethernet,
CATC USB-EL1210A based USB Ethernet, and USB Printers (all untested).
Diffstat (limited to 'sys/dev/usb/usb_mem.h')
-rw-r--r-- | sys/dev/usb/usb_mem.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_mem.h b/sys/dev/usb/usb_mem.h index 0e48fd4082d..bf9017b9ba9 100644 --- a/sys/dev/usb/usb_mem.h +++ b/sys/dev/usb/usb_mem.h @@ -1,5 +1,6 @@ -/* $OpenBSD: usb_mem.h,v 1.5 2000/03/26 08:39:46 aaron Exp $ */ +/* $OpenBSD: usb_mem.h,v 1.6 2000/03/28 19:37:50 aaron Exp $ */ /* $NetBSD: usb_mem.h,v 1.12 2000/03/12 23:10:29 nathanw Exp $ */ +/* $FreeBSD: src/sys/dev/usb/usb_mem.h,v 1.9 1999/11/17 22:33:47 n_hibma Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. |