git: syscons - Untangle device attachement from isa?, attach to nexus? instead.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Sun Jan 28 07:46:36 PST 2018
commit 20e2cd35cbe6ee16ff636fba5635b7c5f96b7744
Author: Imre Vadász <imre at vdsz.com>
Date: Sun Jan 28 16:11:10 2018 +0100
syscons - Untangle device attachement from isa?, attach to nexus? instead.
* The syscons device was still attaching via the isa? bus for mostly
historical reasons. Instead directly attach to nexus? and use a custom
_identify method to create the sc%d child devices.
Summary of changes:
sys/config/LINT64 | 2 +-
sys/config/X86_64_GENERIC | 2 +-
.../misc/syscons/syscons_nexus.c} | 37 +++++++++++++++-------
sys/platform/pc64/conf/files | 2 +-
4 files changed, 29 insertions(+), 14 deletions(-)
rename sys/{bus/isa/syscons_isa.c => dev/misc/syscons/syscons_nexus.c} (86%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/20e2cd35cbe6ee16ff636fba5635b7c5f96b7744
--
DragonFly BSD source repository
More information about the Commits
mailing list