Fwd: HEADSUP: Call for FreeBSD Status Reports - 4Q/2010

2011-01-15 Thread Daniel Gerzo
Hello all, the submission date for status report entries is due today and so far I have received only 12 of them. I am of course open to accept more submissions, but please try to submit them as soon as possible (at least let me know you are planning to). It would be great to inform our

Soekris net5501-70 problem with loading ATA modules on FreeBSD-Current

2011-01-15 Thread Marek Salwerowicz
Hi all, I am unable to dynamically load modules to support ATA disks on soekris net5501-70. I boot via PXE diskless FreeBSD-Current. In kernel config there are commented out options: #device ata #device atadisk After boot, I load modules: # kldload ata.ko #

TCP resident expert?

2011-01-15 Thread William Allen Simpson
Who's the kernel expert on TCP around here? ISC wants me to port TCPCT to FreeBSD. Although I've joined this list (some time ago), I've not seen any traffic discussing TCP'ish things. Need somebody willing to walk me through the processes and check my code.

Re: Loading uart module fails

2011-01-15 Thread Bruce Cran
On Mon, 10 Jan 2011 14:46:06 -0500 John Baldwin j...@freebsd.org wrote: Can you get devinfo -rv output before you try to kldload uart? I've attached the devinfo output. -- Bruce Crannexus0 cryptosoft0 padlock0 npx0 ram0 I/O memory addresses: 0x0-0x9fbff

Re: TCP resident expert?

2011-01-15 Thread Doug Barton
On 01/15/2011 07:31, William Allen Simpson wrote: Who's the kernel expert on TCP around here? freebsd-net@ is generally the relevant list. Good luck with your work. Doug -- Nothin' ever doesn't change, but nothin' changes much. -- OK Go Breadth of

Re: Profiling code execution on amd64?

2011-01-15 Thread Hans Ottevanger
On 01/15/11 07:15, Garrett Cooper wrote: On Fri, Jan 14, 2011 at 10:10 PM, Steve Kargl s...@troutmask.apl.washington.edu wrote: On Fri, Jan 14, 2011 at 03:40:46PM -0500, George Neville-Neil wrote: On Jan 13, 2011, at 23:05 , Steve Kargl wrote: On Thu, Jan 13, 2011 at 10:08:30PM -0500, Ryan

Re: Soekris net5501-70 problem with loading ATA modules on FreeBSD-Current

2011-01-15 Thread Alexander Motin
Hi. Marek Salwerowicz wrote: I am unable to dynamically load modules to support ATA disks on soekris net5501-70. I boot via PXE diskless FreeBSD-Current. In kernel config there are commented out options: #device ata#device atadisk After boot, I load

Re: Soekris net5501-70 problem with loading ATA modules onFreeBSD-Current

2011-01-15 Thread Alexander Motin
Marek Salwerowicz wrote: I think these errors caused by devices created for legacy ISA compatibility via device hints. Go to device.hints and remove all ATA stuff from there to force ATA to be detected only via PCI. Another problem I see here with module load order. Loading atapci before

Re: Soekris net5501-70 problem with loading ATA modules onFreeBSD-Current

2011-01-15 Thread Marek Salwerowicz
I think these errors caused by devices created for legacy ISA compatibility via device hints. Go to device.hints and remove all ATA stuff from there to force ATA to be detected only via PCI. Another problem I see here with module load order. Loading atapci before ataadm will make generic driver

Re: Soekris net5501-70 problem with loading ATA modulesonFreeBSD-Current

2011-01-15 Thread Marek Salwerowicz
It would be nice if you enabled verbose kernel messages to get more info. Verbose log in attachment - please see it. Is it possible to load dynamically modules or do they have to be compiled in kernel... ? It should, but I haven't used it. What for do you need to load/unload them in run

Re: Soekris net5501-70 problem with loading ATA modulesonFreeBSD-Current

2011-01-15 Thread Alexander Motin
Marek Salwerowicz wrote: It would be nice if you enabled verbose kernel messages to get more info. Verbose log in attachment - please see it. I've meant log with problem. When you are loading modules on-fly. -- Alexander Motin ___