]> git.proxmox.com Git - mirror_edk2.git/commit
Fix bug in SNP driver where default values for SNP mode are not filled in. This cause...
authorandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 11 Jan 2012 19:00:26 +0000 (19:00 +0000)
committerandrewfish <andrewfish@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 11 Jan 2012 19:00:26 +0000 (19:00 +0000)
commitf79fa76e9ccebb8cb680455e034f63035ae44412
tree353d725492f4145664f23d79170e73ee05bb9b31
parenta7224eefeb3b7e51b82ecfd174553b91d6c2340e
Fix bug in SNP driver where default values for SNP mode are not filled in. This causes ARP and other drivers to fail to bind as they don't think it is an ethernet connection. Mode structure is filled via lazy update, so defaults need some genericly valid info, not zero.

signed-off-by:andrewfish

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12926 6f19259b-4bc3-4df7-8a09-765794883524
EmulatorPkg/EmuSnpDxe/EmuSnpDxe.c