Re: Can't compile ath(4) into kernel

2010-08-29 Thread Adrian Chadd
Please just create a PR for it. I haven't tried compiling ath without AR5416 support so I have no idea whether it'll work. adrian On 25 August 2010 22:03, Mikhail T. wrote: >  On 8/25/2010 8:27 AM, John Baldwin wrote: >> You are missing: >> >> options         AH_SUPPORT_AR5416       # enable A

hwpmc(4) driver / compiler warnings

2010-08-29 Thread jhell
I have received the following warnings about enumerated values for enum pmc_event on stable/8 i386. I am not sure how long this has been going on because I do not really use the PMC, therefore its not built into the kernel. This is just a heads up because though this warning has no effect on my m

Re: Crashes on X7SPE-HF with em

2010-08-29 Thread Pyun YongHyeon
On Sat, Aug 28, 2010 at 04:19:07PM +0200, Philipp Wuensche wrote: > Philipp Wuensche wrote: > > > > It just now started running the kernel without IPSEC and ALTQ. > > Here we go again, this time it crashed with IPSEC and ALTQ disabled, > crashdump looks different this time though. > > GNU gdb 6.

Re: syncache errors

2010-08-29 Thread Mike Tancsa
At 03:10 PM 8/29/2010, Andre Oppermann wrote: On 29.08.2010 19:16, Mike Tancsa wrote: At 11:33 AM 8/29/2010, Andre Oppermann wrote: On 29.08.2010 16:09, Mike Tancsa wrote: After upgrading to a recent STABLE, I have been seeing the following sporadic errors Aug 28 04:15:15 smarthost2 kernel:

Broadcom 4315 not working

2010-08-29 Thread Baby Boy
Hi. WiFi BCM4315 not working. Please help me. --- = 1 --- # uname -a FreeBSD 8.1-STABLE FreeBSD 8.1-STABLE #0 r211965: Sun Aug 29 22:18:05 MSD 2010 root@:/usr/obj/usr/src/sys/GENERIC i386 # cd /usr/src/sys/modules/siba_bwn && make && make install # cat /boot/loader.conf if_bw

Re: syncache errors

2010-08-29 Thread Andre Oppermann
On 29.08.2010 19:16, Mike Tancsa wrote: At 11:33 AM 8/29/2010, Andre Oppermann wrote: On 29.08.2010 16:09, Mike Tancsa wrote: After upgrading to a recent STABLE, I have been seeing the following sporadic errors Aug 28 04:15:15 smarthost2 kernel: TCP: [xx.yy.165.120]:53617 to [xx.yy.164.50]:2

igb related(?) panics on 7.3-STABLE

2010-08-29 Thread Greg Byshenk
I've begun seeing problems on a machine running FreeBSD-7.3-STABLE, 64-bit, with two igb nics in use. Previously the machine was fine, running earlier versions of 7-STABLE, although the load on the network has increased due to additional machines being added to the network (the machine functions a

Re: syncache errors

2010-08-29 Thread Mike Tancsa
At 11:33 AM 8/29/2010, Andre Oppermann wrote: On 29.08.2010 16:09, Mike Tancsa wrote: After upgrading to a recent STABLE, I have been seeing the following sporadic errors Aug 28 04:15:15 smarthost2 kernel: TCP: [xx.yy.165.120]:53617 to [xx.yy.164.50]:25; syncache_socket: Socket create failed

Re: syncache errors

2010-08-29 Thread Andre Oppermann
On 29.08.2010 16:09, Mike Tancsa wrote: After upgrading to a recent STABLE, I have been seeing the following sporadic errors Aug 28 04:15:15 smarthost2 kernel: TCP: [xx.yy.165.120]:53617 to [xx.yy.164.50]:25; syncache_socket: Socket create failed due to limits or memory shortage this is with

Re: Why is NFSv4 so slow?

2010-08-29 Thread Rick Macklem
> Hi. I'm still having problems with NFSv4 being very laggy on one > client. > When the NFSv4 server is at 50% idle CPU and the disks are < 1% busy, > I am > getting horrible throughput on an idle client. Using dd(1) with 1 MB > block > size, when I try to read a > 100 MB file from the client, I'm

syncache errors

2010-08-29 Thread Mike Tancsa
After upgrading to a recent STABLE, I have been seeing the following sporadic errors Aug 28 04:15:15 smarthost2 kernel: TCP: [xx.yy.165.120]:53617 to [xx.yy.164.50]:25; syncache_socket: Socket create failed due to limits or memory shortage this is with FreeBSD 8.1-STABLE #7: Wed Aug 25 15:32

patch for topology detection of Intel CPUs

2010-08-29 Thread Andriy Gapon
[Reposted from stable@; edited] The below patch is against sources in FreeBSD tree, it should be applied either to sys/amd64/amd64/mp_machdep.c or sys/i386/i386/mp_machdep.c depending on the desired architecture: http://people.freebsd.org/~avg/intel-cpu-topo.diff The patch is substantially based