Not All Symbols Present in a Loadable Kernel Module

2008-05-01 Thread David Christensen
I'm trying to build the "bce" driver as a kernel module under RELENG_7 but I'm finding that not all of the functions in the driver are exported as symbols. This makes it difficult to "call" a function from ddb because I get the error "Symbol not found". I'm building and loading the driver from /

Re: TCP options order changed in FreeBSD 7, incompatible with some routers

2008-05-01 Thread Bjoern A. Zeeb
On Thu, 1 May 2008, Stefan Lambrev wrote: Hi, I'm little lost in this thread. Is there a solution for the problem and is it part of RELENG_7? yes, just update to RELENG_7 and you should be fine. If yes can someone tell me which version of which files fix this? ufff. RELENG_7 as of those

Re: TCP options order changed in FreeBSD 7, incompatible with some routers

2008-05-01 Thread Stefan Lambrev
Greetings, I'm little lost in this thread. Is there a solution for the problem and is it part of RELENG_7? If yes can someone tell me which version of which files fix this? -- Best Wishes, Stefan Lambrev ICQ# 24134177 ___ freebsd-net@freebsd.org maili

Re: em1: Unable to allocate bus resource: memory

2008-05-01 Thread Jack Vogel
On Thu, May 1, 2008 at 9:50 AM, <[EMAIL PROTECTED]> wrote: > On Thu, May 1, 2008 12:34, Jack Vogel wrote: > > On Thu, May 1, 2008 at 1:17 AM, <[EMAIL PROTECTED]> wrote: > > > > >> I grabbed the dev/em folder for current, commented out the missing file > >> in the makefile and would up with a b

Re: em1: Unable to allocate bus resource: memory

2008-05-01 Thread jonathan
On Thu, May 1, 2008 12:34, Jack Vogel wrote: > On Thu, May 1, 2008 at 1:17 AM, <[EMAIL PROTECTED]> wrote: > >> I grabbed the dev/em folder for current, commented out the missing file >> in the makefile and would up with a bunch of errors like ": undefined >> reference to `e1000_pci_set_mwi'". >> >

Re: em1: Unable to allocate bus resource: memory

2008-05-01 Thread Jack Vogel
On Wed, Apr 30, 2008 at 10:10 PM, Andrew Snow <[EMAIL PROTECTED]> wrote: > Jack Vogel wrote: > > > You won't know if its still a problem if you don't take them off the > > shelf and try it :) > > > > > Good point. I wasn't trying to point the finger at you, I think you are > doing a fantastic job

Re: em1: Unable to allocate bus resource: memory

2008-05-01 Thread Jack Vogel
On Thu, May 1, 2008 at 1:17 AM, <[EMAIL PROTECTED]> wrote: > > On Thu, May 1, 2008 00:55, Jack Vogel wrote: > > On Wed, Apr 30, 2008 at 9:49 PM, <[EMAIL PROTECTED]> wrote: > > > >> On Thu, May 1, 2008 00:09, Jack Vogel wrote: > >> > >>> I am hoping to MFC the em/igb drivers in HEAD soon, it

Re: kern/122427: [apm] [panic] apm and mDNSResponder cause panic during shutdown (multicast)

2008-05-01 Thread Lars Köller
The following reply was made to PR kern/122427; it has been noted by GNATS. From: =?ISO-8859-15?Q?Lars_K=F6ller?= <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED] Cc: Subject: Re: kern/122427: [apm] [panic] apm and mDNSResponder cause panic during shutdown (multicast) Date: Thu, 01

Re: Pim6sd daemon and global addresses

2008-05-01 Thread SUZUKI, Shinsuke
Hello, On Fri, Apr 25, 2008 at 3:25 PM, Ian Brown <[EMAIL PROTECTED]> wrote: > from man pim6sd: > "pim6sd requires the node running the daemon to have an IPv6 global > address.". > Does that mean that it must have an IPv6 address which > it address has a global type? > Namely, must it be a

Re: kern/122875: "rstatd: Can't get namelist. 1" - fbsd 7.0-stable (works ok in 7.0-release)

2008-05-01 Thread Kris Kennaway
The following reply was made to PR kern/122875; it has been noted by GNATS. From: Kris Kennaway <[EMAIL PROTECTED]> To: hotlips Internet admin <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: kern/122875: "rstatd: Can't get namelist. 1" - fbsd 7.0-stable (works ok in 7.0-release) Date: Thu,

Re: em1: Unable to allocate bus resource: memory

2008-05-01 Thread jonathan
On Thu, May 1, 2008 00:55, Jack Vogel wrote: > On Wed, Apr 30, 2008 at 9:49 PM, <[EMAIL PROTECTED]> wrote: > >> On Thu, May 1, 2008 00:09, Jack Vogel wrote: >> >>> I am hoping to MFC the em/igb drivers in HEAD soon, it would be >>> helpful to me, and to everyone, if as many get out and test that >