Deleted Added
full compact
mpt.h (164416) mpt.h (164837)
1/* $FreeBSD: head/sys/dev/mpt/mpt.h 164416 2006-11-19 23:15:42Z mjacob $ */
1/* $FreeBSD: head/sys/dev/mpt/mpt.h 164837 2006-12-03 00:28:11Z mjacob $ */
2/*-
3 * Generic defines for LSI '909 FC adapters.
4 * FreeBSD Version.
5 *
6 * Copyright (c) 2000, 2001 by Greg Ansley
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

517
518 u_int verbose;
519
520 /*
521 * IOC Facts
522 */
523 uint16_t mpt_global_credits;
524 uint16_t request_frame_size;
2/*-
3 * Generic defines for LSI '909 FC adapters.
4 * FreeBSD Version.
5 *
6 * Copyright (c) 2000, 2001 by Greg Ansley
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

517
518 u_int verbose;
519
520 /*
521 * IOC Facts
522 */
523 uint16_t mpt_global_credits;
524 uint16_t request_frame_size;
525 uint8_t mpt_max_devices;
525 uint16_t mpt_max_devices;
526 uint8_t mpt_max_buses;
527 uint8_t ioc_facts_flags;
526 uint8_t mpt_max_buses;
527 uint8_t ioc_facts_flags;
528 uint8_t padding0;
529
530 /*
531 * Port Facts
532 * XXX - Add multi-port support!.
533 */
534 uint16_t mpt_ini_id;
535 uint16_t mpt_port_type;
536 uint16_t mpt_proto_flags;

--- 672 unchanged lines hidden ---
528
529 /*
530 * Port Facts
531 * XXX - Add multi-port support!.
532 */
533 uint16_t mpt_ini_id;
534 uint16_t mpt_port_type;
535 uint16_t mpt_proto_flags;

--- 672 unchanged lines hidden ---