Deleted Added
sdiff udiff text old ( 164416 ) new ( 164837 )
full compact
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;
525 uint16_t mpt_max_devices;
526 uint8_t mpt_max_buses;
527 uint8_t ioc_facts_flags;
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 ---