diff options
| author | jakllsch <jakllsch@NetBSD.org> | 2010-11-05 18:07:23 +0000 |
|---|---|---|
| committer | jakllsch <jakllsch@NetBSD.org> | 2010-11-05 18:07:23 +0000 |
| commit | 5947ac4e8e69d71adfbb0f51616f9db0c2fe8de2 (patch) | |
| tree | e404763aee3ceec613b2fae0324d001d03209d22 /sys/dev/ic | |
| parent | 2ddc760fc7f7a2adde803655f2fc9ed54c93a5bc (diff) | |
Pave the way for detachment of pciide(4)-family ATA controllers.
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/wdcvar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/wdcvar.h b/sys/dev/ic/wdcvar.h index 64d82402cc6..8c0f805b008 100644 --- a/sys/dev/ic/wdcvar.h +++ b/sys/dev/ic/wdcvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: wdcvar.h,v 1.90 2009/12/01 01:06:31 dyoung Exp $ */ +/* $NetBSD: wdcvar.h,v 1.91 2010/11/05 18:07:24 jakllsch Exp $ */ /*- * Copyright (c) 1998, 2003, 2004 The NetBSD Foundation, Inc. @@ -47,9 +47,11 @@ struct wdc_regs { /* Our registers */ bus_space_tag_t cmd_iot; bus_space_handle_t cmd_baseioh; + bus_size_t cmd_ios; bus_space_handle_t cmd_iohs[WDC_NREG+WDC_NSHADOWREG]; bus_space_tag_t ctl_iot; bus_space_handle_t ctl_ioh; + bus_size_t ctl_ios; /* data32{iot,ioh} are only used for 32-bit data xfers */ bus_space_tag_t data32iot; |
