Changeset b688fd8 in mainline for uspace/srv/hw/irc
- Timestamp:
- 2015-08-17T18:54:56Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- abf2dfd
- Parents:
- b10460a
- Location:
- uspace/srv/hw/irc
- Files:
-
- 4 edited
-
apic/apic.c (modified) (1 diff)
-
i8259/i8259.c (modified) (1 diff)
-
icp-ic/icp-ic.c (modified) (1 diff)
-
obio/obio.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/irc/apic/apic.c
rb10460a rb688fd8 215 215 } 216 216 217 async_set_ client_connection(apic_connection);217 async_set_fallback_port_handler(apic_connection, NULL); 218 218 service_register(SERVICE_IRC); 219 219 -
uspace/srv/hw/irc/i8259/i8259.c
rb10460a rb688fd8 153 153 } 154 154 155 async_set_ client_connection(i8259_connection);155 async_set_fallback_port_handler(i8259_connection, NULL); 156 156 service_register(SERVICE_IRC); 157 157 -
uspace/srv/hw/irc/icp-ic/icp-ic.c
rb10460a rb688fd8 150 150 icpic_regs = (icpic_regs_t *)regs; 151 151 152 async_set_ client_connection(icpic_connection);152 async_set_fallback_port_handler(icpic_connection, NULL); 153 153 service_register(SERVICE_IRC); 154 154 -
uspace/srv/hw/irc/obio/obio.c
rb10460a rb688fd8 137 137 printf("%s: OBIO registers with base at %zu\n", NAME, base_phys); 138 138 139 async_set_ client_connection(obio_connection);139 async_set_fallback_port_handler(obio_connection, NULL); 140 140 service_register(SERVICE_IRC); 141 141
Note:
See TracChangeset
for help on using the changeset viewer.
