DragonFly commits List (threaded) for 2009-09
DragonFly BSD
DragonFly commits List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: sio(4) - Fix double make_dev if used as console


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 7 Sep 2009 04:49:40 -0700 (PDT)

commit 879172271d5105425ca7df8c599f59b035bfcb8e
Author: Alex Hornung <ahornung@gmail.com>
Date:   Mon Sep 7 12:34:45 2009 +0100

    sio(4) - Fix double make_dev if used as console
    
    * sio was calling another make_dev for ttyd0 if it was being used as
      console. This is no longer valid with devfs, so we look for the
      existing ttyd0, as it must exist already if the device has been
      attached.
    
    Dragonfly-bug: http://bugs.dragonflybsd.org/issue1485
    Reported-by: Hasso Tepper, Jordan Gordeev

Summary of changes:
 sys/dev/serial/sio/sio.c |   18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/879172271d5105425ca7df8c599f59b035bfcb8e


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]