wdcactivate() is gone, don't use it.

This commit is contained in:
dyoung 2009-11-18 22:51:07 +00:00
parent 910612113d
commit d53ef3367c
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kauai.c,v 1.26 2008/07/28 16:54:49 macallan Exp $ */
/* $NetBSD: kauai.c,v 1.27 2009/11/18 22:51:07 dyoung Exp $ */
/*-
* Copyright (c) 2003 Tsubai Masanari. All rights reserved.
@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kauai.c,v 1.26 2008/07/28 16:54:49 macallan Exp $");
__KERNEL_RCSID(0, "$NetBSD: kauai.c,v 1.27 2009/11/18 22:51:07 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -82,7 +82,7 @@ static void kauai_set_modes(struct ata_channel *);
static void calc_timing_kauai(struct kauai_softc *, int);
CFATTACH_DECL_NEW(kauai, sizeof(struct kauai_softc),
kauai_match, kauai_attach, NULL, wdcactivate);
kauai_match, kauai_attach, NULL, NULL);
int
kauai_match(device_t parent, cfdata_t match, void *aux)

View File

@ -1,4 +1,4 @@
/* $NetBSD: wdc_obio.c,v 1.51 2008/04/28 20:23:27 martin Exp $ */
/* $NetBSD: wdc_obio.c,v 1.52 2009/11/18 22:51:07 dyoung Exp $ */
/*-
* Copyright (c) 1998, 2003 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: wdc_obio.c,v 1.51 2008/04/28 20:23:27 martin Exp $");
__KERNEL_RCSID(0, "$NetBSD: wdc_obio.c,v 1.52 2009/11/18 22:51:07 dyoung Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -87,7 +87,7 @@ static void adjust_timing(struct ata_channel *);
static void ata4_adjust_timing(struct ata_channel *);
CFATTACH_DECL_NEW(wdc_obio, sizeof(struct wdc_obio_softc),
wdc_obio_match, wdc_obio_attach, wdc_obio_detach, wdcactivate);
wdc_obio_match, wdc_obio_attach, wdc_obio_detach, NULL);
static const char * const ata_names[] = {
"heathrow-ata",