Changeset 8344d0a in mainline
- Timestamp:
- 2009-08-19T15:09:22Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 86554e7
- Parents:
- fd210de
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/pci/serial.c
rfd210de r8344d0a 199 199 pio_write_8(port_addr + 4, 0x1f); 200 200 if ((pio_read_8(port_addr + 6) & 0xf0) != 0xf0) { 201 return 0;201 return NULL; 202 202 } 203 203 pio_write_8(port_addr + 4, olddata);
Note:
See TracChangeset
for help on using the changeset viewer.