Age | Commit message (Expand) | Author |
2005-02-13 | remove race w/ improper spllowersoftclock() use; miod@ ok; not tested due to ... | Michael Shalayeff |
2005-02-12 | Use cons_decl() instead of rolling our own prototypes. | Miod Vallat |
2005-01-27 | In windowmove(), put another hardware blitter synchronization before | Miod Vallat |
2005-01-24 | Switch hp300 wscons code to rasops, for DIO frame buffers. | Miod Vallat |
2005-01-24 | Do not attach hilkbd as console if we are running on a serial console. | Miod Vallat |
2005-01-23 | Kill redundant or unnecessary includes. | Miod Vallat |
2005-01-22 | Honour wsconsctl display.vblank setting. | Miod Vallat |
2005-01-21 | Oops, revert changes not intended to be commited in previous commit. | Miod Vallat |
2005-01-21 | Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment, | Miod Vallat |
2005-01-19 | Report the appropriate wsdisplay types to WSDISPLAYIO_GTYPE. | Miod Vallat |
2005-01-18 | Better colormap recovery after X11 exits. | Miod Vallat |
2005-01-18 | Colormap handling for topcat; Xwsfb now runs. | Miod Vallat |
2005-01-18 | Correct mmap() bounds check. | Miod Vallat |
2005-01-17 | Compute sti ROM size and map it exactly, rather than using a supposedly | Miod Vallat |
2005-01-16 | Simplify diofb_fbinquire(), since in the only case where we need to know | Miod Vallat |
2005-01-16 | Since Hyperion can only attach in DIO-II space, don't bother looking for | Miod Vallat |
2005-01-15 | typo | Miod Vallat |
2005-01-15 | A better diagnostic when we encounter extra scodes used by an unsupported | Miod Vallat |
2005-01-15 | Regen | Miod Vallat |
2005-01-15 | Tigershark spans 3 select codes. | Miod Vallat |
2005-01-15 | Glitch in console detection code would match unsupported frame buffers with | Miod Vallat |
2005-01-15 | Kill whitespace at EOL. | Miod Vallat |
2005-01-15 | Use DIO_SIZE() macro instead of rolling our own implementation of it. | Miod Vallat |
2005-01-14 | Switch OpenBSD/hp300 to wscons, still using on-board ROM fonts for now. | Miod Vallat |
2005-01-14 | If we have a frame buffer configured as ``internal'', be sure to account for | Miod Vallat |
2005-01-14 | Regen | Miod Vallat |
2005-01-14 | Sync with latest NetBSD diodevs (device name and ID fixes, and add 425e audio). | Miod Vallat |
2005-01-08 | Only use one set of DIO size and address defines, from <dev/dioreg.h> | Miod Vallat |
2005-01-04 | Slight comments cleanup. | Miod Vallat |
2004-12-26 | _HP300_INTR_H_PRIVATE is long dead. | Miod Vallat |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-12-22 | Upon SCSI command timeout, check if we have missed a DMA completion, | Miod Vallat |
2004-12-22 | Bring more fixes from NetBSD: | Miod Vallat |
2004-12-22 | Do not use DMA for odd-size transfers, as the last byte will not be | Miod Vallat |
2004-12-16 | Fix logic botch in dmacomputeipl() introduced in rev 1.14. | Miod Vallat |
2004-09-29 | Reduce openings when DMA is used. | Miod Vallat |
2004-09-29 | Switch hp300 to evcount. | Miod Vallat |
2004-09-19 | constify speedtabs and make ttspeedtab() take a const struct speedtab * | Michael Shalayeff |
2004-08-30 | In the interrupt handler, if there is a DMA transfer in progress, do | Miod Vallat |
2004-08-25 | Allow DMA transfers to be disabled through device flags; default is to enable | Miod Vallat |
2004-08-25 | Set SCMD_PAD in non-integral sector DMA transfers, or the transfer never | Miod Vallat |
2004-08-21 | Be more paranoid about the SPC_DOINGDMA and SPC_HAVEDMA flag usage. | Miod Vallat |
2004-08-21 | Check for disabled parity in the master chip hconf register upon attach, | Miod Vallat |
2004-08-21 | Be sure to reset the master hconf register when resetting the scsi chip. | Miod Vallat |
2004-08-21 | Missing DELAY. | Miod Vallat |
2004-08-19 | If a DMA operation takes longer time than usual, do not flood the console | Miod Vallat |
2004-08-19 | Remove debug printf that crept in. | Miod Vallat |
2004-08-18 | A potpourri of fixes and improvements: | Miod Vallat |
2004-08-03 | Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver | Miod Vallat |
2004-04-12 | removeable -> removable; | Jason McIntyre |