Re: 5.4-RELEASE amd64: Panic isadma_start : bad bounce buffer

2005-05-14 Thread Doug White
On Sat, 14 May 2005, Steven Hartland wrote: > Thanks for the confirmation there Doug at least I have a workaround :) As another workaround, add this to loader.conf and reboot: vm.old_contigmalloc="1" This uses the old contigmalloc algorithm which may be more successful as allocating the bounce

Re: 5.4-RELEASE amd64: Panic isadma_start : bad bounce buffer

2005-05-14 Thread Steven Hartland
Thanks for the confirmation there Doug at least I have a workaround :) Steve - Original Message - From: "Doug White" <[EMAIL PROTECTED]> This is a known bug; floppy drives don't work on amd64 since the ISA DMA buffer gets allocated above 16MB. I don't know if this is something that nee

Re: 5.4-RELEASE amd64: Panic isadma_start : bad bounce buffer

2005-05-14 Thread Doug White
On Sat, 14 May 2005, Steven Hartland wrote: > Just been trying to install FreeBSD 5.4 amd64 here and > when loading the raid control kernel module driver ( hptmv ) > from floppy and booting I was getting: > Panic isadma_start : bad bounce buffer This is a known bug; floppy drives don't work on am

5.4-RELEASE amd64: Panic isadma_start : bad bounce buffer

2005-05-14 Thread Steven Hartland
Just been trying to install FreeBSD 5.4 amd64 here and when loading the raid control kernel module driver ( hptmv ) from floppy and booting I was getting: Panic isadma_start : bad bounce buffer The driver install docs stated to disable ACPI it this happened this prevented the cards from being detec