Changeset 5129
- Timestamp:
- Feb 16, 2010 12:27:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/superio/nsc/pc97317/pc97317_early_serial.c
r4993 r5129 42 42 43 43 /* Wait for the clock to stabilise */ 44 while(! inb(PM_BASE + 1& 0x80))44 while(!(inb(PM_BASE + 1) & 0x80)) 45 45 ; 46 46
Note: See TracChangeset
for help on using the changeset viewer.
