small gcc4 patches, some ts5300 updates

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2129 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2005-12-04 15:47:50 +00:00
parent 20c6f631aa
commit 648e8da0c2
6 changed files with 715 additions and 551 deletions

View File

@@ -207,7 +207,5 @@ struct ide_pio_command
/* Maximum block_size that may be set. */
#define DISK_BUFFER_SIZE (18 * SECTOR_SIZE)
extern struct harddisk_info harddisk_info[];
extern int ide_probe(int drive);
extern int ide_read(int drive, sector_t sector, void *buffer);