Now compiles without newlib. Refined the Makefile a little.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3675 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2003-05-17 00:34:12 +00:00
parent 1dc42d1fcb
commit 2af9beab10

View file

@ -415,11 +415,11 @@ static char remcomOutBuffer[BUFMAX];
#define ATA_NSECTOR (*((volatile unsigned char*)0x06100102))
#define ATA_COMMAND (*((volatile unsigned char*)0x06100107))
#ifdef RECORDER
/* You may need to change this depending on your ATA I/O address
** 0x200 - 0x06200206
** 0x300 - 0x06200306
*/
#define ATA_CONTROL (*((volatile unsigned char*)0x06200206))
#else
#define ATA_CONTROL (*((volatile unsigned char*)0x06200306))
#endif
#define ATA_ALT_STATUS ATA_CONTROL
#define STATUS_BSY 0x80