diff options
| author | cgd <cgd@NetBSD.org> | 1995-02-27 01:08:01 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1995-02-27 01:08:01 +0000 |
| commit | 2c0f263ee76200071a69be936141bf13e7d32d1e (patch) | |
| tree | c661afba3b9200a0c14366ef091376f0fb255b70 /sys/dev/ata | |
| parent | 4879d5dc50d01569fca43db949ca8ddcc8c69e27 (diff) | |
use wdc_softc in wdccd, rather than wd_softc; from chuck cranor. (pr 828)
Diffstat (limited to 'sys/dev/ata')
| -rw-r--r-- | sys/dev/ata/wd.c | 4 |
1 files changed, 2 insertions, 2 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 *)); |
