History log of /netbsd-src/sys/dev/hpc/pwctl.c (Results 1 – 20 of 20)
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


# 9eddf385 09-Oct-2006 peter <peter@NetBSD.org>

Remove (the default) #define XXXDEBUG and add the options to the relevant
files.xxx file.


# 92c7bba3 29-Mar-2006 thorpej <thorpej@NetBSD.org>

Use device_private().


# 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.


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

add RCSID


# 2746e887 02-Aug-2001 sato <sato@NetBSD.org>

turn pwctl_debug to 0


# 387ddeb6 31-Jul-2001 sato <sato@NetBSD.org>

change DPRINTF() to VPRINTF() in pwctl_hardpower().


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

ANSI KNF.


# 54d9a46b 06-May-2001 takemura <takemura@NetBSD.org>

Vrc4172 GPIO support. This device is currently configured on PenCentra 130.


# 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.


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

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