Module Name: src Committed By: hans Date: Tue Mar 4 14:31:07 UTC 2025
Modified Files: src/sys/arch/vax/vsa: dz_vsbus.c Log Message: vax/dz(4): defer configuring children lkkbd and lkms At least lkkdb (dzkbd, really) wants to not only send data over dz(4), it also depends on receiving them asynchronously for the keyboard type detection to work. So defer configuring dz(4) children until all vsbus children have attached and vsbus interrupts have been unmasked. This fixes keyboard type detection when running with serial console, which on most (all?) VAXstations is on dz(4), too. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/vax/vsa/dz_vsbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.