summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
AgeCommit message (Expand)Author
2007-03-13Be more strict during probe, consider failures to get device descriptionMiod Vallat
2007-02-28Use diskerr() to print error messages.Miod Vallat
2007-02-22Comment out the errmsg printf in hdgetdisklabel() again.Miod Vallat
2007-02-21Long awaiting modernization:Miod Vallat
2007-02-21remove part of buf abuse and store errcnt in softc (instead of b_errcnt); mor...Michael Shalayeff
2007-01-14Move the isa bridge probe from isabr to frodo, so that frodo only attemptsMiod Vallat
2007-01-11Allow sti_attach_common() to return an error code, and do not fall intoMiod Vallat
2007-01-07Get rid of PROM font-related defines.Miod Vallat
2007-01-07Skip optional dash when parsing the layout code.Miod Vallat
2007-01-07Hardcode DIO_SCMAX if kernel is built without model 320 support.Miod Vallat
2007-01-06Preliminary support for the hp300 single ISA slot found in 4xx `t' models.Miod Vallat
2007-01-06Turn bus_space_tag_t into real structures containing a bunch of functionMiod Vallat
2007-01-06Propagate bus_space_tag_t through device attachment args structures, ratherMiod Vallat
2006-12-18Change sti attachment to pass an array of base addresses for the sti regions,Miod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-08-22Clear sti display on console attach, now that the bootloader leaves usMiod Vallat
2006-08-12Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and thenKenneth R Westerback
2006-08-11Let the windowmove() callbacks return whether they could perform the operationMiod Vallat
2006-08-10Try and determine the keyboard layout from its identification string;Miod Vallat
2006-08-09Use the blitter again for the cursor on non-mono frame buffers.Miod Vallat
2006-08-05Since the maskbits code only gets invoked with RR_COPY or RR_CLEAR thoseMiod Vallat
2006-08-05Prefer rasops {copy,erase}rows routines for non-accelerated 1bpp frame buffers,Miod Vallat
2006-06-30When allocating the default rasops attribute, it is not necessary to useMiod Vallat
2006-06-16Fix range check in sgc_slottopa().Miod Vallat
2006-06-16Line 0 is not wired, thus illegal for use in frodo_intr_establish().Miod Vallat
2006-04-20no longer failure care; ok miodTheo de Raadt
2006-04-16Introduce sti_rom_size() which will compute the size of a card's rom, andMiod Vallat
2006-04-15Caps Lock key is special, even in raw mode, on the Domain keyboard, exactlyMiod Vallat
2006-04-14Minimal support for the HP98705 ``Tigershark'' TurboVRX frame bufferMiod Vallat
2006-04-13Fix timeout initialization bug introduced in rev 1.8.Miod Vallat
2006-03-15Nuke dk_establish(), no longer used.Miod Vallat
2006-03-12Previous fix was half-done, move the wsscreen_list array into the softcMiod Vallat
2006-03-12Move struct wsscreen_list out of the stack as on sparc.Miod Vallat
2006-02-14Fix <=4bpp buglet introduced in previous commit; non-hyperion frame buffersMiod Vallat
2006-01-22b_cylin -> b_cylinder; no functional change.Miod Vallat
2006-01-20b_un.b_addr -> b_data; no functional change.Miod Vallat
2006-01-19Bounds check PPIIOCSSEC argument, for a carefully choosen invalid valueMiod Vallat
2006-01-01Let cons_init() and cons_init_bell() initialize the whole consdev structure,Miod Vallat
2005-12-31Rework (once again) the console code, in order to match the PROM's logic better.Miod Vallat
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