Deleted Added
sdiff udiff text old ( 330888 ) new ( 347894 )
full compact
1/* $FreeBSD: stable/11/sys/dev/isp/ispmbox.h 347894 2019-05-16 22:03:25Z ken $ */
2/*-
3 * Copyright (c) 2009-2018 Alexander Motin <mav@FreeBSD.org>
4 * Copyright (c) 1997-2009 by Matthew Jacob
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:

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

1377#define PDB2400_STATE_PRLO_PEND 0x09
1378#define PDB2400_STATE_LOGO_PEND 0x0B
1379
1380/*
1381 * Common elements from the above two structures that are actually useful to us.
1382 */
1383typedef struct {
1384 uint16_t handle;
1385 uint16_t prli_word0;
1386 uint16_t prli_word3;
1387 uint32_t : 8,
1388 portid : 24;
1389 uint8_t portname[8];
1390 uint8_t nodename[8];
1391} isp_pdb_t;
1392
1393/*

--- 1323 unchanged lines hidden ---