Changeset da8ae79b in rtems for c/src/lib/libcpu/i386/displayCpu.c
- Timestamp:
- 12/13/99 21:21:31 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c629812
- Parents:
- 1c98d28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/i386/displayCpu.c
r1c98d28 rda8ae79b 68 68 69 69 /* We must get the stepping number by reading DIR1 */ 70 i386_outport_byte(0x22,0xff) ; i386_inport_byte(0x23, x86_mask); 70 outport_byte(0x22,0xff); 71 inport_byte(0x23, x86_mask); 71 72 switch (x86_mask) { 72 73 case 0x03:
Note: See TracChangeset
for help on using the changeset viewer.