Subject: CVS commit: src/sys/arch/hpcarm/dev
To: None <source-changes@NetBSD.org>
From: Peter Postma <peter@netbsd.org>
List: source-changes
Date: 06/12/2006 19:42:22
Module Name:	src
Committed By:	peter
Date:		Mon Jun 12 19:42:22 UTC 2006

Modified Files:
	src/sys/arch/hpcarm/dev: j720kbd.c

Log Message:
Don't pass the size of struct device to CFATTACH_DECL because it's obviously
too small! Use the softc instead. And while here, remove sc_ih from the
softc, it's not used at all.


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

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