Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/playstation2/dev It's atac_pio_cap, not atac_PIO_ca...
details: https://anonhg.NetBSD.org/src/rev/0b2649b351b2
branches: trunk
changeset: 569582:0b2649b351b2
user: he <he%NetBSD.org@localhost>
date: Wed Aug 25 10:40:15 2004 +0000
description:
It's atac_pio_cap, not atac_PIO_cap. I wonder how I could get this
to compile earlier...
diffstat:
sys/arch/playstation2/dev/wdc_spd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5bf972297983 -r 0b2649b351b2 sys/arch/playstation2/dev/wdc_spd.c
--- a/sys/arch/playstation2/dev/wdc_spd.c Wed Aug 25 09:03:23 2004 +0000
+++ b/sys/arch/playstation2/dev/wdc_spd.c Wed Aug 25 10:40:15 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wdc_spd.c,v 1.17 2004/08/21 10:09:21 he Exp $ */
+/* $NetBSD: wdc_spd.c,v 1.18 2004/08/25 10:40:15 he Exp $ */
/*-
* Copyright (c) 2001, 2003 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wdc_spd.c,v 1.17 2004/08/21 10:09:21 he Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wdc_spd.c,v 1.18 2004/08/25 10:40:15 he Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -211,7 +211,7 @@
wdc->sc_atac.atac_cap =
ATAC_CAP_DMA | ATAC_CAP_UDMA | ATAC_CAP_DATA16;
- wdc->sc_atac.atac_PIO_cap = 0;
+ wdc->sc_atac.atac_pio_cap = 0;
sc->sc_chanlist[0] = &sc->sc_channel;
wdc->sc_atac.atac_channels = sc->sc_chanlist;
wdc->sc_atac.atac_nchannels = 1;
Home |
Main Index |
Thread Index |
Old Index