Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Mar 2001 13:12:55 +0200
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        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:  <3AA4C637.D777CB97@FreeBSD.org>
References:  <200103030831.f238VcG09263@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh wrote:

> imp         2001/03/03 00:31:37 PST
>
>   Modified files:
>     sys/modules/ed       Makefile
>     sys/dev/ed           if_ed.c if_ed_pccard.c if_ed_pci.c
>                          if_edreg.h if_edvar.h
>     sys/i386/conf        GENERIC NEWCARD
>   Log:
>   Add support for Dlink DL10022 to the ed driver.  This is a mii part
>   bolted to a ne-2000 chip.  This is necessary for the NetGear FA-410TX
>   and other cards.
>
>   This also requires you add mii to your kernel if you have an ed driver
>   configured.
>
>   This code will result in a couple of timeout messages for ed on the
>   impacted cards.  Additional work will be needed, but this does work
>   right now, and many people need these cards.
>
>   Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
>
>   Revision  Changes    Path
>   1.5       +2 -2      src/sys/modules/ed/Makefile
>   1.200     +145 -1    src/sys/dev/ed/if_ed.c
>   1.29      +95 -1     src/sys/dev/ed/if_ed_pccard.c
>   1.28      +2 -1      src/sys/dev/ed/if_ed_pci.c
>   1.30      +30 -1     src/sys/dev/ed/if_edreg.h
>   1.12      +10 -1     src/sys/dev/ed/if_edvar.h
>   1.303     +2 -1      src/sys/i386/conf/GENERIC
>   1.40      +19 -10    src/sys/i386/conf/NEWCARD

I don't like this not only because it bloats kernel with unnecessary in many
cases "device miibus" but also makes "device pci" mandatory even for isa-only
systems.

Please fix!

-Maxim




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?3AA4C637.D777CB97>