Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pcmcia Well, this is esp_pcmcia, not esp_pci.



details:   https://anonhg.NetBSD.org/src/rev/f226371cb33a
branches:  trunk
changeset: 487271:f226371cb33a
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Jun 05 15:36:45 2000 +0000

description:
Well, this is esp_pcmcia, not esp_pci.

diffstat:

 sys/dev/pcmcia/esp_pcmcia.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 946b27901194 -r f226371cb33a sys/dev/pcmcia/esp_pcmcia.c
--- a/sys/dev/pcmcia/esp_pcmcia.c       Mon Jun 05 15:19:42 2000 +0000
+++ b/sys/dev/pcmcia/esp_pcmcia.c       Mon Jun 05 15:36:45 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: esp_pcmcia.c,v 1.7 2000/06/05 15:19:44 tsutsui Exp $   */
+/*     $NetBSD: esp_pcmcia.c,v 1.8 2000/06/05 15:36:45 tsutsui Exp $   */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -85,7 +85,7 @@
 int    esp_pcmcia_detach __P((struct device *, int));
 int    esp_pcmcia_enable __P((void *, int));
 
-static struct scsipi_adapter esp_pci_adapter = {
+static struct scsipi_adapter esp_pcmcia_adapter = {
        0,                      /* adapter refcnt */
        ncr53c9x_scsi_cmd,      /* cmd */
        minphys,                /* minphys */
@@ -209,7 +209,7 @@
         *  Initialize nca board itself.
         */
        esc->sc_flags |= ESP_PCMCIA_ATTACHING;
-       ncr53c9x_attach(sc, &esp_pci_adapter, NULL);
+       ncr53c9x_attach(sc, &esp_pcmcia_adapter, NULL);
        esc->sc_flags &= ~ESP_PCMCIA_ATTACHING;
        esc->sc_flags |= ESP_PCMCIA_ATTACHED;
        return;



Home | Main Index | Thread Index | Old Index