freebsd-dev/sys/dev/ed
Poul-Henning Kamp 673f8923d0 PR kern/2141:
function ed_attach_NE2000_pci() in if_ed.c passes
        an uninitialized block of memory (got with malloc())
        to ed_attach. This prevents a proper initialization
        of the device descriptor and in my case causes a panic
        during the probe, while printing out device info.

Reviewed by:	phk
Submitted by:	Luigi Rizzo <luigi@iet.unipi.it>
1996-12-03 16:08:00 +00:00
..
if_ed_pci.c Updated #includes to 4.4lite style. 1996-10-15 19:22:46 +00:00
if_ed.c PR kern/2141: 1996-12-03 16:08:00 +00:00
if_edreg.h This diff adds support for the HP PC Lan+ cards (model numbers: 27247B 1996-08-07 11:18:23 +00:00