Re: safe0 and kernel panic

2007-03-23 Thread Sam Leffler
Rajkumar S wrote: On 3/22/07, Sam Leffler [EMAIL PROTECTED] wrote: I have no context. I see a device not attaching for some reason. Then /dev/crypto not being present (is cryptodev loaded in the kernel?). But a subject line about a panic. The device is not attaching because

Re: safe0 and kernel panic - solved??

2007-03-22 Thread Rajkumar S
On 3/16/07, Rajkumar S [EMAIL PROTECTED] wrote: safe0 mem 0xf612-0xf6121fff irq 5 at device 10.0 on pci0 safe0: cannot allocate DMA tag Hi, I have managed to track down this issue. The problem was that one bus_dma_tag_create (at line 300) was failing to create dma tag, and was returning

Re: safe0 and kernel panic

2007-03-22 Thread Lowell Gilbert
Rajkumar S [EMAIL PROTECTED] writes: Further to my previous mail. On 3/20/07, Rajkumar S [EMAIL PROTECTED] wrote: safe0 mem 0xf612-0xf6121fff irq 22 at device 10.0 on pci0 safe0: cannot allocate DMA tag device_attach: safe0 attach returned 6 While running cryptokeytest from

Re: safe0 and kernel panic

2007-03-22 Thread Rajkumar S
On 3/22/07, Sam Leffler [EMAIL PROTECTED] wrote: I have no context. I see a device not attaching for some reason. Then /dev/crypto not being present (is cryptodev loaded in the kernel?). But a subject line about a panic. The device is not attaching because bus_dma_tag_create function fails

Re: safe0 and kernel panic

2007-03-22 Thread Sam Leffler
Lowell Gilbert wrote: Rajkumar S [EMAIL PROTECTED] writes: Further to my previous mail. On 3/20/07, Rajkumar S [EMAIL PROTECTED] wrote: safe0 mem 0xf612-0xf6121fff irq 22 at device 10.0 on pci0 safe0: cannot allocate DMA tag device_attach: safe0 attach returned 6 While running

Re: safe0 and kernel panic

2007-03-20 Thread Rajkumar S
Further to my previous mail. On 3/20/07, Rajkumar S [EMAIL PROTECTED] wrote: safe0 mem 0xf612-0xf6121fff irq 22 at device 10.0 on pci0 safe0: cannot allocate DMA tag device_attach: safe0 attach returned 6 While running cryptokeytest from /usr/src/tools/tools/crypto test 0 cryptokeytest:

Re: safe0 and kernel panic

2007-03-19 Thread Lowell Gilbert
Rajkumar S [EMAIL PROTECTED] writes: I am trying to install SafeNet 1141 support in one of the freebsd boxes here. according to safe(4), I have to add device safe into my kernel config and compile to enable hardware crypto acceleration. But after I boot with safe module enabled I get a kernel

Re: safe0 and kernel panic

2007-03-19 Thread Rajkumar S
On 3/19/07, Lowell Gilbert [EMAIL PROTECTED] wrote: Thanks a lot for your reply. Rajkumar S [EMAIL PROTECTED] writes: I am trying to install SafeNet 1141 support in one of the freebsd boxes here. You do have one of those cards installed, I assume? Yes, it's not a card, but an on board

safe0 and kernel panic

2007-03-16 Thread Rajkumar S
Hi, I am trying to install SafeNet 1141 support in one of the freebsd boxes here. according to safe(4), I have to add device safe into my kernel config and compile to enable hardware crypto acceleration. But after I boot with safe module enabled I get a kernel panic. The last couple of lines in