From owner-svn-src-head@FreeBSD.ORG Tue Feb 7 17:43:59 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3AEAC106564A; Tue, 7 Feb 2012 17:43:59 +0000 (UTC) (envelope-from jimharris@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 272BF8FC1B; Tue, 7 Feb 2012 17:43:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q17HhxnG099869; Tue, 7 Feb 2012 17:43:59 GMT (envelope-from jimharris@svn.freebsd.org) Received: (from jimharris@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q17HhxZF099866; Tue, 7 Feb 2012 17:43:59 GMT (envelope-from jimharris@svn.freebsd.org) Message-Id: <201202071743.q17HhxZF099866@svn.freebsd.org> From: Jim Harris Date: Tue, 7 Feb 2012 17:43:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r231136 - in head/sys: dev/isci dev/isci/scil modules/isci X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 17:43:59 -0000 Author: jimharris Date: Tue Feb 7 17:43:58 2012 New Revision: 231136 URL: http://svn.freebsd.org/changeset/base/231136 Log: Fix r231134. svn:keywords needs to be 'FreeBSD=%H', not 'FreeBSD:%H'. Approved by: scottl Modified: Directory Properties: head/sys/dev/isci/README (props changed) head/sys/dev/isci/environment.h (props changed) head/sys/dev/isci/isci.c (props changed) head/sys/dev/isci/isci.h (props changed) head/sys/dev/isci/isci_controller.c (props changed) head/sys/dev/isci/isci_domain.c (props changed) head/sys/dev/isci/isci_interrupt.c (props changed) head/sys/dev/isci/isci_io_request.c (props changed) head/sys/dev/isci/isci_logger.c (props changed) head/sys/dev/isci/isci_oem_parameters.c (props changed) head/sys/dev/isci/isci_remote_device.c (props changed) head/sys/dev/isci/isci_sysctl.c (props changed) head/sys/dev/isci/isci_task_request.c (props changed) head/sys/dev/isci/isci_timer.c (props changed) head/sys/dev/isci/sci_environment.h (props changed) head/sys/dev/isci/scil/intel_ata.h (props changed) head/sys/dev/isci/scil/intel_pci.h (props changed) head/sys/dev/isci/scil/intel_sas.h (props changed) head/sys/dev/isci/scil/intel_sat.h (props changed) head/sys/dev/isci/scil/intel_sata.h (props changed) head/sys/dev/isci/scil/intel_scsi.h (props changed) head/sys/dev/isci/scil/sati.c (props changed) head/sys/dev/isci/scil/sati.h (props changed) head/sys/dev/isci/scil/sati_abort_task_set.c (props changed) head/sys/dev/isci/scil/sati_abort_task_set.h (props changed) head/sys/dev/isci/scil/sati_atapi.c (props changed) head/sys/dev/isci/scil/sati_atapi.h (props changed) head/sys/dev/isci/scil/sati_callbacks.h (props changed) head/sys/dev/isci/scil/sati_design.h (props changed) head/sys/dev/isci/scil/sati_device.c (props changed) head/sys/dev/isci/scil/sati_device.h (props changed) head/sys/dev/isci/scil/sati_inquiry.c (props changed) head/sys/dev/isci/scil/sati_inquiry.h (props changed) head/sys/dev/isci/scil/sati_log_sense.c (props changed) head/sys/dev/isci/scil/sati_log_sense.h (props changed) head/sys/dev/isci/scil/sati_lun_reset.c (props changed) head/sys/dev/isci/scil/sati_lun_reset.h (props changed) head/sys/dev/isci/scil/sati_mode_pages.c (props changed) head/sys/dev/isci/scil/sati_mode_pages.h (props changed) head/sys/dev/isci/scil/sati_mode_select.c (props changed) head/sys/dev/isci/scil/sati_mode_select.h (props changed) head/sys/dev/isci/scil/sati_mode_sense.c (props changed) head/sys/dev/isci/scil/sati_mode_sense.h (props changed) head/sys/dev/isci/scil/sati_mode_sense_10.c (props changed) head/sys/dev/isci/scil/sati_mode_sense_10.h (props changed) head/sys/dev/isci/scil/sati_mode_sense_6.c (props changed) head/sys/dev/isci/scil/sati_mode_sense_6.h (props changed) head/sys/dev/isci/scil/sati_move.c (props changed) head/sys/dev/isci/scil/sati_move.h (props changed) head/sys/dev/isci/scil/sati_passthrough.c (props changed) head/sys/dev/isci/scil/sati_passthrough.h (props changed) head/sys/dev/isci/scil/sati_read.c (props changed) head/sys/dev/isci/scil/sati_read.h (props changed) head/sys/dev/isci/scil/sati_read_buffer.c (props changed) head/sys/dev/isci/scil/sati_read_buffer.h (props changed) head/sys/dev/isci/scil/sati_read_capacity.c (props changed) head/sys/dev/isci/scil/sati_read_capacity.h (props changed) head/sys/dev/isci/scil/sati_reassign_blocks.c (props changed) head/sys/dev/isci/scil/sati_reassign_blocks.h (props changed) head/sys/dev/isci/scil/sati_report_luns.c (props changed) head/sys/dev/isci/scil/sati_report_luns.h (props changed) head/sys/dev/isci/scil/sati_request_sense.c (props changed) head/sys/dev/isci/scil/sati_request_sense.h (props changed) head/sys/dev/isci/scil/sati_start_stop_unit.c (props changed) head/sys/dev/isci/scil/sati_start_stop_unit.h (props changed) head/sys/dev/isci/scil/sati_synchronize_cache.c (props changed) head/sys/dev/isci/scil/sati_synchronize_cache.h (props changed) head/sys/dev/isci/scil/sati_test_unit_ready.c (props changed) head/sys/dev/isci/scil/sati_test_unit_ready.h (props changed) head/sys/dev/isci/scil/sati_translator_sequence.h (props changed) head/sys/dev/isci/scil/sati_types.h (props changed) head/sys/dev/isci/scil/sati_unmap.c (props changed) head/sys/dev/isci/scil/sati_unmap.h (props changed) head/sys/dev/isci/scil/sati_util.c (props changed) head/sys/dev/isci/scil/sati_util.h (props changed) head/sys/dev/isci/scil/sati_verify.c (props changed) head/sys/dev/isci/scil/sati_verify.h (props changed) head/sys/dev/isci/scil/sati_write.c (props changed) head/sys/dev/isci/scil/sati_write.h (props changed) head/sys/dev/isci/scil/sati_write_and_verify.c (props changed) head/sys/dev/isci/scil/sati_write_and_verify.h (props changed) head/sys/dev/isci/scil/sati_write_buffer.c (props changed) head/sys/dev/isci/scil/sati_write_buffer.h (props changed) head/sys/dev/isci/scil/sati_write_long.c (props changed) head/sys/dev/isci/scil/sati_write_long.h (props changed) head/sys/dev/isci/scil/sci_abstract_list.c (props changed) head/sys/dev/isci/scil/sci_abstract_list.h (props changed) head/sys/dev/isci/scil/sci_base_controller.c (props changed) head/sys/dev/isci/scil/sci_base_controller.h (props changed) head/sys/dev/isci/scil/sci_base_domain.c (props changed) head/sys/dev/isci/scil/sci_base_domain.h (props changed) head/sys/dev/isci/scil/sci_base_iterator.c (props changed) head/sys/dev/isci/scil/sci_base_iterator.h (props changed) head/sys/dev/isci/scil/sci_base_library.c (props changed) head/sys/dev/isci/scil/sci_base_library.h (props changed) head/sys/dev/isci/scil/sci_base_logger.c (props changed) head/sys/dev/isci/scil/sci_base_logger.h (props changed) head/sys/dev/isci/scil/sci_base_memory_descriptor_list.c (props changed) head/sys/dev/isci/scil/sci_base_memory_descriptor_list.h (props changed) head/sys/dev/isci/scil/sci_base_memory_descriptor_list_decorator.c (props changed) head/sys/dev/isci/scil/sci_base_object.c (props changed) head/sys/dev/isci/scil/sci_base_object.h (props changed) head/sys/dev/isci/scil/sci_base_observer.c (props changed) head/sys/dev/isci/scil/sci_base_observer.h (props changed) head/sys/dev/isci/scil/sci_base_phy.c (props changed) head/sys/dev/isci/scil/sci_base_phy.h (props changed) head/sys/dev/isci/scil/sci_base_port.c (props changed) head/sys/dev/isci/scil/sci_base_port.h (props changed) head/sys/dev/isci/scil/sci_base_remote_device.c (props changed) head/sys/dev/isci/scil/sci_base_remote_device.h (props changed) head/sys/dev/isci/scil/sci_base_request.c (props changed) head/sys/dev/isci/scil/sci_base_request.h (props changed) head/sys/dev/isci/scil/sci_base_state.h (props changed) head/sys/dev/isci/scil/sci_base_state_machine.c (props changed) head/sys/dev/isci/scil/sci_base_state_machine.h (props changed) head/sys/dev/isci/scil/sci_base_state_machine_logger.c (props changed) head/sys/dev/isci/scil/sci_base_state_machine_logger.h (props changed) head/sys/dev/isci/scil/sci_base_state_machine_observer.c (props changed) head/sys/dev/isci/scil/sci_base_state_machine_observer.h (props changed) head/sys/dev/isci/scil/sci_base_subject.c (props changed) head/sys/dev/isci/scil/sci_base_subject.h (props changed) head/sys/dev/isci/scil/sci_controller.h (props changed) head/sys/dev/isci/scil/sci_controller_constants.h (props changed) head/sys/dev/isci/scil/sci_fast_list.h (props changed) head/sys/dev/isci/scil/sci_iterator.h (props changed) head/sys/dev/isci/scil/sci_library.h (props changed) head/sys/dev/isci/scil/sci_logger.h (props changed) head/sys/dev/isci/scil/sci_memory_descriptor_list.h (props changed) head/sys/dev/isci/scil/sci_memory_descriptor_list_decorator.h (props changed) head/sys/dev/isci/scil/sci_object.h (props changed) head/sys/dev/isci/scil/sci_overview.h (props changed) head/sys/dev/isci/scil/sci_pool.h (props changed) head/sys/dev/isci/scil/sci_simple_list.h (props changed) head/sys/dev/isci/scil/sci_status.h (props changed) head/sys/dev/isci/scil/sci_types.h (props changed) head/sys/dev/isci/scil/sci_util.c (props changed) head/sys/dev/isci/scil/sci_util.h (props changed) head/sys/dev/isci/scil/scic_config_parameters.h (props changed) head/sys/dev/isci/scil/scic_controller.h (props changed) head/sys/dev/isci/scil/scic_io_request.h (props changed) head/sys/dev/isci/scil/scic_library.h (props changed) head/sys/dev/isci/scil/scic_logger.h (props changed) head/sys/dev/isci/scil/scic_overview.h (props changed) head/sys/dev/isci/scil/scic_phy.h (props changed) head/sys/dev/isci/scil/scic_port.h (props changed) head/sys/dev/isci/scil/scic_remote_device.h (props changed) head/sys/dev/isci/scil/scic_sds_controller.c (props changed) head/sys/dev/isci/scil/scic_sds_controller.h (props changed) head/sys/dev/isci/scil/scic_sds_controller_registers.h (props changed) head/sys/dev/isci/scil/scic_sds_library.c (props changed) head/sys/dev/isci/scil/scic_sds_library.h (props changed) head/sys/dev/isci/scil/scic_sds_logger.h (props changed) head/sys/dev/isci/scil/scic_sds_pci.c (props changed) head/sys/dev/isci/scil/scic_sds_pci.h (props changed) head/sys/dev/isci/scil/scic_sds_phy.c (props changed) head/sys/dev/isci/scil/scic_sds_phy.h (props changed) head/sys/dev/isci/scil/scic_sds_phy_registers.h (props changed) head/sys/dev/isci/scil/scic_sds_port.c (props changed) head/sys/dev/isci/scil/scic_sds_port.h (props changed) head/sys/dev/isci/scil/scic_sds_port_configuration_agent.c (props changed) head/sys/dev/isci/scil/scic_sds_port_configuration_agent.h (props changed) head/sys/dev/isci/scil/scic_sds_port_registers.h (props changed) head/sys/dev/isci/scil/scic_sds_remote_device.c (props changed) head/sys/dev/isci/scil/scic_sds_remote_device.h (props changed) head/sys/dev/isci/scil/scic_sds_remote_node_context.c (props changed) head/sys/dev/isci/scil/scic_sds_remote_node_context.h (props changed) head/sys/dev/isci/scil/scic_sds_remote_node_table.c (props changed) head/sys/dev/isci/scil/scic_sds_remote_node_table.h (props changed) head/sys/dev/isci/scil/scic_sds_request.c (props changed) head/sys/dev/isci/scil/scic_sds_request.h (props changed) head/sys/dev/isci/scil/scic_sds_sgpio.c (props changed) head/sys/dev/isci/scil/scic_sds_smp_remote_device.c (props changed) head/sys/dev/isci/scil/scic_sds_smp_request.c (props changed) head/sys/dev/isci/scil/scic_sds_smp_request.h (props changed) head/sys/dev/isci/scil/scic_sds_ssp_request.c (props changed) head/sys/dev/isci/scil/scic_sds_stp_packet_request.c (props changed) head/sys/dev/isci/scil/scic_sds_stp_packet_request.h (props changed) head/sys/dev/isci/scil/scic_sds_stp_pio_request.h (props changed) head/sys/dev/isci/scil/scic_sds_stp_remote_device.c (props changed) head/sys/dev/isci/scil/scic_sds_stp_request.c (props changed) head/sys/dev/isci/scil/scic_sds_stp_request.h (props changed) head/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.c (props changed) head/sys/dev/isci/scil/scic_sds_unsolicited_frame_control.h (props changed) head/sys/dev/isci/scil/scic_sgpio.h (props changed) head/sys/dev/isci/scil/scic_task_request.h (props changed) head/sys/dev/isci/scil/scic_user_callback.h (props changed) head/sys/dev/isci/scil/scif_config_parameters.h (props changed) head/sys/dev/isci/scil/scif_controller.h (props changed) head/sys/dev/isci/scil/scif_domain.h (props changed) head/sys/dev/isci/scil/scif_io_request.h (props changed) head/sys/dev/isci/scil/scif_library.h (props changed) head/sys/dev/isci/scil/scif_logger.h (props changed) head/sys/dev/isci/scil/scif_overview.h (props changed) head/sys/dev/isci/scil/scif_remote_device.h (props changed) head/sys/dev/isci/scil/scif_sas_constants.h (props changed) head/sys/dev/isci/scil/scif_sas_controller.c (props changed) head/sys/dev/isci/scil/scif_sas_controller.h (props changed) head/sys/dev/isci/scil/scif_sas_controller_state_handlers.c (props changed) head/sys/dev/isci/scil/scif_sas_controller_states.c (props changed) head/sys/dev/isci/scil/scif_sas_design.h (props changed) head/sys/dev/isci/scil/scif_sas_domain.c (props changed) head/sys/dev/isci/scil/scif_sas_domain.h (props changed) head/sys/dev/isci/scil/scif_sas_domain_state_handlers.c (props changed) head/sys/dev/isci/scil/scif_sas_domain_states.c (props changed) head/sys/dev/isci/scil/scif_sas_high_priority_request_queue.c (props changed) head/sys/dev/isci/scil/scif_sas_high_priority_request_queue.h (props changed) head/sys/dev/isci/scil/scif_sas_internal_io_request.c (props changed) head/sys/dev/isci/scil/scif_sas_internal_io_request.h (props changed) head/sys/dev/isci/scil/scif_sas_io_request.c (props changed) head/sys/dev/isci/scil/scif_sas_io_request.h (props changed) head/sys/dev/isci/scil/scif_sas_io_request_state_handlers.c (props changed) head/sys/dev/isci/scil/scif_sas_io_request_states.c (props changed) head/sys/dev/isci/scil/scif_sas_library.c (props changed) head/sys/dev/isci/scil/scif_sas_library.h (props changed) head/sys/dev/isci/scil/scif_sas_logger.h (props changed) head/sys/dev/isci/scil/scif_sas_remote_device.c (props changed) head/sys/dev/isci/scil/scif_sas_remote_device.h (props changed) head/sys/dev/isci/scil/scif_sas_remote_device_ready_substate_handlers.c (props changed) head/sys/dev/isci/scil/scif_sas_remote_device_ready_substates.c (props changed) head/sys/dev/isci/scil/scif_sas_remote_device_starting_substate_handlers.c (props changed) head/sys/dev/isci/scil/scif_sas_remote_device_starting_substates.c (props changed) head/sys/dev/isci/scil/scif_sas_remote_device_state_handlers.c (props changed) head/sys/dev/isci/scil/scif_sas_remote_device_states.c (props changed) head/sys/dev/isci/scil/scif_sas_request.c (props changed) head/sys/dev/isci/scil/scif_sas_request.h (props changed) head/sys/dev/isci/scil/scif_sas_sati_binding.h (props changed) head/sys/dev/isci/scil/scif_sas_smp_activity_clear_affiliation.c (props changed) head/sys/dev/isci/scil/scif_sas_smp_io_request.c (props changed) head/sys/dev/isci/scil/scif_sas_smp_io_request.h (props changed) head/sys/dev/isci/scil/scif_sas_smp_phy.c (props changed) head/sys/dev/isci/scil/scif_sas_smp_phy.h (props changed) head/sys/dev/isci/scil/scif_sas_smp_remote_device.c (props changed) head/sys/dev/isci/scil/scif_sas_smp_remote_device.h (props changed) head/sys/dev/isci/scil/scif_sas_stp_io_request.c (props changed) head/sys/dev/isci/scil/scif_sas_stp_io_request.h (props changed) head/sys/dev/isci/scil/scif_sas_stp_remote_device.c (props changed) head/sys/dev/isci/scil/scif_sas_stp_remote_device.h (props changed) head/sys/dev/isci/scil/scif_sas_stp_task_request.c (props changed) head/sys/dev/isci/scil/scif_sas_stp_task_request.h (props changed) head/sys/dev/isci/scil/scif_sas_task_request.c (props changed) head/sys/dev/isci/scil/scif_sas_task_request.h (props changed) head/sys/dev/isci/scil/scif_sas_task_request_state_handlers.c (props changed) head/sys/dev/isci/scil/scif_sas_task_request_states.c (props changed) head/sys/dev/isci/scil/scif_sas_timer.c (props changed) head/sys/dev/isci/scil/scif_task_request.h (props changed) head/sys/dev/isci/scil/scif_user_callback.h (props changed) head/sys/dev/isci/scil/scu_bios_definitions.h (props changed) head/sys/dev/isci/scil/scu_completion_codes.h (props changed) head/sys/dev/isci/scil/scu_constants.h (props changed) head/sys/dev/isci/scil/scu_event_codes.h (props changed) head/sys/dev/isci/scil/scu_registers.h (props changed) head/sys/dev/isci/scil/scu_remote_node_context.h (props changed) head/sys/dev/isci/scil/scu_task_context.h (props changed) head/sys/dev/isci/scil/scu_unsolicited_frame.h (props changed) head/sys/dev/isci/scil/scu_viit_data.h (props changed) head/sys/dev/isci/types.h (props changed) head/sys/modules/isci/Makefile (props changed)