Deleted Added
full compact
aac_tables.h (151086) aac_tables.h (206540)
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 2000 BSDi
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
1/*-
2 * Copyright (c) 2000 Michael Smith
3 * Copyright (c) 2000 BSDi
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

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

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
27 * $FreeBSD: head/sys/dev/aac/aac_tables.h 151086 2005-10-08 15:55:09Z scottl $
27 * $FreeBSD: head/sys/dev/aac/aac_tables.h 206540 2010-04-13 01:16:15Z emaste $
28 */
29
30/*
31 * Status codes for block read/write commands, etc.
32 *
33 * XXX many of these would not normally be returned, as they are
34 * relevant only to FSA operations.
35 */

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

52 {"readonly filesystem", 30},
53 {"too many links", 31},
54 {"operation would block", 35},
55 {"file name too long", 63},
56 {"directory not empty", 66},
57 {"quota exceeded", 69},
58 {"stale file handle", 70},
59 {"too many levels of remote in path", 71},
28 */
29
30/*
31 * Status codes for block read/write commands, etc.
32 *
33 * XXX many of these would not normally be returned, as they are
34 * relevant only to FSA operations.
35 */

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

52 {"readonly filesystem", 30},
53 {"too many links", 31},
54 {"operation would block", 35},
55 {"file name too long", 63},
56 {"directory not empty", 66},
57 {"quota exceeded", 69},
58 {"stale file handle", 70},
59 {"too many levels of remote in path", 71},
60 {"device busy (spinning up)", 72},
60 {"bad file handle", 10001},
61 {"not sync", 10002},
62 {"bad cookie", 10003},
63 {"operation not supported", 10004},
64 {"too small", 10005},
65 {"server fault", 10006},
66 {"bad type", 10007},
67 {"jukebox", 10008},
68 {"not mounted", 10009},
69 {"in maintenance mode", 10010},
70 {"stale ACL", 10011},
61 {"bad file handle", 10001},
62 {"not sync", 10002},
63 {"bad cookie", 10003},
64 {"operation not supported", 10004},
65 {"too small", 10005},
66 {"server fault", 10006},
67 {"bad type", 10007},
68 {"jukebox", 10008},
69 {"not mounted", 10009},
70 {"in maintenance mode", 10010},
71 {"stale ACL", 10011},
72 {"bus reset - command aborted", 20001},
71 {NULL, 0},
72 {"unknown command status", 0}
73};
74
75#define AAC_COMMAND_STATUS(x) aac_describe_code(aac_command_status_table, x)
76
77static struct aac_code_lookup aac_cpu_variant[] = {
78 {"i960JX", CPUI960_JX},

--- 49 unchanged lines hidden ---
73 {NULL, 0},
74 {"unknown command status", 0}
75};
76
77#define AAC_COMMAND_STATUS(x) aac_describe_code(aac_command_status_table, x)
78
79static struct aac_code_lookup aac_cpu_variant[] = {
80 {"i960JX", CPUI960_JX},

--- 49 unchanged lines hidden ---