Re: device ath compile in kernel

2006-05-01 Thread Eric Schuele
John Murphy wrote: dick hoogendijk <[EMAIL PROTECTED]> wrote: On Sun, 30 Apr 2006 09:42:05 -0500 Eric Schuele <[EMAIL PROTECTED]> wrote: dick hoogendijk wrote: How do I add my ath card ? Loading it from /boot/loader.conf goes well, but I want it in the kernel. I've got the following: # wLA

Re: device ath compile in kernel

2006-05-01 Thread John Murphy
dick hoogendijk <[EMAIL PROTECTED]> wrote: >On Sun, 30 Apr 2006 09:42:05 -0500 >Eric Schuele <[EMAIL PROTECTED]> wrote: > >> dick hoogendijk wrote: >> > How do I add my ath card ? Loading it from /boot/loader.conf goes >> > well, but I want it in the kernel. >> > >> >> I've got the following: >>

Re: device ath compile in kernel

2006-04-30 Thread dick hoogendijk
On Sun, 30 Apr 2006 09:42:05 -0500 Eric Schuele <[EMAIL PROTECTED]> wrote: > dick hoogendijk wrote: > > How do I add my ath card ? Loading it from /boot/loader.conf goes > > well, but I want it in the kernel. > > > > I've got the following: > # wLAN stuff > device wlan_wep > device wlan_ccmp > d

Re: device ath compile in kernel

2006-04-30 Thread Eric Schuele
dick hoogendijk wrote: I wanted to compile my wifi ath based card in the new kernel, but got some errors that I can't solve myself. After adding "device ath" I got compilation errors (ath_hal errors), so I put in "device ath_hal" (although there is no mention of it in the dox). The hal errors dis

Re: device ath compile in kernel

2006-04-30 Thread Erik Trulsson
On Sun, Apr 30, 2006 at 04:16:22PM +0200, dick hoogendijk wrote: > I wanted to compile my wifi ath based card in the new kernel, but got > some errors that I can't solve myself. > After adding "device ath" I got compilation errors (ath_hal errors), so > I put in "device ath_hal" (although there is