cvs commit: src/sys/arm/sa11x0 uart_dev_sa1110.c

Olivier Houchard cognet at FreeBSD.org
Wed Sep 12 11:28:11 PDT 2007


cognet      2007-09-12 18:28:10 UTC

  FreeBSD src repository

  Modified files:
    sys/arm/sa11x0       uart_dev_sa1110.c 
  Log:
  It's probably time I learn C.
  Fix a few while (!uart_getreg() & SR1_TNF) when
  while (!(uart_getreg() & SR18TNF)) was really meant.
  This driver should die anyway, it's awful, and uart_ns8250 should be fine
  for the StrongArm 1110. I'll kill it later.
  
  Submitted by:   Mikhael Skvorts
  Approved by:    re (blanket)
  
  Revision  Changes    Path
  1.9       +2 -2      src/sys/arm/sa11x0/uart_dev_sa1110.c


More information about the cvs-src mailing list