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