2005-05-24 09:25:15 +04:00
|
|
|
/* $NetBSD: cmdide.c,v 1.19 2005/05/24 05:25:15 lukem Exp $ */
|
2003-10-08 15:51:59 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 1999, 2000, 2001 Manuel Bouyer.
|
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
|
|
|
* 3. All advertising materials mentioning features or use of this software
|
|
|
|
* must display the following acknowledgement:
|
|
|
|
* This product includes software developed by Manuel Bouyer.
|
|
|
|
* 4. The name of the author may not be used to endorse or promote products
|
|
|
|
* derived from this software without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
2005-02-27 03:26:58 +03:00
|
|
|
* IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
2003-10-08 15:51:59 +04:00
|
|
|
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
*/
|
|
|
|
|
2005-05-24 09:25:15 +04:00
|
|
|
#include <sys/cdefs.h>
|
|
|
|
__KERNEL_RCSID(0, "$NetBSD: cmdide.c,v 1.19 2005/05/24 05:25:15 lukem Exp $");
|
|
|
|
|
2003-10-08 15:51:59 +04:00
|
|
|
#include <sys/param.h>
|
|
|
|
#include <sys/systm.h>
|
|
|
|
#include <sys/malloc.h>
|
|
|
|
|
|
|
|
#include <dev/pci/pcivar.h>
|
|
|
|
#include <dev/pci/pcidevs.h>
|
|
|
|
#include <dev/pci/pciidereg.h>
|
|
|
|
#include <dev/pci/pciidevar.h>
|
|
|
|
#include <dev/pci/pciide_cmd_reg.h>
|
|
|
|
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static int cmdide_match(struct device *, struct cfdata *, void *);
|
|
|
|
static void cmdide_attach(struct device *, struct device *, void *);
|
2003-10-08 15:51:59 +04:00
|
|
|
|
|
|
|
CFATTACH_DECL(cmdide, sizeof(struct pciide_softc),
|
|
|
|
cmdide_match, cmdide_attach, NULL, NULL);
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static void cmd_chip_map(struct pciide_softc*, struct pci_attach_args*);
|
|
|
|
static void cmd0643_9_chip_map(struct pciide_softc*, struct pci_attach_args*);
|
2004-08-14 19:08:04 +04:00
|
|
|
static void cmd0643_9_setup_channel(struct ata_channel*);
|
2003-10-11 21:40:15 +04:00
|
|
|
static void cmd_channel_map(struct pci_attach_args *, struct pciide_softc *,
|
|
|
|
int);
|
|
|
|
static int cmd_pci_intr(void *);
|
2004-08-14 19:08:04 +04:00
|
|
|
static void cmd646_9_irqack(struct ata_channel *);
|
2003-10-11 21:40:15 +04:00
|
|
|
static void cmd680_chip_map(struct pciide_softc*, struct pci_attach_args*);
|
2004-08-14 19:08:04 +04:00
|
|
|
static void cmd680_setup_channel(struct ata_channel*);
|
2003-10-11 21:40:15 +04:00
|
|
|
static void cmd680_channel_map(struct pci_attach_args *, struct pciide_softc *,
|
|
|
|
int);
|
|
|
|
|
|
|
|
static const struct pciide_product_desc pciide_cmd_products[] = {
|
2003-10-08 15:51:59 +04:00
|
|
|
{ PCI_PRODUCT_CMDTECH_640,
|
|
|
|
0,
|
|
|
|
"CMD Technology PCI0640",
|
|
|
|
cmd_chip_map
|
|
|
|
},
|
|
|
|
{ PCI_PRODUCT_CMDTECH_643,
|
|
|
|
0,
|
|
|
|
"CMD Technology PCI0643",
|
|
|
|
cmd0643_9_chip_map,
|
|
|
|
},
|
|
|
|
{ PCI_PRODUCT_CMDTECH_646,
|
|
|
|
0,
|
|
|
|
"CMD Technology PCI0646",
|
|
|
|
cmd0643_9_chip_map,
|
|
|
|
},
|
|
|
|
{ PCI_PRODUCT_CMDTECH_648,
|
2003-10-24 04:24:15 +04:00
|
|
|
0,
|
2003-10-08 15:51:59 +04:00
|
|
|
"CMD Technology PCI0648",
|
|
|
|
cmd0643_9_chip_map,
|
|
|
|
},
|
|
|
|
{ PCI_PRODUCT_CMDTECH_649,
|
2003-10-24 04:24:15 +04:00
|
|
|
0,
|
2003-10-08 15:51:59 +04:00
|
|
|
"CMD Technology PCI0649",
|
|
|
|
cmd0643_9_chip_map,
|
|
|
|
},
|
|
|
|
{ PCI_PRODUCT_CMDTECH_680,
|
2003-10-24 04:24:15 +04:00
|
|
|
0,
|
2003-10-08 15:51:59 +04:00
|
|
|
"Silicon Image 0680",
|
|
|
|
cmd680_chip_map,
|
|
|
|
},
|
|
|
|
{ 0,
|
|
|
|
0,
|
|
|
|
NULL,
|
|
|
|
NULL
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static int
|
|
|
|
cmdide_match(struct device *parent, struct cfdata *match, void *aux)
|
2003-10-08 15:51:59 +04:00
|
|
|
{
|
|
|
|
struct pci_attach_args *pa = aux;
|
|
|
|
|
|
|
|
if (PCI_VENDOR(pa->pa_id) == PCI_VENDOR_CMDTECH) {
|
|
|
|
if (pciide_lookup_product(pa->pa_id, pciide_cmd_products))
|
|
|
|
return (2);
|
|
|
|
}
|
|
|
|
return (0);
|
|
|
|
}
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static void
|
|
|
|
cmdide_attach(struct device *parent, struct device *self, void *aux)
|
2003-10-08 15:51:59 +04:00
|
|
|
{
|
|
|
|
struct pci_attach_args *pa = aux;
|
|
|
|
struct pciide_softc *sc = (struct pciide_softc *)self;
|
|
|
|
|
|
|
|
pciide_common_attach(sc, pa,
|
|
|
|
pciide_lookup_product(pa->pa_id, pciide_cmd_products));
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static void
|
|
|
|
cmd_channel_map(struct pci_attach_args *pa, struct pciide_softc *sc,
|
|
|
|
int channel)
|
2003-10-08 15:51:59 +04:00
|
|
|
{
|
|
|
|
struct pciide_channel *cp = &sc->pciide_channels[channel];
|
|
|
|
bus_size_t cmdsize, ctlsize;
|
|
|
|
u_int8_t ctrl = pciide_pci_read(sc->sc_pc, sc->sc_tag, CMD_CTRL);
|
|
|
|
int interface, one_channel;
|
|
|
|
|
2005-02-27 03:26:58 +03:00
|
|
|
/*
|
2003-10-08 15:51:59 +04:00
|
|
|
* The 0648/0649 can be told to identify as a RAID controller.
|
|
|
|
* In this case, we have to fake interface
|
|
|
|
*/
|
|
|
|
if (PCI_SUBCLASS(pa->pa_class) != PCI_SUBCLASS_MASS_STORAGE_IDE) {
|
|
|
|
interface = PCIIDE_INTERFACE_SETTABLE(0) |
|
|
|
|
PCIIDE_INTERFACE_SETTABLE(1);
|
|
|
|
if (pciide_pci_read(pa->pa_pc, pa->pa_tag, CMD_CONF) &
|
|
|
|
CMD_CONF_DSA1)
|
|
|
|
interface |= PCIIDE_INTERFACE_PCI(0) |
|
|
|
|
PCIIDE_INTERFACE_PCI(1);
|
|
|
|
} else {
|
|
|
|
interface = PCI_INTERFACE(pa->pa_class);
|
|
|
|
}
|
|
|
|
|
2004-08-14 19:08:04 +04:00
|
|
|
sc->wdc_chanarray[channel] = &cp->ata_channel;
|
2003-10-08 15:51:59 +04:00
|
|
|
cp->name = PCIIDE_CHANNEL_NAME(channel);
|
2004-08-14 19:08:04 +04:00
|
|
|
cp->ata_channel.ch_channel = channel;
|
2004-08-20 10:39:37 +04:00
|
|
|
cp->ata_channel.ch_atac = &sc->sc_wdcdev.sc_atac;
|
2003-10-08 15:51:59 +04:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Older CMD64X doesn't have independant channels
|
|
|
|
*/
|
|
|
|
switch (sc->sc_pp->ide_product) {
|
|
|
|
case PCI_PRODUCT_CMDTECH_649:
|
|
|
|
one_channel = 0;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
one_channel = 1;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (channel > 0 && one_channel) {
|
2004-08-14 19:08:04 +04:00
|
|
|
cp->ata_channel.ch_queue =
|
|
|
|
sc->pciide_channels[0].ata_channel.ch_queue;
|
2003-10-08 15:51:59 +04:00
|
|
|
} else {
|
2004-08-14 19:08:04 +04:00
|
|
|
cp->ata_channel.ch_queue =
|
2004-01-01 20:18:53 +03:00
|
|
|
malloc(sizeof(struct ata_queue), M_DEVBUF, M_NOWAIT);
|
2003-10-08 15:51:59 +04:00
|
|
|
}
|
2004-08-14 19:08:04 +04:00
|
|
|
if (cp->ata_channel.ch_queue == NULL) {
|
2003-10-08 15:51:59 +04:00
|
|
|
aprint_error("%s %s channel: "
|
|
|
|
"can't allocate memory for command queue",
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_dev.dv_xname, cp->name);
|
2003-10-08 15:51:59 +04:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
aprint_normal("%s: %s channel %s to %s mode\n",
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_dev.dv_xname, cp->name,
|
2003-10-08 15:51:59 +04:00
|
|
|
(interface & PCIIDE_INTERFACE_SETTABLE(channel)) ?
|
|
|
|
"configured" : "wired",
|
|
|
|
(interface & PCIIDE_INTERFACE_PCI(channel)) ?
|
|
|
|
"native-PCI" : "compatibility");
|
|
|
|
|
|
|
|
/*
|
|
|
|
* with a CMD PCI64x, if we get here, the first channel is enabled:
|
|
|
|
* there's no way to disable the first channel without disabling
|
|
|
|
* the whole device
|
|
|
|
*/
|
|
|
|
if (channel != 0 && (ctrl & CMD_CTRL_2PORT) == 0) {
|
|
|
|
aprint_normal("%s: %s channel ignored (disabled)\n",
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_dev.dv_xname, cp->name);
|
2004-08-14 19:08:04 +04:00
|
|
|
cp->ata_channel.ch_flags |= ATACH_DISABLED;
|
2003-10-08 15:51:59 +04:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
pciide_mapchan(pa, cp, interface, &cmdsize, &ctlsize, cmd_pci_intr);
|
|
|
|
}
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static int
|
|
|
|
cmd_pci_intr(void *arg)
|
2003-10-08 15:51:59 +04:00
|
|
|
{
|
|
|
|
struct pciide_softc *sc = arg;
|
|
|
|
struct pciide_channel *cp;
|
2004-08-14 19:08:04 +04:00
|
|
|
struct ata_channel *wdc_cp;
|
2005-02-27 03:26:58 +03:00
|
|
|
int i, rv, crv;
|
2003-10-08 15:51:59 +04:00
|
|
|
u_int32_t priirq, secirq;
|
|
|
|
|
|
|
|
rv = 0;
|
|
|
|
priirq = pciide_pci_read(sc->sc_pc, sc->sc_tag, CMD_CONF);
|
|
|
|
secirq = pciide_pci_read(sc->sc_pc, sc->sc_tag, CMD_ARTTIM23);
|
2004-08-20 10:39:37 +04:00
|
|
|
for (i = 0; i < sc->sc_wdcdev.sc_atac.atac_nchannels; i++) {
|
2003-10-08 15:51:59 +04:00
|
|
|
cp = &sc->pciide_channels[i];
|
2004-08-14 19:08:04 +04:00
|
|
|
wdc_cp = &cp->ata_channel;
|
2003-10-08 15:51:59 +04:00
|
|
|
/* If a compat channel skip. */
|
|
|
|
if (cp->compat)
|
|
|
|
continue;
|
|
|
|
if ((i == 0 && (priirq & CMD_CONF_DRV0_INTR)) ||
|
|
|
|
(i == 1 && (secirq & CMD_ARTTIM23_IRQ))) {
|
|
|
|
crv = wdcintr(wdc_cp);
|
2004-08-02 23:08:16 +04:00
|
|
|
if (crv == 0) {
|
2003-10-08 15:51:59 +04:00
|
|
|
printf("%s:%d: bogus intr\n",
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_dev.dv_xname, i);
|
2004-08-02 23:08:16 +04:00
|
|
|
sc->sc_wdcdev.irqack(wdc_cp);
|
|
|
|
} else
|
2003-10-08 15:51:59 +04:00
|
|
|
rv = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return rv;
|
|
|
|
}
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static void
|
|
|
|
cmd_chip_map(struct pciide_softc *sc, struct pci_attach_args *pa)
|
2003-10-08 15:51:59 +04:00
|
|
|
{
|
|
|
|
int channel;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* For a CMD PCI064x, the use of PCI_COMMAND_IO_ENABLE
|
2003-11-10 11:51:51 +03:00
|
|
|
* and base addresses registers can be disabled at
|
2003-10-08 15:51:59 +04:00
|
|
|
* hardware level. In this case, the device is wired
|
|
|
|
* in compat mode and its first channel is always enabled,
|
|
|
|
* but we can't rely on PCI_COMMAND_IO_ENABLE.
|
|
|
|
* In fact, it seems that the first channel of the CMD PCI0640
|
|
|
|
* can't be disabled.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef PCIIDE_CMD064x_DISABLE
|
|
|
|
if (pciide_chipen(sc, pa) == 0)
|
|
|
|
return;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
aprint_normal("%s: hardware does not support DMA\n",
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_dev.dv_xname);
|
2003-10-08 15:51:59 +04:00
|
|
|
sc->sc_dma_ok = 0;
|
|
|
|
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_channels = sc->wdc_chanarray;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_nchannels = PCIIDE_NUM_CHANNELS;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_cap = ATAC_CAP_DATA16;
|
2003-10-08 15:51:59 +04:00
|
|
|
|
2004-08-14 19:08:04 +04:00
|
|
|
wdc_allocate_regs(&sc->sc_wdcdev);
|
|
|
|
|
2004-08-20 10:39:37 +04:00
|
|
|
for (channel = 0; channel < sc->sc_wdcdev.sc_atac.atac_nchannels;
|
|
|
|
channel++) {
|
2003-10-08 15:51:59 +04:00
|
|
|
cmd_channel_map(pa, sc, channel);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static void
|
|
|
|
cmd0643_9_chip_map(struct pciide_softc *sc, struct pci_attach_args *pa)
|
2005-02-27 03:26:58 +03:00
|
|
|
{
|
2003-10-08 15:51:59 +04:00
|
|
|
int channel;
|
|
|
|
pcireg_t rev = PCI_REVISION(pa->pa_class);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* For a CMD PCI064x, the use of PCI_COMMAND_IO_ENABLE
|
2003-11-10 11:51:51 +03:00
|
|
|
* and base addresses registers can be disabled at
|
2003-10-08 15:51:59 +04:00
|
|
|
* hardware level. In this case, the device is wired
|
|
|
|
* in compat mode and its first channel is always enabled,
|
|
|
|
* but we can't rely on PCI_COMMAND_IO_ENABLE.
|
|
|
|
* In fact, it seems that the first channel of the CMD PCI0640
|
|
|
|
* can't be disabled.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifdef PCIIDE_CMD064x_DISABLE
|
|
|
|
if (pciide_chipen(sc, pa) == 0)
|
|
|
|
return;
|
|
|
|
#endif
|
|
|
|
|
|
|
|
aprint_normal("%s: bus-master DMA support present",
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_dev.dv_xname);
|
2003-10-08 15:51:59 +04:00
|
|
|
pciide_mapreg_dma(sc, pa);
|
|
|
|
aprint_normal("\n");
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_cap = ATAC_CAP_DATA16 | ATAC_CAP_DATA32;
|
2003-10-08 15:51:59 +04:00
|
|
|
if (sc->sc_dma_ok) {
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_cap |= ATAC_CAP_DMA;
|
2003-10-08 15:51:59 +04:00
|
|
|
switch (sc->sc_pp->ide_product) {
|
|
|
|
case PCI_PRODUCT_CMDTECH_649:
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_cap |= ATAC_CAP_UDMA;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_udma_cap = 5;
|
2003-10-08 15:51:59 +04:00
|
|
|
sc->sc_wdcdev.irqack = cmd646_9_irqack;
|
|
|
|
break;
|
|
|
|
case PCI_PRODUCT_CMDTECH_648:
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_cap |= ATAC_CAP_UDMA;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_udma_cap = 4;
|
2003-10-08 15:51:59 +04:00
|
|
|
sc->sc_wdcdev.irqack = cmd646_9_irqack;
|
|
|
|
break;
|
|
|
|
case PCI_PRODUCT_CMDTECH_646:
|
|
|
|
if (rev >= CMD0646U2_REV) {
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_cap |= ATAC_CAP_UDMA;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_udma_cap = 2;
|
2003-10-08 15:51:59 +04:00
|
|
|
} else if (rev >= CMD0646U_REV) {
|
|
|
|
/*
|
|
|
|
* Linux's driver claims that the 646U is broken
|
|
|
|
* with UDMA. Only enable it if we know what we're
|
|
|
|
* doing
|
|
|
|
*/
|
|
|
|
#ifdef PCIIDE_CMD0646U_ENABLEUDMA
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_cap |= ATAC_CAP_UDMA;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_udma_cap = 2;
|
2003-10-08 15:51:59 +04:00
|
|
|
#endif
|
|
|
|
/* explicitly disable UDMA */
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag,
|
|
|
|
CMD_UDMATIM(0), 0);
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag,
|
|
|
|
CMD_UDMATIM(1), 0);
|
|
|
|
}
|
|
|
|
sc->sc_wdcdev.irqack = cmd646_9_irqack;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
sc->sc_wdcdev.irqack = pciide_irqack;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_channels = sc->wdc_chanarray;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_nchannels = PCIIDE_NUM_CHANNELS;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_pio_cap = 4;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_dma_cap = 2;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_set_modes = cmd0643_9_setup_channel;
|
2003-10-08 15:51:59 +04:00
|
|
|
|
2004-08-13 08:10:49 +04:00
|
|
|
ATADEBUG_PRINT(("cmd0643_9_chip_map: old timings reg 0x%x 0x%x\n",
|
2003-10-08 15:51:59 +04:00
|
|
|
pci_conf_read(sc->sc_pc, sc->sc_tag, 0x54),
|
|
|
|
pci_conf_read(sc->sc_pc, sc->sc_tag, 0x58)),
|
|
|
|
DEBUG_PROBE);
|
|
|
|
|
2004-08-14 19:08:04 +04:00
|
|
|
wdc_allocate_regs(&sc->sc_wdcdev);
|
|
|
|
|
2004-08-20 10:39:37 +04:00
|
|
|
for (channel = 0; channel < sc->sc_wdcdev.sc_atac.atac_nchannels;
|
|
|
|
channel++)
|
2003-10-08 15:51:59 +04:00
|
|
|
cmd_channel_map(pa, sc, channel);
|
2003-10-30 04:58:17 +03:00
|
|
|
|
2003-10-08 15:51:59 +04:00
|
|
|
/*
|
|
|
|
* note - this also makes sure we clear the irq disable and reset
|
|
|
|
* bits
|
|
|
|
*/
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag, CMD_DMA_MODE, CMD_DMA_MULTIPLE);
|
2004-08-13 08:10:49 +04:00
|
|
|
ATADEBUG_PRINT(("cmd0643_9_chip_map: timings reg now 0x%x 0x%x\n",
|
2003-10-08 15:51:59 +04:00
|
|
|
pci_conf_read(sc->sc_pc, sc->sc_tag, 0x54),
|
|
|
|
pci_conf_read(sc->sc_pc, sc->sc_tag, 0x58)),
|
|
|
|
DEBUG_PROBE);
|
|
|
|
}
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static void
|
2004-08-14 19:08:04 +04:00
|
|
|
cmd0643_9_setup_channel(struct ata_channel *chp)
|
2003-10-08 15:51:59 +04:00
|
|
|
{
|
|
|
|
struct ata_drive_datas *drvp;
|
|
|
|
u_int8_t tim;
|
|
|
|
u_int32_t idedma_ctl, udma_reg;
|
2004-08-21 04:28:34 +04:00
|
|
|
int drive, s;
|
2004-08-20 03:25:35 +04:00
|
|
|
struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
|
|
|
|
struct pciide_softc *sc = CHAN_TO_PCIIDE(chp);
|
2003-10-08 15:51:59 +04:00
|
|
|
|
|
|
|
idedma_ctl = 0;
|
|
|
|
/* setup DMA if needed */
|
|
|
|
pciide_channel_dma_setup(cp);
|
|
|
|
|
|
|
|
for (drive = 0; drive < 2; drive++) {
|
|
|
|
drvp = &chp->ch_drive[drive];
|
|
|
|
/* If no drive, skip */
|
|
|
|
if ((drvp->drive_flags & DRIVE) == 0)
|
|
|
|
continue;
|
|
|
|
/* add timing values, setup DMA if needed */
|
|
|
|
tim = cmd0643_9_data_tim_pio[drvp->PIO_mode];
|
|
|
|
if (drvp->drive_flags & (DRIVE_DMA | DRIVE_UDMA)) {
|
|
|
|
if (drvp->drive_flags & DRIVE_UDMA) {
|
|
|
|
/* UltraDMA on a 646U2, 0648 or 0649 */
|
2004-08-21 04:28:34 +04:00
|
|
|
s = splbio();
|
2003-10-08 15:51:59 +04:00
|
|
|
drvp->drive_flags &= ~DRIVE_DMA;
|
2004-08-21 04:28:34 +04:00
|
|
|
splx(s);
|
2003-10-08 15:51:59 +04:00
|
|
|
udma_reg = pciide_pci_read(sc->sc_pc,
|
2004-01-04 01:56:52 +03:00
|
|
|
sc->sc_tag, CMD_UDMATIM(chp->ch_channel));
|
2003-10-08 15:51:59 +04:00
|
|
|
if (drvp->UDMA_mode > 2 &&
|
|
|
|
(pciide_pci_read(sc->sc_pc, sc->sc_tag,
|
|
|
|
CMD_BICSR) &
|
2004-01-04 01:56:52 +03:00
|
|
|
CMD_BICSR_80(chp->ch_channel)) == 0)
|
2003-10-08 15:51:59 +04:00
|
|
|
drvp->UDMA_mode = 2;
|
|
|
|
if (drvp->UDMA_mode > 2)
|
|
|
|
udma_reg &= ~CMD_UDMATIM_UDMA33(drive);
|
2005-02-27 03:26:58 +03:00
|
|
|
else if (sc->sc_wdcdev.sc_atac.atac_udma_cap > 2)
|
2003-10-08 15:51:59 +04:00
|
|
|
udma_reg |= CMD_UDMATIM_UDMA33(drive);
|
|
|
|
udma_reg |= CMD_UDMATIM_UDMA(drive);
|
|
|
|
udma_reg &= ~(CMD_UDMATIM_TIM_MASK <<
|
|
|
|
CMD_UDMATIM_TIM_OFF(drive));
|
|
|
|
udma_reg |=
|
|
|
|
(cmd0646_9_tim_udma[drvp->UDMA_mode] <<
|
|
|
|
CMD_UDMATIM_TIM_OFF(drive));
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag,
|
2004-01-04 01:56:52 +03:00
|
|
|
CMD_UDMATIM(chp->ch_channel), udma_reg);
|
2003-10-08 15:51:59 +04:00
|
|
|
} else {
|
|
|
|
/*
|
|
|
|
* use Multiword DMA.
|
|
|
|
* Timings will be used for both PIO and DMA,
|
|
|
|
* so adjust DMA mode if needed
|
|
|
|
* if we have a 0646U2/8/9, turn off UDMA
|
|
|
|
*/
|
2004-08-20 10:39:37 +04:00
|
|
|
if (sc->sc_wdcdev.sc_atac.atac_cap & ATAC_CAP_UDMA) {
|
2003-10-08 15:51:59 +04:00
|
|
|
udma_reg = pciide_pci_read(sc->sc_pc,
|
|
|
|
sc->sc_tag,
|
2004-01-04 01:56:52 +03:00
|
|
|
CMD_UDMATIM(chp->ch_channel));
|
2003-10-08 15:51:59 +04:00
|
|
|
udma_reg &= ~CMD_UDMATIM_UDMA(drive);
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag,
|
2004-01-04 01:56:52 +03:00
|
|
|
CMD_UDMATIM(chp->ch_channel),
|
2003-10-08 15:51:59 +04:00
|
|
|
udma_reg);
|
|
|
|
}
|
|
|
|
if (drvp->PIO_mode >= 3 &&
|
|
|
|
(drvp->DMA_mode + 2) > drvp->PIO_mode) {
|
|
|
|
drvp->DMA_mode = drvp->PIO_mode - 2;
|
|
|
|
}
|
|
|
|
tim = cmd0643_9_data_tim_dma[drvp->DMA_mode];
|
|
|
|
}
|
|
|
|
idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive);
|
|
|
|
}
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag,
|
2004-01-04 01:56:52 +03:00
|
|
|
CMD_DATA_TIM(chp->ch_channel, drive), tim);
|
2003-10-08 15:51:59 +04:00
|
|
|
}
|
|
|
|
if (idedma_ctl != 0) {
|
|
|
|
/* Add software bits in status register */
|
There are some cards that map the ATA control and IDE DMA registers
in a different fashion. Individually, they have the same functionality,
but their layout is different. An example of such a chipset is
the Promise 203xx.
To be able to deal with this, transform the cmd and dma bus_space handles
into an array of handles, each seperately created with bus_space_subregion.
The code generated by using the extra indirection shouldn't change much,
since the extra indirection is negated by having the offset calculation
already done in bus_space_subregion. E.g.
bus_space_write_4(tag, handle, offset, value)
becomes
bus_space_write_4(tag, handles[offset], 0, value)
Reviewed by Manuel Bouyer. Tested on wdc_isa, wdc_pcmcia, viaide, piixide (i386)
and on cmdide (sparc64).
2003-11-28 02:02:40 +03:00
|
|
|
bus_space_write_1(sc->sc_dma_iot, cp->dma_iohs[IDEDMA_CTL], 0,
|
2003-10-08 15:51:59 +04:00
|
|
|
idedma_ctl);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static void
|
2004-08-14 19:08:04 +04:00
|
|
|
cmd646_9_irqack(struct ata_channel *chp)
|
2003-10-08 15:51:59 +04:00
|
|
|
{
|
|
|
|
u_int32_t priirq, secirq;
|
2004-08-20 03:25:35 +04:00
|
|
|
struct pciide_softc *sc = CHAN_TO_PCIIDE(chp);
|
2003-10-08 15:51:59 +04:00
|
|
|
|
2004-01-04 01:56:52 +03:00
|
|
|
if (chp->ch_channel == 0) {
|
2003-10-08 15:51:59 +04:00
|
|
|
priirq = pciide_pci_read(sc->sc_pc, sc->sc_tag, CMD_CONF);
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag, CMD_CONF, priirq);
|
|
|
|
} else {
|
|
|
|
secirq = pciide_pci_read(sc->sc_pc, sc->sc_tag, CMD_ARTTIM23);
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag, CMD_ARTTIM23, secirq);
|
|
|
|
}
|
|
|
|
pciide_irqack(chp);
|
|
|
|
}
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static void
|
|
|
|
cmd680_chip_map(struct pciide_softc *sc, struct pci_attach_args *pa)
|
2005-02-27 03:26:58 +03:00
|
|
|
{
|
2003-10-08 15:51:59 +04:00
|
|
|
int channel;
|
|
|
|
|
|
|
|
if (pciide_chipen(sc, pa) == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
aprint_normal("%s: bus-master DMA support present",
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_dev.dv_xname);
|
2003-10-08 15:51:59 +04:00
|
|
|
pciide_mapreg_dma(sc, pa);
|
|
|
|
aprint_normal("\n");
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_cap = ATAC_CAP_DATA16 | ATAC_CAP_DATA32;
|
2003-10-08 15:51:59 +04:00
|
|
|
if (sc->sc_dma_ok) {
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_cap |= ATAC_CAP_DMA;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_cap |= ATAC_CAP_UDMA;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_udma_cap = 6;
|
2003-10-08 15:51:59 +04:00
|
|
|
sc->sc_wdcdev.irqack = pciide_irqack;
|
|
|
|
}
|
|
|
|
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_channels = sc->wdc_chanarray;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_nchannels = PCIIDE_NUM_CHANNELS;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_pio_cap = 4;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_dma_cap = 2;
|
|
|
|
sc->sc_wdcdev.sc_atac.atac_set_modes = cmd680_setup_channel;
|
2003-10-08 15:51:59 +04:00
|
|
|
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag, 0x80, 0x00);
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag, 0x84, 0x00);
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag, 0x8a,
|
|
|
|
pciide_pci_read(sc->sc_pc, sc->sc_tag, 0x8a) | 0x01);
|
2004-08-14 19:08:04 +04:00
|
|
|
|
|
|
|
wdc_allocate_regs(&sc->sc_wdcdev);
|
|
|
|
|
2004-08-20 10:39:37 +04:00
|
|
|
for (channel = 0; channel < sc->sc_wdcdev.sc_atac.atac_nchannels;
|
|
|
|
channel++)
|
2003-10-08 15:51:59 +04:00
|
|
|
cmd680_channel_map(pa, sc, channel);
|
|
|
|
}
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static void
|
|
|
|
cmd680_channel_map(struct pci_attach_args *pa, struct pciide_softc *sc,
|
|
|
|
int channel)
|
2003-10-08 15:51:59 +04:00
|
|
|
{
|
|
|
|
struct pciide_channel *cp = &sc->pciide_channels[channel];
|
|
|
|
bus_size_t cmdsize, ctlsize;
|
|
|
|
int interface, i, reg;
|
|
|
|
static const u_int8_t init_val[] =
|
|
|
|
{ 0x8a, 0x32, 0x8a, 0x32, 0x8a, 0x32,
|
|
|
|
0x92, 0x43, 0x92, 0x43, 0x09, 0x40, 0x09, 0x40 };
|
|
|
|
|
|
|
|
if (PCI_SUBCLASS(pa->pa_class) != PCI_SUBCLASS_MASS_STORAGE_IDE) {
|
|
|
|
interface = PCIIDE_INTERFACE_SETTABLE(0) |
|
|
|
|
PCIIDE_INTERFACE_SETTABLE(1);
|
|
|
|
interface |= PCIIDE_INTERFACE_PCI(0) |
|
|
|
|
PCIIDE_INTERFACE_PCI(1);
|
|
|
|
} else {
|
|
|
|
interface = PCI_INTERFACE(pa->pa_class);
|
|
|
|
}
|
|
|
|
|
2004-08-14 19:08:04 +04:00
|
|
|
sc->wdc_chanarray[channel] = &cp->ata_channel;
|
2003-10-08 15:51:59 +04:00
|
|
|
cp->name = PCIIDE_CHANNEL_NAME(channel);
|
2004-08-14 19:08:04 +04:00
|
|
|
cp->ata_channel.ch_channel = channel;
|
2004-08-20 10:39:37 +04:00
|
|
|
cp->ata_channel.ch_atac = &sc->sc_wdcdev.sc_atac;
|
2003-10-08 15:51:59 +04:00
|
|
|
|
2004-08-14 19:08:04 +04:00
|
|
|
cp->ata_channel.ch_queue =
|
2004-01-01 20:18:53 +03:00
|
|
|
malloc(sizeof(struct ata_queue), M_DEVBUF, M_NOWAIT);
|
2004-08-14 19:08:04 +04:00
|
|
|
if (cp->ata_channel.ch_queue == NULL) {
|
2003-10-08 15:51:59 +04:00
|
|
|
aprint_error("%s %s channel: "
|
|
|
|
"can't allocate memory for command queue",
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_dev.dv_xname, cp->name);
|
2003-10-08 15:51:59 +04:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* XXX */
|
|
|
|
reg = 0xa2 + channel * 16;
|
|
|
|
for (i = 0; i < sizeof(init_val); i++)
|
|
|
|
pciide_pci_write(sc->sc_pc, sc->sc_tag, reg + i, init_val[i]);
|
|
|
|
|
|
|
|
aprint_normal("%s: %s channel %s to %s mode\n",
|
2004-08-20 10:39:37 +04:00
|
|
|
sc->sc_wdcdev.sc_atac.atac_dev.dv_xname, cp->name,
|
2003-10-08 15:51:59 +04:00
|
|
|
(interface & PCIIDE_INTERFACE_SETTABLE(channel)) ?
|
|
|
|
"configured" : "wired",
|
|
|
|
(interface & PCIIDE_INTERFACE_PCI(channel)) ?
|
|
|
|
"native-PCI" : "compatibility");
|
|
|
|
|
|
|
|
pciide_mapchan(pa, cp, interface, &cmdsize, &ctlsize, pciide_pci_intr);
|
|
|
|
}
|
|
|
|
|
2003-10-11 21:40:15 +04:00
|
|
|
static void
|
2004-08-14 19:08:04 +04:00
|
|
|
cmd680_setup_channel(struct ata_channel *chp)
|
2003-10-08 15:51:59 +04:00
|
|
|
{
|
|
|
|
struct ata_drive_datas *drvp;
|
|
|
|
u_int8_t mode, off, scsc;
|
|
|
|
u_int16_t val;
|
|
|
|
u_int32_t idedma_ctl;
|
2004-08-21 04:28:34 +04:00
|
|
|
int drive, s;
|
2004-08-20 03:25:35 +04:00
|
|
|
struct pciide_channel *cp = CHAN_TO_PCHAN(chp);
|
|
|
|
struct pciide_softc *sc = CHAN_TO_PCIIDE(chp);
|
2003-10-08 15:51:59 +04:00
|
|
|
pci_chipset_tag_t pc = sc->sc_pc;
|
|
|
|
pcitag_t pa = sc->sc_tag;
|
|
|
|
static const u_int8_t udma2_tbl[] =
|
|
|
|
{ 0x0f, 0x0b, 0x07, 0x06, 0x03, 0x02, 0x01 };
|
|
|
|
static const u_int8_t udma_tbl[] =
|
|
|
|
{ 0x0c, 0x07, 0x05, 0x04, 0x02, 0x01, 0x00 };
|
|
|
|
static const u_int16_t dma_tbl[] =
|
|
|
|
{ 0x2208, 0x10c2, 0x10c1 };
|
|
|
|
static const u_int16_t pio_tbl[] =
|
|
|
|
{ 0x328a, 0x2283, 0x1104, 0x10c3, 0x10c1 };
|
|
|
|
|
|
|
|
idedma_ctl = 0;
|
|
|
|
pciide_channel_dma_setup(cp);
|
2004-01-04 01:56:52 +03:00
|
|
|
mode = pciide_pci_read(pc, pa, 0x80 + chp->ch_channel * 4);
|
2003-10-08 15:51:59 +04:00
|
|
|
|
|
|
|
for (drive = 0; drive < 2; drive++) {
|
|
|
|
drvp = &chp->ch_drive[drive];
|
|
|
|
/* If no drive, skip */
|
|
|
|
if ((drvp->drive_flags & DRIVE) == 0)
|
|
|
|
continue;
|
|
|
|
mode &= ~(0x03 << (drive * 4));
|
|
|
|
if (drvp->drive_flags & DRIVE_UDMA) {
|
2004-08-21 04:28:34 +04:00
|
|
|
s = splbio();
|
2003-10-08 15:51:59 +04:00
|
|
|
drvp->drive_flags &= ~DRIVE_DMA;
|
2004-08-21 04:28:34 +04:00
|
|
|
splx(s);
|
2004-01-04 01:56:52 +03:00
|
|
|
off = 0xa0 + chp->ch_channel * 16;
|
2003-10-08 15:51:59 +04:00
|
|
|
if (drvp->UDMA_mode > 2 &&
|
|
|
|
(pciide_pci_read(pc, pa, off) & 0x01) == 0)
|
|
|
|
drvp->UDMA_mode = 2;
|
|
|
|
scsc = pciide_pci_read(pc, pa, 0x8a);
|
|
|
|
if (drvp->UDMA_mode == 6 && (scsc & 0x30) == 0) {
|
|
|
|
pciide_pci_write(pc, pa, 0x8a, scsc | 0x01);
|
|
|
|
scsc = pciide_pci_read(pc, pa, 0x8a);
|
|
|
|
if ((scsc & 0x30) == 0)
|
|
|
|
drvp->UDMA_mode = 5;
|
|
|
|
}
|
|
|
|
mode |= 0x03 << (drive * 4);
|
2004-01-04 01:56:52 +03:00
|
|
|
off = 0xac + chp->ch_channel * 16 + drive * 2;
|
2003-10-08 15:51:59 +04:00
|
|
|
val = pciide_pci_read(pc, pa, off) & ~0x3f;
|
|
|
|
if (scsc & 0x30)
|
|
|
|
val |= udma2_tbl[drvp->UDMA_mode];
|
|
|
|
else
|
|
|
|
val |= udma_tbl[drvp->UDMA_mode];
|
|
|
|
pciide_pci_write(pc, pa, off, val);
|
|
|
|
idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive);
|
|
|
|
} else if (drvp->drive_flags & DRIVE_DMA) {
|
|
|
|
mode |= 0x02 << (drive * 4);
|
2004-01-04 01:56:52 +03:00
|
|
|
off = 0xa8 + chp->ch_channel * 16 + drive * 2;
|
2003-10-08 15:51:59 +04:00
|
|
|
val = dma_tbl[drvp->DMA_mode];
|
|
|
|
pciide_pci_write(pc, pa, off, val & 0xff);
|
|
|
|
pciide_pci_write(pc, pa, off, val >> 8);
|
|
|
|
idedma_ctl |= IDEDMA_CTL_DRV_DMA(drive);
|
|
|
|
} else {
|
|
|
|
mode |= 0x01 << (drive * 4);
|
2004-01-04 01:56:52 +03:00
|
|
|
off = 0xa4 + chp->ch_channel * 16 + drive * 2;
|
2003-10-08 15:51:59 +04:00
|
|
|
val = pio_tbl[drvp->PIO_mode];
|
|
|
|
pciide_pci_write(pc, pa, off, val & 0xff);
|
|
|
|
pciide_pci_write(pc, pa, off, val >> 8);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2004-01-04 01:56:52 +03:00
|
|
|
pciide_pci_write(pc, pa, 0x80 + chp->ch_channel * 4, mode);
|
2003-10-08 15:51:59 +04:00
|
|
|
if (idedma_ctl != 0) {
|
|
|
|
/* Add software bits in status register */
|
There are some cards that map the ATA control and IDE DMA registers
in a different fashion. Individually, they have the same functionality,
but their layout is different. An example of such a chipset is
the Promise 203xx.
To be able to deal with this, transform the cmd and dma bus_space handles
into an array of handles, each seperately created with bus_space_subregion.
The code generated by using the extra indirection shouldn't change much,
since the extra indirection is negated by having the offset calculation
already done in bus_space_subregion. E.g.
bus_space_write_4(tag, handle, offset, value)
becomes
bus_space_write_4(tag, handles[offset], 0, value)
Reviewed by Manuel Bouyer. Tested on wdc_isa, wdc_pcmcia, viaide, piixide (i386)
and on cmdide (sparc64).
2003-11-28 02:02:40 +03:00
|
|
|
bus_space_write_1(sc->sc_dma_iot, cp->dma_iohs[IDEDMA_CTL], 0,
|
2003-10-08 15:51:59 +04:00
|
|
|
idedma_ctl);
|
|
|
|
}
|
|
|
|
}
|