mjacob
986091ca5c
Eliminate the use of the getenv_int stuff we'd been using (with a bitmap
...
for selecting unit). Instead, use the resource hints mechanism.
One unfortunate situation here is that there is no resource_quad_value
function- which is what I needed for WWN boot time replacement. Worse-
you can't store the hint as just plain
hint.isp.0.nodewwn="0x50000000aaaa0001"
because this gets interpreted as an int- incorrectly because it can't
be converted to an int. I can't even get this as a string. To work
around this particular case for nodewwn && portwwn setting, this
rather grotesque form will be used:
hint.isp.0.nodewwn="w50000000aaaa0001"
hint.isp.0.portwwn="w50000000aaaa0002"
At the same time, if we have no hinted WWN, set the default WWN (which, btw,
gets overridden if the card has valid NVRAM, which is usual) to
0x400000007F000009ull (which translates to NAA == IPv4, 127.0.0.9).
Eliminate more printf's and replace them either with device_printf or
isp_prt calls.
2001-03-01 02:21:36 +00:00
..
2001-01-23 21:43:47 +00:00
2001-02-26 20:39:28 +00:00
2001-02-08 00:00:12 +00:00
2000-12-19 08:32:37 +00:00
2001-02-04 16:45:39 +00:00
2000-10-29 15:47:16 +00:00
2001-02-23 02:32:31 +00:00
2001-02-21 20:50:36 +00:00
2000-10-15 14:19:01 +00:00
2000-12-22 22:23:56 +00:00
2001-02-09 06:11:45 +00:00
2001-01-30 10:01:15 +00:00
2001-02-20 10:30:22 +00:00
2001-02-18 18:02:15 +00:00
2001-01-22 22:54:02 +00:00
2001-02-06 10:12:15 +00:00
2001-01-20 02:24:07 +00:00
2000-11-13 03:44:20 +00:00
2001-02-08 21:47:45 +00:00
2001-01-29 06:18:14 +00:00
2001-02-23 08:08:21 +00:00
2001-02-27 12:34:01 +00:00
2001-02-15 16:34:11 +00:00
2001-02-22 19:26:55 +00:00
2001-02-06 10:12:15 +00:00
2000-05-01 19:54:26 +00:00
2001-02-15 16:34:11 +00:00
2001-02-06 12:05:58 +00:00
2001-02-08 22:54:57 +00:00
2001-02-09 16:33:53 +00:00
2000-11-25 07:35:38 +00:00
2001-01-21 08:15:37 +00:00
2001-02-04 13:13:25 +00:00
2001-01-31 07:58:58 +00:00
2000-12-08 21:51:06 +00:00
2001-02-06 10:12:15 +00:00
2001-02-27 22:57:32 +00:00
2001-02-06 11:21:58 +00:00
2001-01-17 01:08:50 +00:00
2000-05-01 20:32:07 +00:00
2001-02-09 06:11:45 +00:00
2001-02-26 22:25:30 +00:00
2001-02-06 10:12:15 +00:00
2000-11-25 07:35:38 +00:00
2001-03-01 02:21:36 +00:00
2001-02-11 03:35:45 +00:00
2000-01-18 08:38:35 +00:00
2001-01-22 22:54:02 +00:00
2001-02-06 11:21:58 +00:00
2001-02-06 10:12:15 +00:00
2000-05-01 19:54:26 +00:00
2001-01-19 09:29:34 +00:00
2000-10-15 14:19:01 +00:00
2001-02-25 13:12:57 +00:00
2001-02-09 00:16:41 +00:00
2000-11-28 06:17:32 +00:00
2001-02-25 22:48:34 +00:00
2001-01-20 02:24:07 +00:00
2001-02-07 08:44:42 +00:00
2001-02-26 12:26:29 +00:00
2001-02-27 17:52:49 +00:00
2001-02-25 14:01:05 +00:00
2000-12-08 21:51:06 +00:00
2000-11-10 06:39:58 +00:00
2001-02-04 16:08:18 +00:00
2001-02-09 06:11:45 +00:00
2000-10-15 14:19:01 +00:00
2001-02-27 23:13:20 +00:00
2001-01-07 16:31:09 +00:00
2001-02-06 10:12:15 +00:00
2001-01-25 13:07:55 +00:00
2001-01-25 10:51:41 +00:00
2001-02-18 17:40:47 +00:00
2001-02-06 10:12:15 +00:00
2001-02-15 16:34:11 +00:00
2000-12-08 21:51:06 +00:00
2000-10-15 14:19:01 +00:00
2001-02-21 20:54:22 +00:00
2001-02-19 04:53:55 +00:00
2001-02-15 16:34:11 +00:00
2001-02-21 20:54:22 +00:00
2000-10-15 14:19:01 +00:00
2001-02-06 10:12:15 +00:00
2001-02-06 10:12:15 +00:00
2001-01-29 10:06:22 +00:00
2001-02-27 18:40:07 +00:00
2000-12-08 20:09:00 +00:00
2001-02-26 16:30:02 +00:00
2001-02-25 14:01:46 +00:00
2001-02-15 16:34:11 +00:00
2001-02-11 15:38:06 +00:00
2001-02-21 11:28:02 +00:00
2001-01-29 11:38:39 +00:00
2001-02-21 20:54:22 +00:00
2001-02-26 20:13:19 +00:00
2001-02-07 20:11:02 +00:00
2001-02-27 01:05:25 +00:00
2001-02-20 22:07:36 +00:00
2001-01-27 00:01:31 +00:00
2001-02-21 20:54:22 +00:00
2000-12-07 23:30:51 +00:00
2000-10-29 14:54:55 +00:00
2001-02-09 06:11:45 +00:00
2001-02-06 10:12:15 +00:00
2001-02-06 10:12:15 +00:00