summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2004-09-23Correctly test for prom memory mapping failure. Fortunately no system weMiod Vallat
2004-09-23syncAlexander Yurchenko
2004-09-23Correct AAR-1210SA name a bit to match netbsd.Alexander Yurchenko
2004-09-23add ETHER_MAX_DIX_LENBrad Smith
2004-09-23prepare the way for multi-bus attachment of zs (specifically zs@fhc).Jason Wright
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-09-23remove some more compile time overrides, use the sysctl's.Brad Smith
2004-09-23central@mainbus, fhc@central, fhc@mainbus, and clock@fhcJason Wright
2004-09-23clock@fhcJason Wright
2004-09-23- fix the bus_map functions (get the parent node right)Jason Wright
2004-09-23RTL8201L PHY support; from FreeBSD.Federico G. Schwindt
2004-09-23use .c versions of certain functions. 32 bit modePer Fogelstrom
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