Changeset 74 for hacks/xtide/atalib.h
- Timestamp:
- Dec 21, 2015, 1:40:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
hacks/xtide/atalib.h
r73 r74 29 29 30 30 /* The necessary I/O ports, indexed by "bus". */ 31 #define ATA_PORT_SHIFT 1/* For XT-CF trick */31 #define ATA_PORT_SHIFT (g_cPortShift) /* For XT-CF trick */ 32 32 #define ATA_REG_DATA(a_uBasePort) (a_uBasePort) 33 33 #define ATA_REG_FEATURES(a_uBasePort) ((a_uBasePort) + (1 << ATA_PORT_SHIFT))
Note:
See TracChangeset
for help on using the changeset viewer.