K 10 svn:author V 3 phk K 8 svn:date V 27 1996-12-03T16:08:00.000000Z K 7 svn:log V 380 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 END