History log of /src/sys/dev/hpc/pwctl.c |
Revision | | Date | Author | Comments |
1.20 |
| 27-Oct-2012 |
chs | split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
|
1.19 |
| 12-May-2009 |
cegger | branches: 1.19.12; 1.19.22; struct device * -> device_t, no functional changes intended.
|
1.18 |
| 12-May-2009 |
cegger | struct cfdata * -> cfdata_t, no functional changes intended.
|
1.17 |
| 19-Oct-2007 |
ad | branches: 1.17.20; 1.17.34; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.16 |
| 09-Oct-2006 |
peter | branches: 1.16.8; 1.16.22; 1.16.24; 1.16.28; Remove (the default) #define XXXDEBUG and add the options to the relevant files.xxx file.
|
1.15 |
| 29-Mar-2006 |
thorpej | branches: 1.15.8; 1.15.10; Use device_private().
|
1.14 |
| 29-Mar-2006 |
thorpej | Use device_cfdata().
|
1.13 |
| 11-Dec-2005 |
christos | branches: 1.13.4; 1.13.6; 1.13.8; 1.13.10; 1.13.12; merge ktrace-lwp.
|
1.12 |
| 27-Feb-2005 |
perry | branches: 1.12.4; nuke trailing whitespace
|
1.11 |
| 02-Oct-2002 |
thorpej | branches: 1.11.6; 1.11.14; 1.11.16; Add trailing ; to CFATTACH_DECL.
|
1.10 |
| 30-Sep-2002 |
thorpej | Use CFATTACH_DECL().
|
1.9 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.8 |
| 13-Nov-2001 |
lukem | add RCSID
|
1.7 |
| 02-Aug-2001 |
sato | turn pwctl_debug to 0
|
1.6 |
| 31-Jul-2001 |
sato | change DPRINTF() to VPRINTF() in pwctl_hardpower().
|
1.5 |
| 04-Jun-2001 |
uch | branches: 1.5.2; 1.5.4; ANSI KNF.
|
1.4 |
| 06-May-2001 |
takemura | Vrc4172 GPIO support. This device is currently configured on PenCentra 130.
|
1.3 |
| 01-May-2001 |
takemura | Fix 'busname' to attach nodes correctly.
|
1.2 |
| 30-Apr-2001 |
takemura | Machine independent GPIO interface.
|
1.1 |
| 30-Apr-2001 |
takemura | Copy of sys/arch/hpcmips/vr/pwctl_vrgiu.c.
|
1.5.4.3 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.5.4.2 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.5.4.1 |
| 03-Aug-2001 |
lukem | update to -current
|
1.5.2.5 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.5.2.4 |
| 14-Nov-2001 |
nathanw | Catch up to -current.
|
1.5.2.3 |
| 24-Aug-2001 |
nathanw | Catch up with -current.
|
1.5.2.2 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.5.2.1 |
| 04-Jun-2001 |
nathanw | file pwctl.c was added on branch nathanw_sa on 2001-06-21 20:01:44 +0000
|
1.11.16.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.11.14.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.11.6.1 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.12.4.3 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.12.4.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.12.4.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.13.12.1 |
| 31-Mar-2006 |
tron | Merge 2006-03-31 NetBSD-current into the "peter-altq" branch.
|
1.13.10.1 |
| 19-Apr-2006 |
elad | sync with head.
|
1.13.8.1 |
| 01-Apr-2006 |
yamt | sync with head.
|
1.13.6.1 |
| 22-Apr-2006 |
simonb | Sync with head.
|
1.13.4.1 |
| 09-Sep-2006 |
rpaulo | sync with head
|
1.15.10.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.15.8.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.16.28.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.16.24.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.16.22.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.16.8.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.17.34.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.17.20.1 |
| 16-May-2009 |
yamt | sync with head
|
1.19.22.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.19.12.1 |
| 30-Oct-2012 |
yamt | sync with head
|