vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Dear Listmembers, don't want to bugging you, but there is still this little problem with the AHA-1542CF ISA card under OBSD 3.4. The kernel just panix when I try to start. I found the error message in the aha.c with following comment above: /* * XXX - this vm juggling is so wrong. use bus_dma instead! */ size = round_page(sizeof(struct aha_mbx)); TAILQ_INIT(&pglist); if (uvm_pglistalloc(size, 0, 0xffffff, PAGE_SIZE, 0, &pglist, 1, 0) || uvm_map(kernel_map, &va, size, NULL, UVM_UNKNOWN_OFFSET, 0, UVM_MAPFLAG(UVM_PROT_ALL, UVM_PROT_ALL, UVM_INH_NONE, UVM_ADV_RANDOM, 0))) panic("aha_init: could not allocate mailbox"); I do not know how complicated it is to program something that uses bus_dma instead. But maybe someone of you can have a look at it and maybe it could be corrected for release 3.5. Regards, Holger |