v0.9.6
[ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>
[isa] Fix a small typo in isa.c.
Updated ISAPnP, EISA, MCA and ISA buses to current device model.
[i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] long
We don't actually have a stdio.h header file. Our printf() functions are defined in vsprintf.h. (This may change, since vsprintf.h is a non-standard name, but for now it's the one to use.)
[virtio] Split virtio-net.c into several files.