[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MiNT] Wrong system bus speed define for the FireBee
I have stumble on this in the FireBee network driver (FEC):
http://sparemint.org/cgi-bin/cvsweb/freemint/sys/sockets/xif/fec/platform/board.h?rev=1.1&content-type=text/x-cvsweb-markup
/sys/sockets/xif/fec/platform/board.h
line 15
/*
* System Bus Clock Info
*/
#define SYSTEM_CLOCK 133
Isn't the system bus speed at 132 MHz in the FireBee?
I don't think it has any influence in how the driver works, but it
could be a source of confusion.