Commit Graph

18910 Commits

Author SHA1 Message Date
martin
b19a082161 Add german keymaps 2005-06-01 14:05:25 +00:00
ragge
0979c0be06 The read/read multiple cacheline problem may also appear on the 3114
controller, so apply the cacheline fix to it as well.
2005-06-01 10:00:35 +00:00
sekiya
17c5e67809 Regen. 2005-06-01 09:16:07 +00:00
sekiya
47f4828c71 Add product IDs for devices that use the RT2500USB chip. From OpenBSD. 2005-06-01 09:15:41 +00:00
sekiya
58a736f2b9 Fix compilation problem when CBB_DEBUG is defined. 2005-06-01 09:10:57 +00:00
sekiya
e1dc11af89 "resister" -> "register" 2005-06-01 08:39:32 +00:00
uwe
5442d49e77 Constify. Drivers pass const default calibration data to
WSMOUSEIO_SCALIBCOORDS using __UNCONST, so make sure we don't try to
modify it.
2005-06-01 00:02:17 +00:00
uwe
7d69499bba Fix misleading indentation. 2005-05-31 23:37:47 +00:00
uwe
1f2b389b7e Constify. 2005-05-31 23:14:02 +00:00
uwe
6a99517a37 Constify. 2005-05-31 23:04:10 +00:00
uwe
9af1a3ff5e Preserve const in cast. 2005-05-31 22:22:36 +00:00
christos
aee62d396e Always call mach64_init_screen, otherwise we'll panic later if DIAGNOSTIC
when we call switch screen and the machine has a serial console. Thanks to
martin for the fix.
2005-05-31 21:17:03 +00:00
christos
67f01e2568 minor knf. no functional change. 2005-05-31 21:16:06 +00:00
drochner
3f6e0487d2 lots of cast-qual fallout 2005-05-31 21:08:37 +00:00
drochner
31924c84cd cast-qual fallout 2005-05-31 19:20:37 +00:00
xtraeme
f55b68d1bd Add missing const. 2005-05-31 02:56:54 +00:00
xtraeme
9db2752f7e Make this build with "-Wcast-qual -Wshadow". 2005-05-31 02:50:59 +00:00
christos
bf55d99961 revert previous and fix LLADDR instead. 2005-05-31 01:48:22 +00:00
christos
67f72d9fc5 use const cast. 2005-05-31 01:43:36 +00:00
christos
3e8958bef3 remove bogus cast. 2005-05-31 00:49:12 +00:00
christos
7e60536d55 add missing const. 2005-05-31 00:48:57 +00:00
christos
309409f7e4 add a missing const. 2005-05-31 00:47:54 +00:00
christos
8bbce26c81 sprinkle const. 2005-05-31 00:47:05 +00:00
christos
eb3c841970 fix handling of volatile and remove bogus casts. 2005-05-31 00:46:46 +00:00
christos
6b23a10118 avoid variable shadow. 2005-05-31 00:46:05 +00:00
christos
1475e6ed5c - add const
- avoid variable shadow
2005-05-31 00:45:52 +00:00
christos
b85712859a add const. 2005-05-30 22:18:41 +00:00
christos
78abf18aa2 avoid shadow variable "stamp" 2005-05-30 22:18:19 +00:00
christos
ed88e61d2f avoid shadow variables. 2005-05-30 22:17:47 +00:00
christos
f1faf37485 Add const. 2005-05-30 22:17:11 +00:00
christos
b494026ec2 remove unneeded casts. 2005-05-30 22:17:03 +00:00
christos
d4268da6a0 add const. 2005-05-30 22:16:27 +00:00
martin
c12108712c Adapt to recent constification. 2005-05-30 09:36:50 +00:00
wiz
4b82c3d9f3 Fix replaco in comment. 2005-05-30 06:41:55 +00:00
christos
ebdc03b439 make the definitions consistent with the declarations. 2005-05-30 04:56:13 +00:00
christos
7ceb7d6ff0 another UNCONST.. 2005-05-30 04:55:35 +00:00
christos
0ffc9b3219 sprinkle more const 2005-05-30 04:45:07 +00:00
christos
7df254d9f7 avoid variable shadowing. 2005-05-30 04:44:52 +00:00
christos
f381db6045 - add missing const
- fix variable shadowing
- remove unneeded casts
2005-05-30 04:43:46 +00:00
christos
74995e2a49 remove volatile that was being cast-away in all its references. 2005-05-30 04:41:57 +00:00
christos
b3c5e8037b add const 2005-05-30 04:37:57 +00:00
christos
06059a46a3 avoid variable shadowing. 2005-05-30 04:36:52 +00:00
christos
bca5926950 add a missing const 2005-05-30 04:36:16 +00:00
christos
bb4c90071c - const poisoning
- avoid variable shadowing.
2005-05-30 04:35:22 +00:00
christos
2ccc3ff1e9 - add const
- avoid variable shadowing.
2005-05-30 04:32:38 +00:00
christos
1cf5f6f64d add const to a cast. 2005-05-30 04:30:56 +00:00
christos
26f4234ec5 - avoid variable shadowing
- add const
2005-05-30 04:30:18 +00:00
christos
097e6576ea - add const
- avoid variable shadow
- do proper UNCONST with XXXUNCONST
2005-05-30 04:28:49 +00:00
christos
a984bbf91a - remove bogus casts
- add more const
2005-05-30 04:25:32 +00:00
christos
a9cf21849d - const poisoning
- eliminate variable shadowing
2005-05-30 04:21:39 +00:00