[Etherboot-developers] NetBSD support
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Wojciech P. <wo...@te...> - 2003-03-02 23:22:33
|
http://www.3miasto.net/~wojtek/etherboot-5.0.8-netbsd.patch no bootinfo done, detection too.. the only thing left is passing boot interface to kernel. (without this you get boot device: <unknown> but it works anyway if only one interface present) the problem is - what should be put (from what etherboot code's variable) in addr in case of PCI card? struct btinfo_netif { struct btinfo_common common; char ifname[16]; int bus; #define BI_BUS_ISA 0 #define BI_BUS_PCI 1 union { unsigned int iobase; /* ISA */ unsigned int tag; /* PCI, BIOS format */ } addr; }; |