Legend:
- Unmodified
- Added
- Removed
-
trunk/atahpt.c
r1338 r1388 18 18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 19 19 */ 20 21 #if defined(__i386__) || defined(__x86_64__) 20 22 21 23 #include <stdlib.h> … … 78 80 return INB(io_base_addr + BIOS_ROM_DATA); 79 81 } 82 83 #else 84 #error PCI port I/O access is not supported on this architecture yet. 85 #endif -
trunk/satamv.c
r1338 r1388 20 20 21 21 /* Datasheets are not public (yet?) */ 22 #if defined(__i386__) || defined(__x86_64__) 22 23 23 24 #include <stdlib.h> … … 183 184 return satamv_indirect_chip_readb(addr); 184 185 } 186 187 #else 188 #error PCI port I/O access is not supported on this architecture yet. 189 #endif
Note: See TracChangeset
for help on using the changeset viewer.
