freebsd-dev/sys/isa
Kyle Evans 3322036efb syscons: drop keyboard index from softc
Analysis seems to reveal that sc->keyboard >= 0 implies sc->kbd != NULL and
there's no such scenario where sc->kbd is set (and theoretically used to
rebuild sc->keyboard) with the keyboard unavailable.

Drop the index softc. The index is only explicitly needed in few places, in
which case we can just as easily grab it from sc->kbd. There's no need for
keeping sc->kbd and sc->keyboard in sync when it can be readily accomplished
with just the former.
2019-12-23 21:32:07 +00:00
..
isa_common.c On further testing on actual machines with this hardware, we should 2017-12-30 08:16:31 +00:00
isa_common.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
isa_dmareg.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
isa_if.m
isahint.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
isareg.h sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
isavar.h Reapply, with minor tweaks, r338025, from the original commit: 2018-09-26 17:12:14 +00:00
pnp.c Warn when nonPNP ISA devices are attached in GENERIC that they are 2017-12-23 22:57:14 +00:00
pnpparse.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
pnpreg.h spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
pnpvar.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
rtc.h Revert r330780, it was improperly tested and results in taking a spin 2018-03-11 20:13:15 +00:00
syscons_isa.c syscons: drop keyboard index from softc 2019-12-23 21:32:07 +00:00
vga_isa.c Add ISA PNP tables to ISA drivers. Fix a few incidental comments. 2018-01-29 00:22:30 +00:00