Deleted Added
full compact
ispmbox.h (291507) ispmbox.h (291511)
1/* $FreeBSD: stable/10/sys/dev/isp/ispmbox.h 291507 2015-11-30 21:35:03Z mav $ */
1/* $FreeBSD: stable/10/sys/dev/isp/ispmbox.h 291511 2015-11-30 21:38:05Z 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 *

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

1508 * Simple Name Server Data Structures
1509 */
1510#define SNS_GA_NXT 0x100
1511#define SNS_GPN_ID 0x112
1512#define SNS_GNN_ID 0x113
1513#define SNS_GFF_ID 0x11F
1514#define SNS_GID_FT 0x171
1515#define SNS_RFT_ID 0x217
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 *

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

1508 * Simple Name Server Data Structures
1509 */
1510#define SNS_GA_NXT 0x100
1511#define SNS_GPN_ID 0x112
1512#define SNS_GNN_ID 0x113
1513#define SNS_GFF_ID 0x11F
1514#define SNS_GID_FT 0x171
1515#define SNS_RFT_ID 0x217
1516#define SNS_RFF_ID 0x21F
1516typedef struct {
1517 uint16_t snscb_rblen; /* response buffer length (words) */
1518 uint16_t snscb_reserved0;
1519 uint16_t snscb_addr[4]; /* response buffer address */
1520 uint16_t snscb_sblen; /* subcommand buffer length (words) */
1521 uint16_t snscb_reserved1;
1522 uint16_t snscb_data[]; /* variable data */
1523} sns_screq_t; /* Subcommand Request Structure */

--- 1120 unchanged lines hidden ---
1517typedef struct {
1518 uint16_t snscb_rblen; /* response buffer length (words) */
1519 uint16_t snscb_reserved0;
1520 uint16_t snscb_addr[4]; /* response buffer address */
1521 uint16_t snscb_sblen; /* subcommand buffer length (words) */
1522 uint16_t snscb_reserved1;
1523 uint16_t snscb_data[]; /* variable data */
1524} sns_screq_t; /* Subcommand Request Structure */

--- 1120 unchanged lines hidden ---