Data Fields | |
| bool | client_connected |
| Is there any client conntected to the device? | |
| ddf_dev_t * | dev |
| DDF device node. | |
| ddf_fun_t * | fun |
| DDF function node. | |
| cyclic_buffer_t | input_buffer |
| The buffer for incomming data. | |
| uint32_t | io_addr |
| The base i/o address of the devices registers. | |
| int | irq |
| The irq assigned to this device. | |
| fibril_mutex_t | mutex |
| The fibril mutex for synchronizing the access to the device. | |
| ioport8_t * | port |
| The i/o port used to access the serial ports registers. | |
Definition at line 96 of file ns8250.c.
1.4.7