Subject: Re: CVS commit: src/sys
To: None <david@l8s.co.uk>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 11/28/2006 21:23:30
[ from source-changes@ ]

> On Sun, Nov 26, 2006 at 02:56:34AM +0900, YAMAMOTO Takashi wrote:
> > > On Thu, Nov 23, 2006 at 07:41:58PM +0000, YAMAMOTO Takashi wrote:
> > > > 
> > > > Modified Files:
> > > > 	src/sys/net: if.h
> > > > 	src/sys/netinet: tcp_output.c
> > > > 	src/sys/netinet6: ip6_output.c
> > > > 	src/sys/sys: mbuf.h
> > > > 
> > > > Log Message:
> > > > implement ipv6 TSO.
> > > > partly from Matthias Scheler.  tested by him.
> > > 
> > > This code is responsible for bloating out INSTALL_LAPTOP.....
> > > 
> > > 	David
> > 
> > do you mean that this change happened to increase the size of
> > the INSTALL_LAPTOP kernel beyond a threshold?
> 
> Actually it was INSTALL that exceeded its threshold, since the
> above changes added ~2k.
> 
> I've fixed the build this time by removing the firmware for a small
> number of wireless pcmcia cards from if_wi_pmccia.
> 
> 	David
> 
> -- 
> David Laight: david@l8s.co.uk

what limits the size?  floppy size?

if it's only a matter of INSTALL kernels, we can rip all
hardware offloading stuff from them, i guess.

YAMAMOTO Takashi