Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/sys/arch/amiga/dev Pull up following revision(s) (request...
details: https://anonhg.NetBSD.org/src/rev/8d5f02d0ec58
branches: netbsd-8
changeset: 434292:8d5f02d0ec58
user: snj <snj%NetBSD.org@localhost>
date: Mon Sep 11 05:14:56 2017 +0000
description:
Pull up following revision(s) (requested by phx in ticket #265):
sys/arch/amiga/dev/wdc_xsurf.c: revision 1.3
Set the correct device data size wdc_xsurf_softc instead of wdc_softc.
diffstat:
sys/arch/amiga/dev/wdc_xsurf.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 7e77ff908d2a -r 8d5f02d0ec58 sys/arch/amiga/dev/wdc_xsurf.c
--- a/sys/arch/amiga/dev/wdc_xsurf.c Mon Sep 11 05:13:45 2017 +0000
+++ b/sys/arch/amiga/dev/wdc_xsurf.c Mon Sep 11 05:14:56 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wdc_xsurf.c,v 1.2 2012/11/21 22:37:03 rkujawa Exp $ */
+/* $NetBSD: wdc_xsurf.c,v 1.2.34.1 2017/09/11 05:14:56 snj Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -92,7 +92,7 @@
void wdc_xsurf_map_channel(struct wdc_xsurf_softc *, int);
int wdc_xsurf_intr(void *arg);
-CFATTACH_DECL_NEW(wdc_xsurf, sizeof(struct wdc_softc),
+CFATTACH_DECL_NEW(wdc_xsurf, sizeof(struct wdc_xsurf_softc),
wdc_xsurf_match, wdc_xsurf_attach, NULL, NULL);
static const unsigned int wdc_xsurf_wdr_offsets[] = {
Home |
Main Index |
Thread Index |
Old Index