View Single Post

   
  #1 (permalink)  
Old 02-16-2008, 05:05 AM
Markus Kolb
 
Posts: n/a
Default Bug report archive at openbsd.org ?

Hi,

is there anything like an archive for submited bug reports?
I could not find it.

Before I'll create a bug report myself I want to know if there was one
for the aha0 ISA driver before.

I can not use my old Adaptec 1542 SCSI Adapter without a panic hangup
after the message: "aha_init: could not allocate mailbox".

What I can see in the source of sys/dev/isa/aha.c is that the developer
seems to know that this piece of code is shit.
/*
* XXX - this vm juggling is so wrong. use bus_dma instead!
*/

The code of the installation floppy A kernel is fine btw.
But 3.4 GENERIC, 3.4 release selfcompiled and 3.4 stable selfcompiled
can not handle the adapter.

Perhaps you know something.

Thanks
Markus

Reply With Quote