summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCItmm2003-07-0119-372/+1160
* Add PnP PS/2 id for Dell Latitude X200.mikeh2003-07-012-0/+2
* Some gem and hme hardware bogusly has the intpin register hardwired totmm2003-07-012-7/+12
* Add a new PCI interface method, assign_interrupt, to determine thetmm2003-07-015-6/+25
* Allow to write the intpin ivar using the pci_set_intpin() accessor. Theretmm2003-07-011-1/+3
* Regen.joe2003-07-012-2/+9
* USB scanner support for Mustek BearPaw scanner.joe2003-07-012-0/+2
* Fix tsleep/wakup race on FreeBSD-4.simokawa2003-07-011-2/+14
* Regen.joe2003-07-012-2/+9
* Support the Epson GT-9300UF usb scanner.joe2003-07-012-0/+2
* free_drive: Free the drive even if it's referenced. I don't know whatgrog2003-07-011-12/+7
* Modify vm_page_alloc() and vm_page_select_cache() to allow the page thatalc2003-07-011-2/+4
* Check the address provided to vm_map_stack() against the vm map's maximum,alc2003-07-011-1/+2
* Add the beastie_disable variable which allows to turn the beastiebrueffer2003-07-011-0/+1
* bsd.lib.mk,v 1.143 no longer uses ld(1) directly to stripru2003-06-301-1/+0
* Switch to using bsd.prog.mk; this gives us back the standardru2003-06-302-10/+4
* Fix typo.davidxu2003-06-302-2/+2
* Include file clean up.simokawa2003-06-303-4/+11
* nitpickingsam2003-06-301-5/+3
* consolidate callback optimization check in one location by adding a flagsam2003-06-305-67/+23
* correct transfer statisticssam2003-06-301-0/+1
* acknowledge the contribution of Atsushi Onoesam2003-06-301-0/+3
* MFi386: revision 1.16.ru2003-06-301-10/+4
* Revision 1.13, besides its useful part, replaced bsd.prog.mk byru2003-06-301-10/+4
* plug xform memory leaks:sam2003-06-292-2/+15
* Introduce vm_map_pmap_enter(). Presently, this is a stub calling the MDalc2003-06-292-7/+21
* - Export pmap_enter_quick() to the MI VM. This will permit thealc2003-06-299-18/+48
* Capitalize an occurrence of 'ficl' for consistency.brueffer2003-06-291-1/+1
* catch failure to fetch the card's "own channel"; this should not happensam2003-06-291-0/+4
* insure ic_bss always has a "valid" channel; avoids problems where users couldsam2003-06-291-1/+2
* use proper length to copy data for WI_RID_DESIRED_SSID (was smashingsam2003-06-291-1/+1
* add safeguard against (bogus) null channel parametersam2003-06-291-1/+4
* Add vm object locking to vm_pageout_map_deactivate_pages().alc2003-06-291-9/+18
* In order to set the MAC address on RealTek NICs, you must flip WRITECFGwpaul2003-06-291-5/+9
* Implement fuword32() and suword32(). These functions are used inmarcel2003-06-291-1/+40
* Bump __FreeBSD_version because the semantics of sigtimedwait andjdp2003-06-291-1/+1
* - Remove the calls to pmap_install() from pmap_object_init_pt(); they arealc2003-06-291-9/+9
* XXX Copy workaround from UFS: open device for write access even iftjr2003-06-291-0/+19
* Allow the interrupt controller to be probed - this picks up thegrehan2003-06-291-1/+0
* Modify the xl_reset() routine slightly so that, if we're using memorywpaul2003-06-291-0/+10
* - Construct a cpu topology map for Hyper Threading systems so that ULE mayjeff2003-06-286-0/+186
* - Add structures for defining cpu topologies more complex than SMP.jeff2003-06-281-0/+27
* Remove GIANT_REQUIRED from kmem_malloc().alc2003-06-281-3/+0
* Small fixes for the IOMMU code:tmm2003-06-281-16/+47
* MFi386alc2003-06-281-4/+9
* - Add vm object locking to vm_pageout_clean().alc2003-06-281-5/+7
* Don't use fuword() and suword() on struct members of type int. Thismarcel2003-06-283-11/+11
* Don't map LINUX_POSIX_VDISABLE to _POSIX_VDISABLE and vice versa formarcel2003-06-281-2/+4
* update to new 802.11 supportsam2003-06-281-2/+1
* Remove a stale comment, fix indentation.luigi2003-06-281-8/+5
OpenPOWER on IntegriCloud