Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/emips/ebus fix pasto
details: https://anonhg.NetBSD.org/src/rev/ad059fc53581
branches: trunk
changeset: 787137:ad059fc53581
user: christos <christos%NetBSD.org@localhost>
date: Mon Jun 03 20:26:31 2013 +0000
description:
fix pasto
diffstat:
sys/arch/emips/ebus/ace_ebus.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (34 lines):
diff -r cc42c85258c1 -r ad059fc53581 sys/arch/emips/ebus/ace_ebus.c
--- a/sys/arch/emips/ebus/ace_ebus.c Mon Jun 03 20:23:39 2013 +0000
+++ b/sys/arch/emips/ebus/ace_ebus.c Mon Jun 03 20:26:31 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ace_ebus.c,v 1.6 2013/05/29 00:47:48 christos Exp $ */
+/* $NetBSD: ace_ebus.c,v 1.7 2013/06/03 20:26:31 christos Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ace_ebus.c,v 1.6 2013/05/29 00:47:48 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ace_ebus.c,v 1.7 2013/06/03 20:26:31 christos Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -1462,7 +1462,7 @@
* Rest of code lifted with mods from the dev\ata\wd.c driver
*/
-/* $NetBSD: ace_ebus.c,v 1.6 2013/05/29 00:47:48 christos Exp $ */
+/* $NetBSD: ace_ebus.c,v 1.7 2013/06/03 20:26:31 christos Exp $ */
/*
* Copyright (c) 1998, 2001 Manuel Bouyer. All rights reserved.
@@ -2475,5 +2475,5 @@
dg->dg_nsectors = ace->sc_params.CurrentSectorsPerTrack;
dg->dg_ntracks = ace->sc_params.CurrentNumberOfHeads;
- disk_set_info(sc->sc_dev, &sc->sc_dk, ST506);
+ disk_set_info(ace->sc_dev, &ace->sc_dk, ST506);
}
Home |
Main Index |
Thread Index |
Old Index