summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2002-02-22- don't call strbuf_flush_done for each segment, call it once per map (andJason Wright
2002-02-22a few sigval_ptr cases were returning pc instead of fault addressTheo de Raadt
2002-02-22From NetBSD:Jason Wright
2002-02-21for a SIGSEGV, only read cr2 once, not twice (and now si_addr is not just the...Theo de Raadt
2002-02-21There is no need to restrict number of bufs to 200.Artur Grabowski
2002-02-21%s/iommu_clear/iommu_remove/gJason Wright
2002-02-21Pasto. Ok mickey@Thierry Deval
2002-02-21Typo. Ok mickey@Thierry Deval
2002-02-21oopsMichael Shalayeff
2002-02-21pmap.pmap_pd is redundant -- no moreMichael Shalayeff
2002-02-20frantzen's stackghost code. wcookie is set at 0 right now, until debuggerTheo de Raadt
2002-02-20setup power failure handler (for sw-controlled power button), move toc handlerMichael Shalayeff
2002-02-20support amd766 as amd756; from peter@ (pr/1948); tested by Henning Brauer <li...Michael Shalayeff
2002-02-19Provide PAGE_{MASK,SHIFT,SIZE} ``constants'' for every cpu combination.Miod Vallat
2002-02-19bump NMBCLUSTERSJason Wright
2002-02-19From NetBSD:Jason Wright
2002-02-19If there are pckbd's, register ourselves to handle beeps... AXi's can nowJason Wright
2002-02-19get rid of old if 0'ed code. add support for __weak_alias and fixDale Rahn
2002-02-19From NetBSD:Jason Wright
2002-02-19From NetBSD:Jason Wright
2002-02-19stategy is not an english wordTheo de Raadt
2002-02-19correct extended partition botch; gluk, in PR 1449Theo de Raadt
2002-02-19proper dependencies on assym.hTheo de Raadt
2002-02-19Add new trm driver. Pointed out by brad@Kenneth R Westerback
2002-02-18copy the segment regs w/ zeroing upper 16 bitsMichael Shalayeff
2002-02-18when saving %fs,%gs clear out the upper 16 bits for ddbMichael Shalayeff
2002-02-18add pms/pmsi at pckbc and wsmouse at pms/pmsiJason Wright
2002-02-18Driver for the i8042 keyboard controller on systems with ebusJason Wright
2002-02-18provide pckbc_machdep_cnattach if necessary (like alpha, it does nothing)Jason Wright
2002-02-18Pull in dev/pckbc/files.pckbc, and put in placeholder for pckbc at ebusJason Wright
2002-02-18Add __HAVE_NWSCONS (so pckbc will do the right thing)Jason Wright
2002-02-18change the dma memory allocation to use kernel_map, not kmem_map.Dale Rahn
2002-02-18multi-line string literals are deprecated in gcc 3.0Eric Jackson
2002-02-18Add trm (Tekram TRM-S1040 based SCSI cards, DC-3x5U) driverKenneth R Westerback
2002-02-17comment typoJason Wright
2002-02-17Patch from Daniel Lucq <daniel@lucq.org>Mats O Jansson
2002-02-16New port of FreeBSD's ahc driverSteve Murphree
2002-02-16there are bugs, and then there are pastosMichael Shalayeff
2002-02-16dma_cachectl() no moreMichael Shalayeff
2002-02-16remove bogus DCIAS (used to be used for scsi driverMichael Shalayeff
2002-02-16need ca_pdc_iodc_read from some devices to got their paramsMichael Shalayeff
2002-02-16implement a few dma methods; from fredette@. some fixes from meMichael Shalayeff
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-02-15fix the possible 4G overflow issuesMichael Shalayeff
2002-02-15Fix the __asm__ statements and remove the workarounds.Artur Grabowski
2002-02-14put "boot" in /usr/mdec instead of /Theo de Raadt
2002-02-14__weak_alias() support.Federico G. Schwindt
2002-02-13FREF/FRELE where required due to fd_getfile.jasoni
2002-02-13use strncpy instead of strcpy (no strcpy in libsa); hugh okTheo de Raadt
2002-02-12beep!Jason Wright