Date: Wed, 7 Mar 2001 02:39:59 +1100 (EST) From: Bruce Evans <bde@zeta.org.au> To: Ian Dowse <iedowse@maths.tcd.ie> Cc: Maxim Sobolev <sobomax@FreeBSD.org>, Warner Losh <imp@FreeBSD.org>, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/ed Makefile src/sys/dev/ed if_ed.cif_ed_pccard.c if_ed_pci.c if_edreg.h if_edvar.h src/sys/i386/confGENERIC NEWCARD Message-ID: <Pine.BSF.4.21.0103070234310.11775-100000@besplex.bde.org> In-Reply-To: <200103061241.aa70516@salmon.maths.tcd.ie>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 6 Mar 2001, Ian Dowse wrote: > In message <Pine.BSF.4.21.0103062327430.10866-100000@besplex.bde.org>, Bruce Ev > ans writes: > > > >I've never liked the modularilty of mii. It keeps growing, and has become > >almost non-optional, and now seems to be about 2.5 times larger than pci > >(for both source and object sizes). > > My test a few minutes ago indicated that `device pci' on an otherwise > fairly stripped-down kernel adds 280k to the kernel size, but > `device miibus` adds around 60k. I guess a lot of extra stuff gets > enabled in the PCI case though. It's not nearly that bad. For the follow minimal config: --- machine i386 cpu I686_CPU ident MIN maxusers 2 --- and the corresponding config with "device pci", the sizes are: text data bss dec hex filename 652252 63360 279432 995044 f2ee4 MIN/kernel 679426 66024 279528 1024978 fa3d2 MINPCI/kernel -rwxr-xr-x 1 bde wheel 916870 Mar 7 02:29 MIN/kernel* -rwxr-xr-x 1 bde wheel 955499 Mar 7 02:33 MINPCI/kernel* These minimal kernels require some hacks to compile (mainly conditionalizing isa pnp grot). Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0103070234310.11775-100000>