Deleted Added
full compact
isp_stds.h (331722) isp_stds.h (347894)
1/* $FreeBSD: stable/11/sys/dev/isp/isp_stds.h 331722 2018-03-29 02:50:57Z eadler $ */
1/* $FreeBSD: stable/11/sys/dev/isp/isp_stds.h 347894 2019-05-16 22:03:25Z ken $ */
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 *

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

277#define PRLO 0x21
278#define SCN 0x22
279#define TPRLO 0x24
280#define PDISC 0x50
281#define ADISC 0x52
282#define RNC 0x53
283
284/*
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 *

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

277#define PRLO 0x21
278#define SCN 0x22
279#define TPRLO 0x24
280#define PDISC 0x50
281#define ADISC 0x52
282#define RNC 0x53
283
284/*
285 * PRLI Word 0 definitions
286 * FPC4-r02b January, 2011
287 */
288#define PRLI_WD0_TYPE_MASK 0xff000000
289#define PRLI_WD0_TC_EXT_MASK 0x00ff0000
290#define PRLI_WD0_EST_IMAGE_PAIR (1 << 13)
291
292/*
285 * PRLI Word 3 definitions
286 * FPC4-r02b January, 2011
287 */
288#define PRLI_WD3_ENHANCED_DISCOVERY (1 << 11)
289#define PRLI_WD3_REC_SUPPORT (1 << 10)
290#define PRLI_WD3_TASK_RETRY_IDENTIFICATION_REQUESTED (1 << 9)
291#define PRLI_WD3_RETRY (1 << 8)
292#define PRLI_WD3_CONFIRMED_COMPLETION_ALLOWED (1 << 7)

--- 38 unchanged lines hidden ---
293 * PRLI Word 3 definitions
294 * FPC4-r02b January, 2011
295 */
296#define PRLI_WD3_ENHANCED_DISCOVERY (1 << 11)
297#define PRLI_WD3_REC_SUPPORT (1 << 10)
298#define PRLI_WD3_TASK_RETRY_IDENTIFICATION_REQUESTED (1 << 9)
299#define PRLI_WD3_RETRY (1 << 8)
300#define PRLI_WD3_CONFIRMED_COMPLETION_ALLOWED (1 << 7)

--- 38 unchanged lines hidden ---