summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Remove the quirk for the FujiFilm camera. Submitter indicates it is nownjl2003-09-041-8/+0
* Bring back PCIR_HEADERTYPE as an alias for PCIR_HDRTYPE under BURN_BRIDGESjhb2003-09-031-0/+3
* Replace another instance of PCIR_MAPS with PCIR_BAR(x).jhb2003-09-031-1/+1
* Unbreak buildworld. sys/taskqueue.h is a kernel-only include.ken2003-09-031-1/+1
* Use the quality to disable timecounters for which we deem Hz too low.phk2003-09-031-6/+10
* Give the ELAN timecounter better quality than i8254phk2003-09-031-1/+2
* Add BOOT_PXELDR_ALWAYS_SERIAL option which forces serial console.phk2003-09-033-0/+15
* Recognize the OHCI USB device on Opteron-based nForce3 motherboardsobrien2003-09-031-0/+9
* Examine and record the Silicon Revision Register on NS parts.phk2003-09-032-3/+38
* Recognize the sound chip on the Opteron-based nForce3 motherboardsobrien2003-09-031-0/+4
* Move dynamic sysctl(8) variable creation for the cd(4) and da(4) driversken2003-09-034-45/+134
* - Several of the callers to getdirtybuf() were erroneously changed to passjeff2003-09-031-9/+16
* PR: kern/56343bms2003-09-031-1/+3
* MFi386: add device ataraid, this is now seperate and not pulled in by atadisk.obrien2003-09-031-0/+1
* Support the nForce3 chip found on Opteron motherboards:obrien2003-09-022-0/+2
* move domain list mutex initialization to earlier in the boot sequence sosam2003-09-021-2/+1
* Add function OF_decode_addr(). This function obtains the physicalmarcel2003-09-022-1/+112
* Preparatory commit to allow prototypes in ofw_machdep.h to containmarcel2003-09-026-0/+6
* Move the inclusion of <machine/ofw_machdep.h> after the inclusion ofmarcel2003-09-021-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-0264-154/+149
* - Deprecate PCIR_MAPS under BURN_BRIDGES (meaning it will be gone in 6.0)jhb2003-09-021-1/+5
* Fix errno return values to better represent failure reasons fordds2003-09-021-4/+9
* cosmeticssos2003-09-021-2/+2
* Adjust the max transfer size used.sos2003-09-021-1/+1
* Prepare for locking mlx(4) by cleaning up the use of busdma. No realscottl2003-09-022-155/+243
* Don't open with exclusive bit, swapon(8) wants to trash our swapdev.phk2003-09-021-2/+8
* Simplify the ioctl handling in GEOM.phk2003-09-016-309/+146
* Commands submitted through the management interface won't have scatter/scottl2003-09-011-0/+2
* Change clean_map from a global to an auto variableeivind2003-09-012-1/+1
* Don't try to enable io or memory access for non-standard resourcedfr2003-09-011-6/+9
* Add support for AMD766 and AMD768 chipsets.dfr2003-09-011-3/+9
* Try to close the race between disk_destroy() and a subsequent disk_create().phk2003-09-011-19/+17
* Rearrange the probe code yet again.sos2003-09-012-44/+61
* Try a port reset if initial contact to a device failed.ticso2003-09-011-1/+4
* Use pmap_steal_memory() for the msgbuf instead of trying to squeezemarcel2003-09-011-25/+2
* Implement MBUF_STRESS_TEST mark II.silby2003-09-013-18/+87
* Locking and misc cleanups; most of which I've been running for >4 months:sam2003-09-0110-477/+355
* add lockingsam2003-09-012-74/+123
* o interlock domain list when adding domainssam2003-09-011-8/+9
* remove warning about use of old divert sockets; this was markedsam2003-09-011-9/+0
* add lockingsam2003-09-011-125/+117
* Explicitly enable probe request frame reception when not in station mode;sam2003-09-011-0/+4
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_kan2003-09-015-15/+15
* o correct logic that checks frame size to decide if a cluaster is neededsam2003-09-011-1/+2
* eliminate casts from the DMAADDR macro. This depends upon bus_addr_t beingjmg2003-09-011-1/+1
* If ~ chars were pennies, I'd be pennyless. This should fix all of thescottl2003-09-011-2/+3
* Use direct mapped KVA for the sf_buf allocator, as made possiblemarcel2003-09-011-15/+8
* Implement cpu_set_upcall_kse. May need tweaking.jake2003-08-311-0/+12
* Update the comment to indicate ICH5 supportnjl2003-08-311-1/+1
* Detect Geode CPUs and initialize the 27MHz timecounter "Geode".phk2003-08-313-0/+102
OpenPOWER on IntegriCloud