History log of /src/sys/arch/macppc/dev/abtn.c |
Revision | | Date | Author | Comments |
1.20 |
| 17-Aug-2014 |
wiz | Add missing parameter in printf. From Henning Petersen in PR 49122.
|
1.19 |
| 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.18 |
| 18-Jun-2011 |
matt | branches: 1.18.2; 1.18.12; struct device * -> device_t struct cfdata * -> cfdata_t use device accessors, use device_private. some softc/device_t splits (macppc needs a bunch more) aprint*_dev used considerably more
|
1.17 |
| 14-Mar-2009 |
dsl | branches: 1.17.10; ANSIfy another 1261 function definitions. The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
|
1.16 |
| 14-Mar-2009 |
dsl | Change about 4500 of the K&R function definitions to ANSI ones. There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
|
1.15 |
| 14-Mar-2009 |
dsl | Remove all the __P() from sys (excluding sys/dist) Diff checked with grep and MK1 eyeball. i386 and amd64 GENERIC and sys still build.
|
1.14 |
| 13-Jun-2008 |
cegger | branches: 1.14.4; 1.14.10; use device_lookup_private to get softc
|
1.13 |
| 05-Mar-2007 |
tsutsui | branches: 1.13.40; 1.13.42; 1.13.44; 1.13.46; 1.13.48; - use (uint8_t *) for buffer args on *_adbcomplete() functions - remove kbd_adbcomplete() decl from akbd.c since it's in akbdvar.h
|
1.12 |
| 04-Mar-2007 |
christos | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
|
1.11 |
| 11-Dec-2005 |
christos | branches: 1.11.26; merge ktrace-lwp.
|
1.10 |
| 28-Jul-2003 |
nathanw | branches: 1.10.16; Correct comment in FORCE_FUNCTION_KEYS code; the 0x0b (eject) button is on the f12 key, not f7 (the keycode value was correct for f12 already).
|
1.9 |
| 24-Jul-2003 |
nathanw | Add an option, enabled with the FORCE_FUNCTION_KEYS macro, that converts "hotkey" abtn events into the function-key akbd events for the keys that they're actually on (though the eject/f12 mapping is probably wrong for the 12" PowerBook G4).
|
1.8 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.7 |
| 05-Mar-2003 |
soren | branches: 1.7.2; Forgot dummy printf.
|
1.6 |
| 05-Mar-2003 |
soren | Be more verbose about unsupported keys.
|
1.5 |
| 02-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.4 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.3 |
| 08-Jun-2001 |
matt | branches: 1.3.2; 1.3.8; Make macppc compile by default with -Wall -Wmissing-prototype in addition to its currently enabled warnings. For the lack of a better place, most global function prototype wound up in <machine/autoconf.h> unless there was a better place for them. ofb_* structs renamed to offb_* to avoid conflict with ofb_softc in <dev/ofw/openfirm.h>
|
1.2 |
| 29-Mar-2001 |
tsubai | When attached, do not change brightness if the value is zero.
|
1.1 |
| 12-Jul-1999 |
tsubai | branches: 1.1.2; 1.1.4; 1.1.16; Add PowerBook LCD brightness and speaker volume button device. Only brightness works for now.
|
1.1.16.2 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.1.16.1 |
| 09-Apr-2001 |
nathanw | Catch up with -current.
|
1.1.4.1 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
1.1.2.2 |
| 02-Aug-1999 |
thorpej | Update from trunk.
|
1.1.2.1 |
| 12-Jul-1999 |
thorpej | file abtn.c was added on branch chs-ubc2 on 1999-08-02 19:55:12 +0000
|
1.3.8.2 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.3.8.1 |
| 08-Jun-2001 |
nathanw | file abtn.c was added on branch nathanw_sa on 2002-10-18 02:38:33 +0000
|
1.3.2.1 |
| 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.7.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.7.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.7.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.10.16.1 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.11.26.1 |
| 12-Mar-2007 |
rmind | Sync with HEAD.
|
1.13.48.1 |
| 18-Jun-2008 |
simonb | Sync with head.
|
1.13.46.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.13.44.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.13.42.1 |
| 17-Jun-2008 |
yamt | sync with head.
|
1.13.40.1 |
| 29-Jun-2008 |
mjf | Sync with HEAD.
|
1.14.10.1 |
| 13-May-2009 |
jym | Sync with HEAD.
Commit is split, to avoid a "too many arguments" protocol error.
|
1.14.4.1 |
| 28-Apr-2009 |
skrll | Sync with HEAD.
|
1.17.10.1 |
| 23-Jun-2011 |
cherry | Catchup with rmind-uvmplock merge.
|
1.18.12.2 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|
1.18.12.1 |
| 20-Nov-2012 |
tls | Resync to 2012-11-19 00:00:00 UTC
|
1.18.2.1 |
| 30-Oct-2012 |
yamt | sync with head
|