summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1995-02-27 01:08:01 +0000
committercgd <cgd@NetBSD.org>1995-02-27 01:08:01 +0000
commit2c0f263ee76200071a69be936141bf13e7d32d1e (patch)
treec661afba3b9200a0c14366ef091376f0fb255b70 /sys/dev
parent4879d5dc50d01569fca43db949ca8ddcc8c69e27 (diff)
use wdc_softc in wdccd, rather than wd_softc; from chuck cranor. (pr 828)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ata/wd.c4
-rw-r--r--sys/dev/isa/wd.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ata/wd.c b/sys/dev/ata/wd.c
index a428cd928c4..0cb5d6244a2 100644
--- a/sys/dev/ata/wd.c
+++ b/sys/dev/ata/wd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wd.c,v 1.130 1995/01/29 07:37:15 cgd Exp $ */
+/* $NetBSD: wd.c,v 1.131 1995/02/27 01:08:01 cgd Exp $ */
/*
* Copyright (c) 1994, 1995 Charles Hannum. All rights reserved.
@@ -170,7 +170,7 @@ int wdcprobe __P((struct device *, void *, void *));
void wdcattach __P((struct device *, struct device *, void *));
struct cfdriver wdccd = {
- NULL, "wdc", wdcprobe, wdcattach, DV_DULL, sizeof(struct wd_softc)
+ NULL, "wdc", wdcprobe, wdcattach, DV_DULL, sizeof(struct wdc_softc)
};
int wdprobe __P((struct device *, void *, void *));
diff --git a/sys/dev/isa/wd.c b/sys/dev/isa/wd.c
index a428cd928c4..0cb5d6244a2 100644
--- a/sys/dev/isa/wd.c
+++ b/sys/dev/isa/wd.c
@@ -1,4 +1,4 @@
-/* $NetBSD: wd.c,v 1.130 1995/01/29 07:37:15 cgd Exp $ */
+/* $NetBSD: wd.c,v 1.131 1995/02/27 01:08:01 cgd Exp $ */
/*
* Copyright (c) 1994, 1995 Charles Hannum. All rights reserved.
@@ -170,7 +170,7 @@ int wdcprobe __P((struct device *, void *, void *));
void wdcattach __P((struct device *, struct device *, void *));
struct cfdriver wdccd = {
- NULL, "wdc", wdcprobe, wdcattach, DV_DULL, sizeof(struct wd_softc)
+ NULL, "wdc", wdcprobe, wdcattach, DV_DULL, sizeof(struct wdc_softc)
};
int wdprobe __P((struct device *, void *, void *));