aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* - add support for IPX (tested with mount -t nwfs and mars_nwe),Max Khon2003-01-245-93/+173
* - The 'aux' field isn't around any longer.Matthew N. Dodd2003-01-241-7/+5
* add forgotten IFA_LOCK_INITMax Khon2003-01-231-0/+1
* More useful announce message containing current speed of CPUNate Lawson2003-01-231-3/+3
* Remove redundant printf from targbhasync() since all places that return anNate Lawson2003-01-231-4/+0
* - Add sysctl knob for bus manager. (hw.firewire.try_bmr)Hidetoshi Shimokawa2003-01-232-18/+29
* Clean up some junk defines, and GC the TPR options.Peter Wemm2003-01-231-23/+0
* Nuke CHEAP_TPR stuff, including LOPRIO_LEVEL (bogus) and ALLHWI_LEVELPeter Wemm2003-01-233-51/+0
* Hack around a bug in the 2200 and 2120 controllers that connot DMAScott Long2003-01-232-4/+18
* Now that TPR isn't bogusly raised at boot, there is no need to clearPeter Wemm2003-01-233-24/+0
* Dont raise the TPR register at initialization time. It only causesPeter Wemm2003-01-231-2/+0
* Implement SIOCGIFMEDIA for vlan devices by passing the request to theBill Fenner2003-01-221-0/+23
* YAM: This id is found in a Sony Vaio GRX-670. When will this end?Marcel Moolenaar2003-01-222-0/+2
* Revert AHD_TIMER_MAX_US to its original definition now that theJustin T. Gibbs2003-01-221-2/+1
* Update GENSRCS and aicasm options correctly depending on whether registerJustin T. Gibbs2003-01-222-26/+28
* Provide a sysctl to allow defaulting of the connectionless (-c) featureMatthew Dillon2003-01-221-0/+15
* - Move enable_sse()'s prototype to machine/md_var.h.John Baldwin2003-01-2210-30/+18
* Added comment why this workaround is required.Hajimu UMEMOTO2003-01-221-1/+7
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisJohn Baldwin2003-01-2215-19/+19
* Bah, add in a missing space char I noticed when MFC'ing this.John Baldwin2003-01-222-2/+2
* Correctly identify the 3C920B chipset; although it may ship with some Nforce2Mike Silbersack2003-01-222-5/+5
* Make the arguments to d_close() match the arguments to d_open(), sinceJoerg Wunsch2003-01-221-1/+1
* getpeername() returns with no error but didn't fill struct sockaddrHajimu UMEMOTO2003-01-221-0/+2
* Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.Jeffrey Hsu2003-01-222-4/+6
* Remove BAT invalidation. This is done later in the boot sequence,Peter Grehan2003-01-222-34/+0
* Convert remaining .s files to .SPeter Grehan2003-01-221-3/+3
* - remove dead conditional CFLAG settingPeter Grehan2003-01-221-8/+3
* There's absolutely no need for a struct-within-a-struct, so move theDag-Erling Smørgrav2003-01-212-28/+24
* Add missing SMP file locks around read-modify-write operations onJeffrey Hsu2003-01-211-1/+5
* Remove OBE prototype for iszerodev() - it was replaced by thePeter Wemm2003-01-212-2/+0
* Fixes for a number of problems in the IOMMU code:Thomas Moestl2003-01-212-16/+23
* Free resources when failing to set up the interrupt.Thomas Moestl2003-01-211-0/+1
* bus_dmamap_sync() overhaul:Thomas Moestl2003-01-211-21/+24
* bus_dmamap_sync() overhaul:Thomas Moestl2003-01-212-22/+18
* Fix iommu_dvmamap_sync(): it was still operating as if the BUS_DMASYNC_*Thomas Moestl2003-01-211-5/+13
* Correct an off-by-one in the boundary check. Otherwise, resourceThomas Moestl2003-01-211-1/+1
* Define misc structs outside of struct firewire_comm.Hidetoshi Shimokawa2003-01-211-77/+85
* Ignore events of unused IR DMA.Hidetoshi Shimokawa2003-01-211-3/+11
* Remove NEXTDOSPART.Yoshihiro Takahashi2003-01-211-1/+0
* Use NDOSPART instead of NEXTDOSPART.Yoshihiro Takahashi2003-01-211-2/+2
* MFi386: revision 1.63.Yoshihiro Takahashi2003-01-211-10/+9
* Needs wlan for wi.Warner Losh2003-01-211-0/+1
* #ifdef NO_GEOM some bits here too.Poul-Henning Kamp2003-01-211-0/+2
* RegenJosef Karthauser2003-01-212-2/+9
* Add support for Epson 1660 scanner.Josef Karthauser2003-01-212-0/+2
* use 'void *' instead of 'caddr_t' for useracc, kernacc, vslock and vsunlock.Alfred Perlstein2003-01-212-8/+8
* #ifdef NO_GEOM all of this file.Poul-Henning Kamp2003-01-211-0/+2
* Bandaid to make the kernel compile until the scsi-crew can find out whatPoul-Henning Kamp2003-01-211-1/+2
* Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.Marcel Moolenaar2003-01-212-0/+2
* Add a missing '{'Poul-Henning Kamp2003-01-211-1/+1