On Sat, 2011-11-19 at 11:20 +0200, Philip Paeps wrote: > On 18 Nov 2011, at 23:34, Ben Hutchings wrote: > > sfxge: Remove interrupt self-test code > > > > It's not currently used; it didn't build on 32-bit and the previous > > build fix is incorrect. If we really implement self-tests we can do > > this again properly. > > Committed. Thanks! > > Have you had a chance to see if the driver still works on i386? If so, > I'll enable it again in the i386 build, now that it compiles again.
I really need to find or set up a new test image with i386. But I can say that a quick test by running: make MACHINE=i386 MACHINE_CPUARCH=i386 CC='cc -m32' in sys/modules/sfxge now successfully compiles all object files (but the linker gives up due to mismatched architectures). Ben. -- Ben Hutchings, Staff Engineer, Solarflare Not speaking for my employer; that's the marketing department's job. They asked us to note that Solarflare product names are trademarked. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[email protected]"
