Re: CVS commit: src/sys/net

2009-04-01 Thread Darran Hunt
I'm only testing with IPv4. Any volunteers for IPv6? On 2/04/2009, at 3:01 PM, Masao Uebayashi wrote: Log Message: Also inherit the parent's TCP segmentation offload capability. Note the vlan interface does not see updates to the parents capabilities so if, for example, TSO is on in both, t

Re: CVS commit: src/sys/net

2009-04-01 Thread Masao Uebayashi
> Log Message: > Also inherit the parent's TCP segmentation offload capability. > Note the vlan interface does not see updates to the parents capabilities > so if, for example, TSO is on in both, then turned off in the parent it > will remain on in the vlan interface. And now, why not IFCAP_TSOv6?

Re: CVS commit: src

2009-04-01 Thread Izumi Tsutsui
mar...@duskware.de wrote: > On Sun, Mar 29, 2009 at 12:03:13AM +0900, Izumi Tsutsui wrote: > > BTW, sysctl -w ddb.onpanic=? causes error > > if options DDB is not configured: > > > > sysctl: second level name 'onpanic' in 'ddb.onpanic' is invalid > > Yeah, I saw that too - not sure how to fix it

Re: CVS commit: src/sys/dev/acpi/acpica

2009-04-01 Thread Matthias Drochner
m.droch...@fz-juelich.de said: > with ACPI one doesn't know which parts of the systems have already > been taken out of service Actually, since ACPI does explicitely require that interrupts are off at some point during state transitions, basically all code reachable by the AML interpreter must b