#
dbfa10e5 |
| 26-Oct-2022 |
riastradh <riastradh@NetBSD.org> |
ddb/db_active.h: New home for extern db_active.
This can be included unconditionally, and db_active can then be queried unconditionally; if DDB is not in the kernel, then db_active is a constant zer
ddb/db_active.h: New home for extern db_active.
This can be included unconditionally, and db_active can then be queried unconditionally; if DDB is not in the kernel, then db_active is a constant zero. Reduces need for #include opt_ddb.h, #ifdef DDB.
show more ...
|
#
743e52a1 |
| 12-Feb-2021 |
ryo <ryo@NetBSD.org> |
UART_RFIFO_REG should be masked before passing to cn_check_magic(). there is any data in other than the lower 8 bits.
|
#
6e54367a |
| 27-Jan-2021 |
thorpej <thorpej@NetBSD.org> |
Rename of_match_compat_data() to of_compatible_match(). Similarly, rename of_search_compatible() to of_compatible_lookup().
Standardize on of_compatible_match() for driver matching, and adapt all c
Rename of_match_compat_data() to of_compatible_match(). Similarly, rename of_search_compatible() to of_compatible_lookup().
Standardize on of_compatible_match() for driver matching, and adapt all call sites.
show more ...
|
#
64e248ed |
| 15-Jan-2021 |
ryo <ryo@NetBSD.org> |
use fdtbus_intr_establish_xname
|
#
95c57315 |
| 28-May-2019 |
ryo <ryo@NetBSD.org> |
- since ttyinput (t_linesw->l_rint) should not be called from interrupt context, it has been modified to use softint like other serial drivers. - add spinlock for interrupt.
ok jmcneill@. thanks
|
#
deba12f9 |
| 20-Jan-2019 |
jmcneill <jmcneill@NetBSD.org> |
Only enable RX interrupts if the device is open. Previously interrupts were enabled unconditionally, which caused the interrupt handler to consume input before WSDISPLAY_MULTICONS had a change to pol
Only enable RX interrupts if the device is open. Previously interrupts were enabled unconditionally, which caused the interrupt handler to consume input before WSDISPLAY_MULTICONS had a change to poll for data.
show more ...
|
#
912cfa14 |
| 19-Jan-2019 |
jmcneill <jmcneill@NetBSD.org> |
Add support for (FDT-ized) Amlogic Meson8b.
|