diff --git a/sys/arch/macppc/dev/kauai.c b/sys/arch/macppc/dev/kauai.c index f4ef1ba57038..b39fa8f5964c 100644 --- a/sys/arch/macppc/dev/kauai.c +++ b/sys/arch/macppc/dev/kauai.c @@ -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 -__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 #include @@ -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) diff --git a/sys/arch/macppc/dev/wdc_obio.c b/sys/arch/macppc/dev/wdc_obio.c index 65b80a6b2938..298ad1fea3f8 100644 --- a/sys/arch/macppc/dev/wdc_obio.c +++ b/sys/arch/macppc/dev/wdc_obio.c @@ -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 -__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 #include @@ -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",