Changeset 24fced7 in rtems
- Timestamp:
- Nov 22, 2004, 10:25:05 PM (16 years ago)
- Children:
- 561f53b
- Parents:
- 52d276b6
- Location:
- c/src/libchip
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/libchip/ChangeLog
r52d276b6 r24fced7 1 2004-11-22 Joel Sherrill <joel@OARcorp.com> 2 3 PR 693/misc 4 * rtc/mc146818a_ioreg.c: Disable unless on a target with in/outport 5 routines. 6 1 7 2004-11-10 Richard Campbell <richard.campbell@oarcorp.com> 2 8 -
c/src/libchip/rtc/mc146818a_ioreg.c
r52d276b6 r24fced7 20 20 #include <bsp.h> 21 21 22 /* 23 * At this point, not all CPUs or BSPs have defined in/out port routines. 24 */ 25 #if defined(__i386__) || defined(__PPC__) 26 #if defined(inport_byte) 22 27 unsigned32 mc146818a_get_register( 23 28 unsigned32 ulCtrlPort, … … 44 49 outport_byte( ulCtrlPort+1, (unsigned8)ucData ); 45 50 } 51 #endif 52 #endif
Note: See TracChangeset
for help on using the changeset viewer.