diff options
| author | thorpej <thorpej@NetBSD.org> | 2003-12-17 21:08:29 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2003-12-17 21:08:29 +0000 |
| commit | 376fccb2a53368e535d2f701fdb58bdc03945fa5 (patch) | |
| tree | 8ee37889d5df83740a91a001544e525776f553a1 /sys/dev | |
| parent | 4c4fa74153a4a787f535e720f96f0f3fe9856abc (diff) | |
Add BA5 space tag/handles for Silicon Image SATALink.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pciidevar.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/pciidevar.h b/sys/dev/pci/pciidevar.h index dee86ca9363..f77067a9789 100644 --- a/sys/dev/pci/pciidevar.h +++ b/sys/dev/pci/pciidevar.h @@ -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 */ |
