Age | Commit message (Expand) | Author |
2005-01-18 | Colormap handling for topcat; Xwsfb now runs. | Miod Vallat |
2005-01-18 | Enable WSDISPLAY_COMPAT_RAWKBD | Miod Vallat |
2005-01-18 | In phys_badaddr() when probe fails, restore the correct PROM bus error | 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 | Allow this to build w/o SGC; OK miod@ | Todd C. Miller |
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 | Since we run keyboards in raw mode now, NMIs can only be parity errors now; | 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-10 | It turns out the extiospace static storage shrinkage was too much for large | Miod Vallat |
2005-01-09 | When checking device names, make sure we look for a device name immediately | Miod Vallat |
2005-01-08 | Only use one set of DIO size and address defines, from <dev/dioreg.h> | Miod Vallat |
2005-01-08 | #include <arch/*> -> #include <*> | Miod Vallat |
2005-01-04 | Slight comments cleanup. | Miod Vallat |
2005-01-03 | Left out one EIOMAPSIZE -> eiomapsize chunk by accident; millert | Miod Vallat |
2004-12-30 | If we are running on a 68040 or a 68060 processor, overwrite the copypage() | Miod Vallat |
2004-12-30 | Kill the EIOMAPSIZE and instead, dynamically size the external I/O map, | Miod Vallat |
2004-12-30 | Rework pmap_bootstrap() computations of I/O maps. Makes the MD part of | 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-24 | {e,}intr{cnt,names} bye-bye. | Miod Vallat |
2004-12-23 | Use a shorter, more realistic initial memory storage for extio. | 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-12-06 | Use uvm_grow() to account for stack growth, rather than home-grown code | Miod Vallat |
2004-12-02 | Make BUFCACHEPERCENT adjustable through UKC, like all other arches do. | Miod Vallat |
2004-11-28 | Correct pmap_enter() flags usage. | Miod Vallat |
2004-11-26 | Kill __HAVE_EVCOUNT, now that all architectures provide them. | Miod Vallat |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko |
2004-10-02 | Associate ipl levels to clock and statclock coconuts. | Miod Vallat |
2004-10-02 | Too much dust on these files, it's time for them to leave the building. | Miod Vallat |
2004-09-30 | Protect struct isr with #ifdef _KERNEL since struct evcount is | Todd C. Miller |
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-09-16 | cleanup deafult locators (blah ?); please check that your most hated architec... | Michael Shalayeff |
2004-08-30 | In the interrupt handler, if there is a DMA transfer in progress, do | Miod Vallat |