Re: [Etherboot-developers] DHCP option 175
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Michael B. <mb...@fe...> - 2002-05-22 17:28:54
|
On 22 May 2002, Eric W. Biederman wrote: > > OK, this I like. Is there any easy way to identify which rows in pcimap > > correspond to network-card modules? > Cross reference against kernel/drivers/net. > Or look at the class to see if is 0200. Bu I don't think that is usually > supplied. Some degenerate network drivers can exist outside of kernel/drivers/net - for example in Mandrake 8.2 the prism2 and e100/e1000 family of drivers exist in kernel/3rdparty. :-( Are there any symbols that all network modules export? Would this be a viable method for testing? Michael |