Re: [Etherboot-developers] A new year deserves a new driver
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-01-05 05:02:29
|
>I am trying to compile the sundance driver with 5.0. I am getting an >unresolved reference to sundance_probe. Any idea what I am missing. In 5.0 you have to make sundance_probe public as it's called from config.c. |