Deleted Added
full compact
amrio.h (133870) amrio.h (153409)
1/*-
2 * Copyright (c) 1999 Michael Smith
3 * 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

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

47 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
48 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
50 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
51 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
52 * SUCH DAMAGE.
53 *
54 *
1/*-
2 * Copyright (c) 1999 Michael Smith
3 * 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

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

47 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
48 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
50 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
51 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
52 * SUCH DAMAGE.
53 *
54 *
55 * $FreeBSD: head/sys/dev/amr/amrio.h 133870 2004-08-16 17:23:09Z ambrisko $
55 * $FreeBSD: head/sys/dev/amr/amrio.h 153409 2005-12-14 03:26:49Z scottl $
56 */
57
58/*
59 * ioctl interface
60 */
61
62#include <sys/ioccom.h>
63#include <sys/param.h>
64
65/*
66 * Fetch the driver's interface version.
67 */
56 */
57
58/*
59 * ioctl interface
60 */
61
62#include <sys/ioccom.h>
63#include <sys/param.h>
64
65/*
66 * Fetch the driver's interface version.
67 */
68#define AMR_IO_VERSION_NUMBER 0x01
68#define AMR_IO_VERSION_NUMBER 153
69#define AMR_IO_VERSION _IOR('A', 0x200, int)
70
71/*
72 * Pass a command from userspace through to the adapter.
73 *
74 * Note that in order to be code-compatible with the Linux
75 * interface where possible, the formatting of the au_cmd field is
76 * somewhat Interesting.

--- 46 unchanged lines hidden ---
69#define AMR_IO_VERSION _IOR('A', 0x200, int)
70
71/*
72 * Pass a command from userspace through to the adapter.
73 *
74 * Note that in order to be code-compatible with the Linux
75 * interface where possible, the formatting of the au_cmd field is
76 * somewhat Interesting.

--- 46 unchanged lines hidden ---