Re: [Etherboot-developers] typo
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-11-12 13:52:44
|
>diff -u -u -r1.5 ide_disk.c --- etherboot-5.1/src/ide_disk.c 8 Oct 2002 23:15:35 -0000 1.5 >+++ etherboot-5.1/src/ide_disk.c 12 Nov 2002 13:27:29 -0000 >@@ -176,7 +176,7 @@ > /* IDE_CMD_SET_FEATURE sub commands */ > #define IDE_FEATURE_CFA_ENABLE_8BIT_PIO 0x01 > #define IDE_FEATURE_ENABLE_WRITE_CACHE 0x02 >-#define IDE_FEATURE_SET_TRANSFRE_MODE 0x03 >+#define IDE_FEATURE_SET_TRANSFER_MODE 0x03 > #define IDE_FEATURE_ENABLE_POWER_MANAGEMENT 0x05 > #define IDE_FEATURE_ENABLE_POWERUP_IN_STANDBY 0x06 > #define IDE_FEATURE_STANDBY_SPINUP_DRIVE 0x07 CVSed. Thanks! |