Stefan Eßer b67e92b038 Attempt to fix Symbios driver on amd64. The private memory allocation
function provided by the driver limits allocations to the page size,
i.e. 4KB on i385 and 8KB on typical 64 bit processors. Since amd64
has 64 bit pointers, but only 4KB pages, an array of pointers that
just fits into one page on all the other processors, does require
2 pages on amd64.

In order to make this driver useful on amd64, the allocation unit
has been increased to 2 pages on amd64 and contigmalloc() is used
instead of malloc(). All other processor types are unaffected by
this change. This modification has only been compile-tested on
amd64, yet, but should just work (FLW).
2005-01-01 19:05:46 +00:00
..
2004-11-12 02:18:42 +00:00
2004-12-24 13:38:25 +00:00
2004-12-31 22:42:38 +00:00
2004-12-08 17:36:51 +00:00
2004-12-13 22:07:23 +00:00
2004-12-13 22:07:23 +00:00
2004-11-21 02:42:09 +00:00
2004-10-17 21:44:11 +00:00
2004-11-10 06:21:47 +00:00
2004-11-11 19:14:09 +00:00
2004-12-23 05:28:36 +00:00
2004-12-22 17:29:37 +00:00
2004-12-08 17:36:51 +00:00
2004-11-17 23:36:11 +00:00
2004-12-24 14:13:38 +00:00
2004-12-22 17:30:38 +00:00
2004-09-01 22:53:13 +00:00
2004-08-18 16:14:44 +00:00
2004-12-22 17:36:38 +00:00