summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add MTX_DUPOK to the initialization of system map locks.alc2003-01-251-2/+2
* Add ac97_patch.[ch] that provide space for ac97 codec specific patches.orion2003-01-257-78/+163
* Change API of FW_GDEVLST ioctl.simokawa2003-01-255-40/+50
* Add sysctl kern.timecounter.nsetclock which indicates the number ofphk2003-01-251-0/+2
* Moved some (gas) macros up so they can be used in more places.jake2003-01-241-25/+25
* Remove extraneous FILEDESC_LOCKs around atomic reads.hsu2003-01-241-4/+0
* Remove FW_SSTDV ioctl. It is not used anymore.simokawa2003-01-245-10/+35
* Merge little and big endian case.simokawa2003-01-242-251/+127
* Fix pmap_extract so that it doesn't panic if the user typesdfr2003-01-241-3/+10
* Remove the now unused sys/malloc.h header.mux2003-01-241-1/+0
* - add support for IPX (tested with mount -t nwfs and mars_nwe),fjoe2003-01-245-93/+173
* - The 'aux' field isn't around any longer.mdodd2003-01-241-7/+5
* add forgotten IFA_LOCK_INITfjoe2003-01-231-0/+1
* More useful announce message containing current speed of CPUnjl2003-01-231-3/+3
* Remove redundant printf from targbhasync() since all places that return annjl2003-01-231-4/+0
* - Add sysctl knob for bus manager. (hw.firewire.try_bmr)simokawa2003-01-232-18/+29
* Clean up some junk defines, and GC the TPR options.peter2003-01-231-23/+0
* Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVELpeter2003-01-233-51/+0
* Hack around a bug in the 2200 and 2120 controllers that connot DMAscottl2003-01-232-4/+18
* Now that TPR isn't bogusly raised at boot, there is no need to clearpeter2003-01-233-24/+0
* Dont raise the TPR register at initialization time. It only causespeter2003-01-231-2/+0
* Implement SIOCGIFMEDIA for vlan devices by passing the request to thefenner2003-01-221-0/+23
* YAM: This id is found in a Sony Vaio GRX-670. When will this end?marcel2003-01-222-0/+2
* Revert AHD_TIMER_MAX_US to its original definition now that thegibbs2003-01-221-2/+1
* Update GENSRCS and aicasm options correctly depending on whether registergibbs2003-01-222-26/+28
* Provide a sysctl to allow defaulting of the connectionless (-c) featuredillon2003-01-221-0/+15
* - Move enable_sse()'s prototype to machine/md_var.h.jhb2003-01-2210-30/+18
* Added comment why this workaround is required.ume2003-01-221-1/+7
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisjhb2003-01-2215-19/+19
* Bah, add in a missing space char I noticed when MFC'ing this.jhb2003-01-222-2/+2
* Correctly identify the 3C920B chipset; although it may ship with some Nforce2silby2003-01-222-5/+5
* Make the arguments to d_close() match the arguments to d_open(), sincejoerg2003-01-221-1/+1
* getpeername() returns with no error but didn't fill struct sockaddrume2003-01-221-0/+2
* Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.hsu2003-01-222-4/+6
* Remove BAT invalidation. This is done later in the boot sequence,grehan2003-01-222-34/+0
* Convert remaining .s files to .Sgrehan2003-01-221-3/+3
* - remove dead conditional CFLAG settinggrehan2003-01-221-8/+3
* There's absolutely no need for a struct-within-a-struct, so move thedes2003-01-212-28/+24
* Add missing SMP file locks around read-modify-write operations onhsu2003-01-211-1/+5
* Remove OBE prototype for iszerodev() - it was replaced by thepeter2003-01-212-2/+0
* Fixes for a number of problems in the IOMMU code:tmm2003-01-212-16/+23
* Free resources when failing to set up the interrupt.tmm2003-01-211-0/+1
* bus_dmamap_sync() overhaul:tmm2003-01-211-21/+24
* bus_dmamap_sync() overhaul:tmm2003-01-212-22/+18
* Fix iommu_dvmamap_sync(): it was still operating as if the BUS_DMASYNC_*tmm2003-01-211-5/+13
* Correct an off-by-one in the boundary check. Otherwise, resourcetmm2003-01-211-1/+1
* Define misc structs outside of struct firewire_comm.simokawa2003-01-211-77/+85
* Ignore events of unused IR DMA.simokawa2003-01-211-3/+11
* Remove NEXTDOSPART.nyan2003-01-211-1/+0
* Use NDOSPART instead of NEXTDOSPART.nyan2003-01-211-2/+2
OpenPOWER on IntegriCloud