Deleted Added
full compact
usb_freebsd_loader.h (246122) usb_freebsd_loader.h (246194)
1/* $FreeBSD: head/sys/dev/usb/usb_freebsd_loader.h 246122 2013-01-30 15:26:04Z hselasky $ */
1/* $FreeBSD: head/sys/dev/usb/usb_freebsd_loader.h 246194 2013-02-01 07:05:43Z hselasky $ */
2/*-
3 * Copyright (c) 2013 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

--- 28 unchanged lines hidden (view full) ---

38#define USB_HAVE_COMPAT_LINUX 0
39#define USB_HAVE_USER_IO 0
40#define USB_HAVE_MBUF 0
41#define USB_HAVE_TT_SUPPORT 1
42#define USB_HAVE_POWERD 1
43#define USB_HAVE_MSCTEST 0
44#define USB_HAVE_PF 0
45#define USB_HAVE_ROOT_MOUNT_HOLD 0
2/*-
3 * Copyright (c) 2013 Hans Petter Selasky. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.

--- 28 unchanged lines hidden (view full) ---

38#define USB_HAVE_COMPAT_LINUX 0
39#define USB_HAVE_USER_IO 0
40#define USB_HAVE_MBUF 0
41#define USB_HAVE_TT_SUPPORT 1
42#define USB_HAVE_POWERD 1
43#define USB_HAVE_MSCTEST 0
44#define USB_HAVE_PF 0
45#define USB_HAVE_ROOT_MOUNT_HOLD 0
46#define USB_HAVE_ID_SECTION 0
46
47#define USB_TD_GET_PROC(td) (td)->td_proc
48#define USB_PROC_GET_GID(td) (td)->p_pgid
49
50#if (!defined(USB_HOST_ALIGN)) || (USB_HOST_ALIGN <= 0)
51/* Use default value. */
52#undef USB_HOST_ALIGN
53#define USB_HOST_ALIGN 8 /* bytes, must be power of two */

--- 30 unchanged lines hidden ---
47
48#define USB_TD_GET_PROC(td) (td)->td_proc
49#define USB_PROC_GET_GID(td) (td)->p_pgid
50
51#if (!defined(USB_HOST_ALIGN)) || (USB_HOST_ALIGN <= 0)
52/* Use default value. */
53#undef USB_HOST_ALIGN
54#define USB_HOST_ALIGN 8 /* bytes, must be power of two */

--- 30 unchanged lines hidden ---