History log of /netbsd-src/sys/dev/hpc/button.c (Results 1 – 16 of 16)
Revision Date Author Comments
# cbab9cad 27-Oct-2012 chs <chs@NetBSD.org>

split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.


# 529e91fc 12-May-2009 cegger <cegger@NetBSD.org>

struct device * -> device_t, no functional changes intended.


# 32c49409 12-May-2009 cegger <cegger@NetBSD.org>

struct cfdata * -> cfdata_t, no functional changes intended.


# a2a38285 19-Oct-2007 ad <ad@NetBSD.org>

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h


# 2be6494f 29-Mar-2006 thorpej <thorpej@NetBSD.org>

Use device_cfdata().


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# f31bd063 27-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# c9b3657c 02-Oct-2002 thorpej <thorpej@NetBSD.org>

Add trailing ; to CFATTACH_DECL.


# 9d4a6407 30-Sep-2002 thorpej <thorpej@NetBSD.org>

Use CFATTACH_DECL().


# f818766a 27-Sep-2002 thorpej <thorpej@NetBSD.org>

Declare all cfattach structures const.


# b2666184 09-Feb-2002 sato <sato@NetBSD.org>

delete '#if 0' codes.


# b84f53ef 13-Nov-2001 lukem <lukem@NetBSD.org>

add RCSID


# 859a6a49 04-Jun-2001 uch <uch@NetBSD.org>

ANSI KNF.


# a8304325 01-May-2001 takemura <takemura@NetBSD.org>

Fix 'busname' to attach nodes correctly.


# 26b0905d 30-Apr-2001 takemura <takemura@NetBSD.org>

Machine independent GPIO interface.


# 4ca3c858 30-Apr-2001 takemura <takemura@NetBSD.org>

Copy of sys/arch/hpcmips/vr/button_vrgiu.c.