Age | Commit message (Expand) | Author |
2005-12-30 | Kill conforced, and have console devices use CN_FORCED priority instead. | Miod Vallat |
2005-12-30 | When a driver claims console, let it set conscode to itself, instead of | Miod Vallat |
2005-12-30 | Introduce symbolic constants for the magic conscode values. | Miod Vallat |
2005-12-28 | ...thus no need to override conscode if we are configured as console, so that | Miod Vallat |
2005-12-28 | hyper, rbox and topcat not in intio space are CN_NORMAL priority, not | Miod Vallat |
2005-12-28 | Define dca remote console identifiers as regular identifier with the bit 7 | Miod Vallat |
2005-12-28 | Setting the service switch on 425e to select serial console shall not be | Miod Vallat |
2005-12-27 | Do not tprintf() information, use printf() instead like all other tape | Miod Vallat |
2005-12-22 | Postpone the hil console detection logic to the first detection of a keyboard. | Miod Vallat |
2005-12-21 | Do not attach dnkbd as a console keyboard if console is on serial. | Miod Vallat |
2005-12-03 | The first thing done when XXX_scsi_cmd() returns TRY_AGAIN_LATER is | Kenneth R Westerback |
2005-11-19 | Remove superfluous statement-ending semi-colons. i.e., "return foo;;" should | Aaron Campbell |
2005-11-18 | Protect biodone() with splbio(). | Miod Vallat |
2005-11-18 | Define the CS/80 identify structure only once and correctly, instead of | Miod Vallat |
2005-11-17 | Factorize DMA cache flush code, use modern types and constants, ansify. | Miod Vallat |
2005-11-16 | Mention ipl in dmesg, for consistency with other devices. | Miod Vallat |
2005-11-16 | Overhaul the way HP-IB devices are probed. We will now do an exhaustive | Miod Vallat |
2005-11-15 | Only two `h' in threshold. | Miod Vallat |
2005-11-15 | More typos (especially indicies -> indices), checked with jmc@ | Miod Vallat |
2005-11-14 | Restore the disk blinkenlichten lost with the new scsi code, and hp300 users | Miod Vallat |
2005-11-14 | Use config_found_sm() in the probe machinery. This is simpler and allows us | Miod Vallat |
2005-11-14 | Make HDWAITC and HDRETRY overridable in the kernel configuration file; | Miod Vallat |
2005-11-14 | constuct -> construct | Miod Vallat |
2005-11-14 | hz is defined in <sys/kernel.h> | Miod Vallat |
2005-11-13 | Better error message layout. | Miod Vallat |
2005-11-13 | Fix timeout usage introduced during the timeout API change (better late | Miod Vallat |
2005-11-12 | Constify, and simplify hdgetinfo() which only gets called for known disks. | Miod Vallat |
2005-11-12 | Provide useful information if we panic due to looping interrupts. | Miod Vallat |
2005-11-12 | Print HP-IB disk geometry the same way we print SCSI disk geometries | Miod Vallat |
2005-11-06 | Add keyboard bell support. | Miod Vallat |
2005-09-27 | Regen (3x2 frame buffer, 4 select codes). | Miod Vallat |
2005-09-27 | Identify HP 9000/362 and HP 9000/382 models, and attach frodo on them. | Miod Vallat |
2005-09-06 | anomoly -> anomaly | Miod Vallat |
2005-05-09 | Compile if no wsmouse device is configured in the kernel. | Miod Vallat |
2005-05-09 | Compile without option WSDISPLAY_COMPAT_RAWKBD | Miod Vallat |
2005-05-08 | For 4bpp and 6bpp frame buffers, advertize highligting and colors capabilities | Miod Vallat |
2005-05-06 | Keyboard maps for all international Domain keyboard layouts, reconstructed | Miod Vallat |
2005-04-25 | Pass the complete keybuffer to wskbd_rawinput(); dnkbd now works under X11. | Miod Vallat |
2005-04-24 | Oops, 1.3 would cause a keyboard plugged at boot time to start in the wrong | Miod Vallat |
2005-04-23 | Discard 0 byte keyboard identification strings. | Miod Vallat |
2005-04-22 | Do not process the FIFO during interrupts when we are polling. | Miod Vallat |
2005-04-22 | Doh, typo in constant... | Miod Vallat |
2005-04-22 | Oops! | Miod Vallat |
2005-04-22 | Driver for the Apollo Domain keyboard and mouse, for the HP 9000/4xx series. | Miod Vallat |
2005-04-22 | Allow an external device to force the HIL loop to not claim the keyboard | Miod Vallat |
2005-02-27 | Split sti softc in two structures, one device-related for regular device | Miod Vallat |
2005-02-27 | Invoke hp300_cninit() twice, with a global variable letting the | Miod Vallat |
2005-02-27 | Decide whether to force serial console on the 425e based upon the service | Miod Vallat |
2005-02-20 | A better console test. | Miod Vallat |
2005-02-14 | Behave correctly in interrupt handlers if no tty has been allocated yet. | Miod Vallat |