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/usbdi_util.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/usbdi_util.h')
-rw-r--r-- | sys/dev/usb/usbdi_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdi_util.h b/sys/dev/usb/usbdi_util.h index 098316bac4d..d5dab901244 100644 --- a/sys/dev/usb/usbdi_util.h +++ b/sys/dev/usb/usbdi_util.h @@ -1,5 +1,6 @@ -/* $OpenBSD: usbdi_util.h,v 1.4 2000/03/26 08:39:46 aaron Exp $ */ +/* $OpenBSD: usbdi_util.h,v 1.5 2000/03/28 19:37:53 aaron Exp $ */ /* $NetBSD: usbdi_util.h,v 1.19 1999/11/18 23:32:37 augustss Exp $ */ +/* $FreeBSD: src/sys/dev/usb/usbdi_util.h,v 1.9 1999/11/17 22:33:50 n_hibma Exp $ */ /* * Copyright (c) 1998 The NetBSD Foundation, Inc. |