libhd 5.0
Functions | Variables
Serial devices
Device handling

Serial device interface. More...

Functions

static void get_serial_info (hd_data_t *hd_data)
static serial_tadd_serial_entry (serial_t **ser, serial_t *new_ser)
static void dump_serial_data (hd_data_t *hd_data)
void hd_scan_serial (hd_data_t *hd_data)

Variables

static char * ser_names []

Detailed Description

Serial device interface.


Function Documentation

serial_t * add_serial_entry ( serial_t **  ser,
serial_t new_ser 
) [static]

References s_serial_t::next.

Referenced by get_serial_info().

void dump_serial_data ( hd_data_t hd_data) [static]
void get_serial_info ( hd_data_t hd_data) [static]
void hd_scan_serial ( hd_data_t hd_data)

Variable Documentation

char* ser_names[] [static]
Initial value:
 {
  "8250", "16450", "16550", "16650", "16750", "16850", "16950"
}

Referenced by hd_scan_serial().