]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Proprely intialize UART parameters at probe stage, so uart(4)
authorstas <stas@FreeBSD.org>
Sat, 15 Aug 2009 15:15:20 +0000 (15:15 +0000)
committerstas <stas@FreeBSD.org>
Sat, 15 Aug 2009 15:15:20 +0000 (15:15 +0000)
commit6e2c2e42f00b0432adf7a545a09f9aa81d19e7d0
treed0f070cfcfd3cc63724576f09068a39f0550ea6c
parente69f9c07d3e5812c91bab7ade24283b199e40acd
- Proprely intialize UART parameters at probe stage, so uart(4)
  will initialize the FIFO memory correctly on attach.  Before
  that this values was intialized in only in at91_usart_bus_attach
  which is called after the uart(4) memory allocation happens.

Approved by: re (kib)
MFC after: 1 week
sys/arm/at91/uart_dev_at91usart.c