Subject: Re: CVS commit: syssrc/sys/dev/ic
To: Perry E. Metzger <perry@wasabisystems.com>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 11/08/2001 11:47:31
[ moving to tech-kern ]

On 7 Nov 2001, Perry E. Metzger wrote:

> Ben Harris <bjh21@netbsd.org> writes:
> > Modified Files:
> > 	syssrc/sys/dev/ic: seeq8005.c seeq8005var.h
> >
> > Log Message:
> > Add support for feeding entropy to rnd(4).
>
> Isn't this an ethernet controller? It is VERY VERY dangerous to get
> entropy from network devices.

In that case, RND_TYPE_NET shouldn't exist, rnd(9) should document
this fact and the following drivers (which use it) should be fixed:

./ic/gem.c
./ic/dp8390.c
./ic/elink3.c
./ic/elinkxl.c
./ic/hme.c
./ic/i82557.c
./ic/lance.c
./ic/lemac.c
./ic/mb86960.c
./ic/seeq8005.c
./ic/smc91cxx.c
./ic/tulip.c
./isa/cs89x0.c
./isa/if_eg.c
./isa/if_el.c
./isa/if_hp.c
./isa/if_iy.c
./pci/if_de.c
./pci/if_lmc.c
./pcmcia/if_xi.c
./usb/if_aue.c
./usb/if_cue.c
./usb/if_kue.c
./usb/if_upl.c

-- 
Ben Harris                                                   <bjh21@netbsd.org>
Portmaster, NetBSD/arm26               <URL:http://www.netbsd.org/Ports/arm26/>