Commit Graph

18923 Commits

Author SHA1 Message Date
he 05721f8fb4 Adapt to -Wcast-qual by adding a const and using __UNVOLATILE() in
a couple of places where memcpy() is used.
2005-06-02 14:41:26 +00:00
christos 55479da63d simplify weird tests. 2005-06-02 14:32:12 +00:00
tsutsui 0a045d64d9 Add a const. Fixes part of PR kern/30403. 2005-06-02 14:03:20 +00:00
drochner c7783422f3 avoid "volatile" cast-aways 2005-06-02 13:11:39 +00:00
jdc d71f5da715 Add const (catching up with additions to MI ddb code). 2005-06-01 21:24:05 +00:00
jdc 4612fcc60c Rename "delay" variable to avoid shadowing the "delay" from param.h. 2005-06-01 21:17:28 +00:00
drochner 645c942f3b const fall-out, from Patrick Welche 2005-06-01 19:40:58 +00:00
drochner 6e2d003046 more cast-qual and shadow fallout 2005-06-01 18:41:51 +00:00
drochner 10e0e927de add "const" where needed 2005-06-01 18:18:52 +00:00
drochner b10340ac93 quell cast-qual and shadow warnings 2005-06-01 18:07:04 +00:00
drochner 0f412f7917 make this compile after Wcast-qual 2005-06-01 17:05:16 +00:00
drochner a5c2eed454 kill the "busname" attach arg, it is not really needed 2005-06-01 16:44:38 +00:00
drochner 286fe4b79f fix cast-qual fallout 2005-06-01 16:17:40 +00:00
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