Deleted Added
full compact
ispmbox.h (291511) ispmbox.h (291514)
1/* $FreeBSD: stable/10/sys/dev/isp/ispmbox.h 291511 2015-11-30 21:38:05Z mav $ */
1/* $FreeBSD: stable/10/sys/dev/isp/ispmbox.h 291514 2015-11-30 21:40:20Z mav $ */
2/*-
3 * Copyright (c) 1997-2009 by Matthew Jacob
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:
9 *

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

162
163#define MBOX_DRIVER_HEARTBEAT 0x005B
164#define MBOX_FW_HEARTBEAT 0x005C
165
166#define MBOX_GET_SET_DATA_RATE 0x005D /* 24XX/23XX only */
167#define MBGSD_GET_RATE 0
168#define MBGSD_SET_RATE 1
169#define MBGSD_SET_RATE_NOW 2 /* 24XX only */
2/*-
3 * Copyright (c) 1997-2009 by Matthew Jacob
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:
9 *

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

162
163#define MBOX_DRIVER_HEARTBEAT 0x005B
164#define MBOX_FW_HEARTBEAT 0x005C
165
166#define MBOX_GET_SET_DATA_RATE 0x005D /* 24XX/23XX only */
167#define MBGSD_GET_RATE 0
168#define MBGSD_SET_RATE 1
169#define MBGSD_SET_RATE_NOW 2 /* 24XX only */
170#define MBGSD_ONEGB 0
171#define MBGSD_TWOGB 1
172#define MBGSD_AUTO 2
173#define MBGSD_FOURGB 3 /* 24XX only */
174#define MBGSD_EIGHTGB 4 /* 25XX only */
170#define MBGSD_1GB 0x00
171#define MBGSD_2GB 0x01
172#define MBGSD_AUTO 0x02
173#define MBGSD_4GB 0x03 /* 24XX only */
174#define MBGSD_8GB 0x04 /* 25XX only */
175#define MBGSD_16GB 0x05 /* 26XX only */
176#define MBGSD_10GB 0x13 /* 26XX only */
175
177
176
177#define ISP2100_SET_PCI_PARAM 0x00ff
178
179#define MBOX_BUSY 0x04
180
181/*
182 * Mailbox Command Complete Status Codes
183 */
184#define MBOX_COMMAND_COMPLETE 0x4000

--- 2460 unchanged lines hidden ---
178#define ISP2100_SET_PCI_PARAM 0x00ff
179
180#define MBOX_BUSY 0x04
181
182/*
183 * Mailbox Command Complete Status Codes
184 */
185#define MBOX_COMMAND_COMPLETE 0x4000

--- 2460 unchanged lines hidden ---