Luigi Rizzo
7c1e1cf188
Fix one genuine bug and a potential one:
...
-#if defined(__FreeBSD__) && __FreeBSD_version__ >= 500023
+#if defined(__FreeBSD__) && __FreeBSD_version >= 500023
is a genuine bug -- __FreeBSD_version__ does not exist.
The other one:
-#if (__FreeBSD__ < 5)
+#if (__FreeBSD_version < 500000)
pops out when you cross-compile the code:
__FreeBSD__ is a compiler predefine,
__FreeBSD_version is defined in <sys/param.h> .
Given that in this case (and all others in sys/dev/usb and sys/i4b)
the goal is to adapt to a different kernel interface, and not to
a compiler feature, I believe the correct form is the second one
(in the best case the two are synonyms so the change does not break
anything anyways).
2002-03-10 08:29:53 +00:00
..
2002-02-13 07:44:43 +00:00
2002-03-04 18:46:13 +00:00
2001-05-06 09:28:18 +00:00
2002-02-05 23:13:25 +00:00
2001-03-01 17:09:09 +00:00
2001-03-01 17:09:09 +00:00
2002-01-17 20:34:58 +00:00
2001-12-16 17:38:30 +00:00
2001-05-06 08:07:10 +00:00
2002-01-08 06:47:02 +00:00
2002-02-26 05:43:05 +00:00
2001-04-16 13:20:39 +00:00
2002-02-26 03:22:44 +00:00
2002-03-08 21:36:49 +00:00
2001-12-19 13:32:21 +00:00
2002-02-26 20:09:19 +00:00
2002-02-11 23:29:15 +00:00
2001-12-18 00:27:18 +00:00
2001-12-13 11:14:28 +00:00
2002-03-07 08:12:40 +00:00
2002-02-27 18:32:23 +00:00
2001-12-18 08:01:48 +00:00
2002-01-08 20:03:13 +00:00
2002-02-05 02:00:56 +00:00
2001-11-15 07:52:49 +00:00
2001-10-09 15:30:19 +00:00
2002-02-26 17:04:29 +00:00
2002-01-16 21:34:11 +00:00
2001-11-03 08:32:28 +00:00
2001-11-03 17:22:50 +00:00
2002-02-27 23:43:19 +00:00
2002-02-27 23:47:45 +00:00
2002-01-08 06:47:55 +00:00
2002-01-29 07:08:56 +00:00
2001-02-09 16:33:53 +00:00
2002-02-13 18:19:27 +00:00
2002-02-12 05:32:58 +00:00
2001-02-04 13:13:25 +00:00
2002-02-04 15:55:21 +00:00
2001-12-10 08:09:49 +00:00
2002-02-22 09:14:06 +00:00
2002-02-04 14:01:27 +00:00
2002-02-04 03:15:27 +00:00
2002-03-09 21:52:31 +00:00
2001-11-08 01:49:06 +00:00
2001-12-03 17:28:27 +00:00
2002-02-27 23:53:02 +00:00
2001-06-20 17:09:14 +00:00
2002-03-09 21:50:25 +00:00
2001-12-16 07:52:13 +00:00
2001-12-10 08:09:49 +00:00
2001-11-13 01:08:54 +00:00
2001-07-02 05:29:58 +00:00
2001-12-10 08:09:49 +00:00
2002-02-27 17:16:18 +00:00
2002-03-07 17:32:45 +00:00
2002-01-23 06:42:54 +00:00
2002-01-08 18:27:49 +00:00
2001-09-15 04:38:20 +00:00
2001-09-29 19:31:29 +00:00
2001-02-06 11:21:58 +00:00
2002-02-05 02:00:56 +00:00
2001-01-19 09:29:34 +00:00
2001-11-04 08:58:22 +00:00
2002-02-27 18:32:23 +00:00
2002-02-27 02:11:34 +00:00
2001-12-10 08:09:49 +00:00
2002-02-27 23:57:18 +00:00
2001-09-12 08:38:13 +00:00
2001-06-15 00:19:43 +00:00
2002-01-08 19:37:12 +00:00
2002-02-27 02:21:43 +00:00
2002-02-27 18:32:23 +00:00
2001-12-15 12:32:23 +00:00
2001-03-26 12:41:29 +00:00
2002-01-09 04:03:55 +00:00
2002-03-07 08:03:53 +00:00
2002-02-20 16:20:27 +00:00
2001-12-10 08:09:49 +00:00
2002-02-27 18:32:23 +00:00
2001-12-28 23:51:48 +00:00
2002-02-27 23:28:57 +00:00
2001-12-19 19:37:31 +00:00
2001-12-10 08:09:49 +00:00
2002-03-08 17:41:22 +00:00
2002-03-03 20:09:42 +00:00
2001-12-10 08:09:49 +00:00
2002-01-05 08:47:13 +00:00
2002-02-15 08:28:34 +00:00
2002-01-08 19:36:54 +00:00
2001-11-04 08:54:15 +00:00
2001-12-14 05:56:35 +00:00
2001-09-12 08:38:13 +00:00
2002-03-08 12:41:32 +00:00
2001-12-14 05:56:35 +00:00
2001-09-16 22:35:07 +00:00
2001-11-15 07:52:49 +00:00
2001-02-06 10:12:15 +00:00
2001-11-24 15:59:46 +00:00
2002-03-04 00:36:04 +00:00
2002-01-23 01:11:52 +00:00
2001-02-26 16:30:02 +00:00
2002-01-08 19:37:12 +00:00
2002-02-27 18:32:23 +00:00
2001-12-13 11:12:30 +00:00
2002-03-06 08:55:34 +00:00
2002-01-14 00:13:45 +00:00
2001-11-01 08:26:30 +00:00
2002-02-11 23:38:30 +00:00
2002-03-07 09:55:41 +00:00
2002-02-11 23:38:30 +00:00
2001-12-03 17:28:27 +00:00
2002-03-10 08:29:53 +00:00
2002-02-22 09:18:46 +00:00
2001-12-14 05:56:35 +00:00
2002-02-05 02:00:56 +00:00
2001-03-01 17:09:09 +00:00
2002-03-05 16:18:14 +00:00
2002-02-27 23:34:02 +00:00
2002-02-26 03:37:35 +00:00