summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFi386: revision 1.63.nyan2003-01-211-10/+9
* Needs wlan for wi.imp2003-01-211-0/+1
* #ifdef NO_GEOM some bits here too.phk2003-01-211-0/+2
* Regenjoe2003-01-212-2/+9
* Add support for Epson 1660 scanner.joe2003-01-212-0/+2
* use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.alfred2003-01-212-8/+8
* #ifdef NO_GEOM all of this file.phk2003-01-211-0/+2
* Bandaid to make the kernel compile until the scsi-crew can find out whatphk2003-01-211-1/+2
* Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.marcel2003-01-212-0/+2
* Add a missing '{'phk2003-01-211-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-21591-2122/+2123
* Remove the fake disklabel, no longer needed.sos2003-01-212-47/+7
* preserve the order of tags copied by m_tag_copy_chainsam2003-01-211-3/+2
* Run kldxref on sparc64, it works now.jake2003-01-212-2/+2
* Fix module dependency (pre)loading on sparc64 by relocating the variablesjake2003-01-211-6/+57
* - Add a VM_WAIT in the appropriate cases where vm_page_alloc() fails and flagsjeff2003-01-213-31/+50
OpenPOWER on IntegriCloud