Add BA5 space tag/handles for Silicon Image SATALink.

This commit is contained in:
thorpej 2003-12-17 21:08:29 +00:00
parent 4c4fa74153
commit 376fccb2a5

View File

@ -1,4 +1,4 @@
/* $NetBSD: pciidevar.h,v 1.14 2003/11/27 23:02:40 fvdl Exp $ */
/* $NetBSD: pciidevar.h,v 1.15 2003/12/17 21:08:29 thorpej Exp $ */
/*
* Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
@ -93,6 +93,11 @@ struct pciide_softc {
/* for SiS */
u_int8_t sis_type;
/* For Silicon Image SATALink */
bus_space_tag_t sc_ba5_st;
bus_space_handle_t sc_ba5_sh;
int sc_ba5_en;
/* Vendor info (for interpreting Chip description) */
pcireg_t sc_pci_id;
/* Chip description */