summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-09-23make it compile with _STANDALONE, ok deraadt@Per Fogelstrom
2004-09-23Clean clean clean... should be OK nowPer Fogelstrom
2004-09-23More pmap bugs cleaned out. Some old, some new.Per Fogelstrom
2004-09-23vput on all paths after vget (currently unused code). from patrick latifiTed Unangst
2004-09-23- remove EVFILT_WRITE in bpfkqfilter() switch case, handledBrad Smith
2004-09-22the following patch fixes a bug preventing midi uarts that doTheo de Raadt
2004-09-22Bring some enhancements and fixes to fdc(4) from NetBSD:Miod Vallat
2004-09-22Bring in libsa code for proper %llx printf display; necessary for /boot.Miod Vallat
2004-09-22Add code to let 32bit code *printf() {u,}int64_t values.Miod Vallat
2004-09-22infrastructure for central, fhc(mainbus/central), and clock@fhcJason Wright
2004-09-22firehose controller driver (not quite working) for the e4500 (and others)Jason Wright
2004-09-22account for linkhdr size when choosing mbufs vs mbuf clustersTheo de Raadt
2004-09-22driver for the "central" controller on the E4500 (and others) [fhc and others...Jason Wright
2004-09-22Add systrace support.Miod Vallat
2004-09-22syncAlexander Yurchenko
2004-09-221210SA is not a SiI product really.Alexander Yurchenko
2004-09-22syncAlexander Yurchenko
2004-09-22Another Aralion chip ARS0303D ATA133.Alexander Yurchenko
2004-09-22Remove unused option CPU.Alexander Yurchenko
2004-09-22On single SCSI slot O2's the first disk is numbered 2 (the slot number)Per Fogelstrom
2004-09-22Partially revert 1.9, the new mod/ref accounting has issues with mmap().Miod Vallat
2004-09-21change sbus0 to sbus* for consistency, miod@Dale Rahn
2004-09-21Allow for multiple sbus host bridges. eg, on e4500. from jason, ok miodDale Rahn
2004-09-21Do not retrigger the screen blanker if one change its settings throughMiod Vallat
2004-09-21Implement "no scrub" to allow exclusion of specific traffic from scrub rules.Aaron Campbell
2004-09-21syncAlexander Yurchenko
2004-09-21New vendor Aralion Inc. and its raid ARS106S.Alexander Yurchenko
2004-09-21Keep providing a 32bit only version of bzero() #ifdef _STANDALONE, asMiod Vallat
2004-09-21nswbuf is long dead; also silence debug printf unless option DEBUG.Miod Vallat
2004-09-21trap() should return a 64 bit value now.Miod Vallat
2004-09-21Make RM7K get L3 cache from config reg. cleanupPer Fogelstrom
2004-09-21$OpenBSD$ tagAlexander Yurchenko
2004-09-21/dev/ptm support for sgi.Miod Vallat
2004-09-21re-add RCS id after last commitBrad Smith
2004-09-21Previous commit removed proper caching when growing segmaps by mistake;Miod Vallat
2004-09-21Nuke commons.Miod Vallat
2004-09-20Fix order of operations for m_gethdr(), found a bit ago, commit after secondDale Rahn
2004-09-20syncTheo de Raadt
2004-09-20more uplcom and umct; jsg@goblin.cx pulled from netbsdTheo de Raadt
2004-09-20regenMichael Shalayeff
2004-09-20IRE is really AD and thus rename those and add a few devicesMichael Shalayeff
2004-09-20Move <machine/pte.h> to mips64 land.Miod Vallat
2004-09-20pf_routable(), used for the no-route keyword, was a v4 only implementation,Henning Brauer
2004-09-20regenMichael Shalayeff
2004-09-20hp pci bridge idMichael Shalayeff
2004-09-20addres -> addressMiod Vallat
2004-09-20syncAlexander Yurchenko
2004-09-20Add nvidia nforce3 250 audio. From FreeBSD via deraadt@.Alexander Yurchenko
2004-09-20There was one CF_5_xx constant left in the 52xx code, change it to CF_52_xxMiod Vallat
2004-09-20// is not valid in asm. doh...Per Fogelstrom