Re: Heads up - please recompile ifconfig if you're using wireless

2011-04-22 Thread Sevan / Venture37
On Friday, 22 April 2011, Adrian Chadd wrote: > Hm, I'll revert this change for now. > > Sorry! Could you post a diff of your reverted change, I currently have no connectivity to be able to update src. Sevan ___ freebsd-current@freebsd.org mailing lis

panic: g_eli_key_hold: sc_ekeys_total=1

2011-04-22 Thread Fabian Keil
With sources from today my system panics at boot time after attaching the swap device: GEOM_ELI: Device ada0s1b.eli created. GEOM_ELI: Encryption: AES-XTS 256 GEOM_ELI: Crypto: software panic: g_eli_key_hold: sc_ekeys_total=1 cpuid = 0 KDB: enter: panic Uptime: 2m16s Physical memory: 1974 MB D

Re: panic: g_eli_key_hold: sc_ekeys_total=1

2011-04-22 Thread Pawel Jakub Dawidek
On Fri, Apr 22, 2011 at 05:04:01PM +0200, Fabian Keil wrote: > With sources from today my system panics at boot time > after attaching the swap device: > > GEOM_ELI: Device ada0s1b.eli created. > GEOM_ELI: Encryption: AES-XTS 256 > GEOM_ELI: Crypto: software > panic: g_eli_key_hold: sc_ekeys_t

Re: Heads up - please recompile ifconfig if you're using wireless

2011-04-22 Thread Sevan / Venture37
On 22 April 2011 15:20, Sevan / Venture37 wrote: > On Friday, 22 April 2011, Adrian Chadd wrote: >> Hm, I'll revert this change for now. >> >> Sorry! > > Could you post a diff of your reverted change, I currently have no > connectivity to be able to update src. or I could just pull the diff from

bsd/linux ioctl.

2011-04-22 Thread Julian Elischer
So at work (fusion-io) we have a driver that runs on lots of OS, including FreeBSD (hint: ask your fio sales rep, it's not on the website!). But as usual the BSD way of doing the copy in and out of user space caused lots of grief. Then suddenly I heard it was solved and I thought nothing more