summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Fix support for 256 MB aperture sizes on chipsets such as the 845 andjhb2003-05-272-10/+32
* Grr, fix compile. The bane of trying to split out patches into twojhb2003-05-272-0/+2
* This commit was generated by cvs2svn to compensate for changes in r115351,njl2003-05-272-4/+44
|\
| * Fix false AE_NOT_FOUND messages, reported in NetBSD port-i386/20897.njl2003-05-272-4/+44
* | Fix compile: the type is spelled bus_dmasync_op_t rather thanjhb2003-05-271-3/+3
* | Add support for the Intel 865 chipset.jhb2003-05-274-6/+20
* | Remove the redundant declaration of bus_dmasync_op_t.scottl2003-05-271-4/+0
* | A flushrs must be the first in an instruction group.marcel2003-05-272-0/+2
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-2728-45/+56
* | Have the unwinder allocate memory with M_NOWAIT. The unwinder ismarcel2003-05-271-1/+1
* | Fix fu{byte|word*} and su{byte|word*}:marcel2003-05-273-298/+902
* | Revision 1.99 of this file changed the allocation request frommarcel2003-05-261-1/+1
* | This driver supports the 2920C not the 2920.gibbs2003-05-261-3/+3
* | Consistently use #ifdef for testing AHC_TARGET_MODE.gibbs2003-05-261-9/+9
* | aic79xx.c:gibbs2003-05-263-3/+3
* | Correct/Simplify ignore wide residue message handlinggibbs2003-05-264-49/+42
* | FIFOEMP can lag LAST_SEG_DONE in the Ultra2 and U160gibbs2003-05-261-2/+10
* | Correct/Simplify ignore wide residue message handlinggibbs2003-05-265-65/+51
* | Fix disabling of PCI parity error interrupts. We need to setgibbs2003-05-263-12/+21
* | Change hadling of the Rev. A packetized lun output buggibbs2003-05-263-9/+13
* | Add 7901B support.gibbs2003-05-261-12/+57
* | Fixup spelling of "coalesce" and derivatives.gibbs2003-05-264-77/+77
* | Remove stray K&R style function definition.gibbs2003-05-261-3/+2
* | Fix two typos from the last commitscottl2003-05-262-2/+2
* | De-orbit bus_dmamem_alloc_size from here too.scottl2003-05-261-34/+8
* | De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-2612-213/+32
* | Copy the va_list in sbuf_vprintf() before passing it to vsnprintf(),peter2003-05-251-1/+4
* | - Create a new lock, umtx_lock, for use instead of the proc lock forjeff2003-05-251-6/+13
* | Don't do silly thing if the disk_create() event gets canceled.phk2003-05-251-1/+3
* | - Reset the free ent to NULL if we have consumed the last free entry. Thisjeff2003-05-251-0/+2
* | Beat vnode locking in the NFS server code into submission. This changetruckman2003-05-253-114/+203
* | Always set the hardware parse bit in the IPCB structure when thistruckman2003-05-251-6/+43
* | Now that we define user mode as any IP address that isn't in themarcel2003-05-251-2/+1
* | Ignore the 'must allocate below 1MB' flag for the TPL_BAR_REG. It isimp2003-05-241-0/+2
* | Fix a source of instability specific to an EPC userland. We returnmarcel2003-05-242-14/+8
* | Be more careful how we restore interrupts. Don't rewrite most of themarcel2003-05-241-3/+4
* | Consistently us the same metric to differentiate between kernel modemarcel2003-05-242-3/+2
* | Unconditionally restore ar.k7 (memory stack) and ar.k6 (register stack)marcel2003-05-242-4/+4
* | Stop profiled libc from exploding, matching gcc's generated code.peter2003-05-241-4/+0
* | Fix an alpha inheritance bug:marcel2003-05-244-68/+28
* | Fix a (new) source of instability:marcel2003-05-232-16/+14
* | In swapctx(), put the RSE in enforced lazy mode before we flush themarcel2003-05-232-4/+4
* | Make the maximum number of vnodes a function of both the physical memoryalc2003-05-231-1/+10
* | Typo fix. oops.peter2003-05-231-1/+1
* | Update comments. Note that the kernel is at -1GB, not -2GB as erroniouslypeter2003-05-231-3/+3
* | As suggested by the gdb folks, pad the 'struct fpreg' to a full 512 bytespeter2003-05-231-0/+1
* | Low risk amd64 fix. Use a vm_offset_t for the virtual location of thepeter2003-05-231-2/+2
* | Deal with the user VM space expanding. 32 bit applications do not likepeter2003-05-236-14/+14
* | Major pmap rework to take advantage of the larger address space on amd64peter2003-05-2313-606/+656
* | Change the way the plex lock mutexes work. Previously they were partgrog2003-05-231-16/+29
OpenPOWER on IntegriCloud