Subject: CVS commit: src/sys/arch/landisk/dev
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 09/24/2007 22:55:13
Module Name:	src
Committed By:	uwe
Date:		Mon Sep 24 22:55:13 UTC 2007

Modified Files:
	src/sys/arch/landisk/dev: obio.c

Log Message:
Pass correct size in CFATTACH_DECL (obio_softc, not device).

I have no idea how/why it's been working all this time, but I guess
today's changes to struct device shifted delicate numerology balance
and exposed the problem that's been around since the import.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/landisk/dev/obio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.