<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<tt>Shao Miller wrote:</tt>
<blockquote type="cite" cite="mid:4B9A39D6.6070403@YRDSB.Edu.On.Ca"><tt><font size="2">...</font></tt><tt><font size="2">Debugging revealed that
netdev->ops is overwritten during
netdev_open() for the UNDI netif, though its ->name was intact...</font></tt></blockquote>
<tt><br>
I didn't mean "during" above, I meant "debugging during netdev_open()
revealed".<br>
<br>
Apologies: Testing this morning reveals that the removal of shutdown()
in bzimage.c is necessary for 8086:100F (VMware Intel NIC) as well, so
my recollection of that was faulty.<br>
<br>
'ifclose' is necessary for the UNDI gPXE driver, but not for 8086:100F.<br>
<br>
#!gpxe<br>
# Works as-is for 8086100f.pxe<br>
dhcp net0<br>
kernel memdisk<br>
initrd UNDI-Test.vfd<br>
# Swap comment between next two lines for undionly.kkpxe<br>
startpxe<br>
#ifclose net0<br>
boot<br>
<br>
- Shao Miller<br>
</tt>
</body>
</html>