Module Name: src
Committed By: isaki
Date: Sat May 8 02:48:31 UTC 2010
Modified Files:
src/sys/arch/x68k/dev: slhci_intio.c
Log Message:
Correct rev1.11.
Fix panic reported by Yasushi Oshima.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x68k/dev/slhci_intio.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/dev/slhci_intio.c
diff -u src/sys/arch/x68k/dev/slhci_intio.c:1.12 src/sys/arch/x68k/dev/slhci_intio.c:1.13
--- src/sys/arch/x68k/dev/slhci_intio.c:1.12 Thu Dec 18 05:56:42 2008
+++ src/sys/arch/x68k/dev/slhci_intio.c Sat May 8 02:48:31 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: slhci_intio.c,v 1.12 2008/12/18 05:56:42 isaki Exp $ */
+/* $NetBSD: slhci_intio.c,v 1.13 2010/05/08 02:48:31 isaki Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: slhci_intio.c,v 1.12 2008/12/18 05:56:42 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: slhci_intio.c,v 1.13 2010/05/08 02:48:31 isaki Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -121,7 +121,7 @@
int nc_size;
sc->sc_dev = self;
- sc->sc_bus.hci_private = self;
+ sc->sc_bus.hci_private = sc;
printf(": Nereid USB\n");