CVS commit: src/sys/arch/hpcsh/dev/hd64465

2012-10-29 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Mon Oct 29 13:46:26 UTC 2012

Modified Files:
src/sys/arch/hpcsh/dev/hd64465: hd64465pcmcia.c

Log Message:
and finally, initialize sc_dev now that I added it back.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c

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



CVS commit: src/sys/arch/hpcsh/dev/hd64465

2012-10-29 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Mon Oct 29 13:40:56 UTC 2012

Modified Files:
src/sys/arch/hpcsh/dev/hd64465: hd64465pcmcia.c

Log Message:
third try is the charm: really make this build again.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/hpcsh/dev/hd64465/hd64465pcmcia.c

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



CVS commit: src/sys/arch/hpcsh/dev/hd64465

2011-06-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Jun  6 17:27:42 UTC 2011

Modified Files:
src/sys/arch/hpcsh/dev/hd64465: hd64465.c

Log Message:
CFATTACH_DECL(..., sizeof(struct device), -> CFATTACH_DECL_NEW(..., 0
struct device * -> device_t
struct cfdata * -> cfdata_t
use __arraycount when appropriate


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hpcsh/dev/hd64465/hd64465.c

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