Age | Commit message (Expand) | Author |
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 |
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-22 | Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problem | 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-04 | Crank maxusers to 32 on m68k GENERIC kernels, and to 16 on m68k installation | Miod Vallat |
2004-08-03 | Replace the old 4.4BSD scsi code used on hp300 with a ``real'' driver | Miod Vallat |
2004-08-03 | Copy scsireg.h from hp300/dev to hp300/stand, and use it within hp300/stand. | Miod Vallat |
2004-07-22 | Grammar. | Miod Vallat |
2004-07-13 | errno changes, lib major version bumps, and general flag day | Marco S Hyman |
2004-07-10 | files.hpux is now in a {m68k,hppa} subdir | Theo de Raadt |
2004-07-02 | Cope with SONPROC scheduler changes. | Miod Vallat |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist |