summaryrefslogtreecommitdiffstats
path: root/kernel/drivers/ata/sis.h
blob: f7f3eebe666c463ef3909609704a64ff1c59be18 (plain)
1
2
3
4
5
struct ata_port_info;

/* pata_sis.c */
extern const struct ata_port_info sis_info133_for_sata;
> # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. --- - hosts: chroot_image connection: chroot vars: # used to install the tools clone_dir: /tmp/yardstick-clone pre_tasks: - debug: msg="chrooted in {{ inventory_hostname }}" roles: - reset_resolv_conf - add_custom_repos - modify_cloud_config - role: set_package_installer_proxy when: proxy_env is defined and proxy_env - install_image_dependencies - download_unixbench - install_unixbench - download_ramspeed - install_ramspeed - download_cachestat # there is no install for cachestat # - install_cachestat