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

看板DFBSD_commit作者時間16年前 (2009/09/07 20:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1AfFO51H (DFBSD_commit)