Changeset ae7d03c in mainline for uspace/drv/nic
- Timestamp:
- 2018-05-10T13:39:19Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e8975278
- Parents:
- b277bef
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
- Location:
- uspace/drv/nic
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/ar9271/ar9271.c
rb277bef rae7d03c 801 801 * This should initiate creating confirmation message in 802 802 * device side buffer which we will check in htc_check_ready function. 803 */803 */ 804 804 usb_pipe_t *ctrl_pipe = usb_device_get_default_pipe(usb_device); 805 805 errno_t rc = usb_control_request_set(ctrl_pipe, -
uspace/drv/nic/rtl8139/driver.c
rb277bef rae7d03c 94 94 95 95 #ifndef RXBUF_SIZE_FLAGS 96 96 /** Flags for receiver buffer - 16kB default */ 97 97 #define RXBUF_SIZE_FLAGS RTL8139_RXFLAGS_SIZE_16 98 98 #endif -
uspace/drv/nic/rtl8169/driver.c
rb277bef rae7d03c 1205 1205 1206 1206 /** Main function of RTL8169 driver 1207 *1207 * 1208 1208 * Just initialize the driver structures and 1209 1209 * put it into the device drivers interface
Note:
See TracChangeset
for help on using the changeset viewer.