aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* MFi386: revision 1.486Yoshihiro Takahashi2001-12-222-6/+4
* Fixes apparent hang at probe time due to an extremely long timeoutPierre Beyssac2001-12-211-1/+1
* fix mmapped playbackCameron Grant2001-12-211-7/+6
* Use the new rman_reserve_resource_bound() function to get boundariesThomas Moestl2001-12-211-40/+7
* Use the new resource_list_print_type() function.Thomas Moestl2001-12-216-45/+10
* Use the new resource_list_print_type() function to print resource listThomas Moestl2001-12-212-48/+5
* Move the PCI_ENABLE_IO_MODES option from conf/options.i386 toThomas Moestl2001-12-212-2/+1
* Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,Thomas Moestl2001-12-212-2/+58
* Add a rman_reserve_resource_bound() function that takes an additionalThomas Moestl2001-12-212-11/+38
* Add a workaround for quirky PCI devices that set the intpin register toThomas Moestl2001-12-211-20/+66
* Fix a bug that was indroduced while moving this code around (use theThomas Moestl2001-12-211-1/+3
* Make the apb driver independent of the standard PCI bridge driver.Thomas Moestl2001-12-211-30/+82
* Add partial support for NFS_ROOT for sparc64 (only supported in inThomas Moestl2001-12-211-1/+18
* Save and restore state for suspend/resume.Orion Hodson2001-12-211-4/+35
* Implement matching IP precedence in ipfw(4).Yaroslav Tykhiy2001-12-212-2/+6
* Remove a change that snuck in from my private tree.Jonathan Lemon2001-12-211-1/+0
* If syncookies are disabled (net.inet.tcp.syncookies) then use the fasterJonathan Lemon2001-12-212-1/+5
* Avoid an interaction between syncache and accept filters. The syncachePeter Wemm2001-12-212-0/+4
* Add support for the Intel 82443MX chipsetJim Pirzyk2001-12-215-4/+6
* Introduce a standard name for the lock protecting an interrupt controllerJohn Baldwin2001-12-2043-211/+270
* Fix typo. s/pa/va/. *blush*Peter Wemm2001-12-201-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()Matthew Dillon2001-12-2014-18/+32
* -Remove unneeded include stddef.hPrafulla Deuskar2001-12-202-2/+1
* Previous commit was intented to silence a warning, not to change codepath.Boris Popov2001-12-201-2/+3
* Silence harmless "smbfs_closel: Negative opencount" messages atSheldon Hearn2001-12-201-1/+1
* Add missing snd_ich_load entry.Jim Mock2001-12-201-0/+1
* Actually make use of the md_version field of 'struct mdio'. In orderDima Dorfman2001-12-202-1/+14
* I am not sure if it is a good idea or not to have my id in the cvs logPeter Wemm2001-12-201-824/+797
* Replace a bunch of:Peter Wemm2001-12-204-98/+31
* Fix some whitespace nits, and a minor error that I made in some unusedPeter Wemm2001-12-202-16/+14
* Fix some whitespace nits, converge with other pmap.c'sPeter Wemm2001-12-201-6/+14
* Pseudofs was leaking VFS cache entries badly due to its cache and use ofMatthew Dillon2001-12-192-4/+22
* Comment out DEVICE_POLLING so that LINT compiles again.Poul-Henning Kamp2001-12-192-2/+4
* Make this driver a better citizen by moving dev creation andWarner Losh2001-12-191-46/+45
* Calculate whether the sbuf is dynamic *before* bzero()ing theMatthew Dillon2001-12-191-1/+4
* Correct unexpected interrupt detection.Orion Hodson2001-12-191-1/+1
* Fix the "conexant chips don't work in full duplexmode" problem. AccordingBill Paul2001-12-192-8/+16
* Fix compiler warning in dc_intr(): if the only code that does a "goto"Bill Paul2001-12-192-0/+6
* Nitlets.Orion Hodson2001-12-191-9/+8
* Clear resume interrupts - these can occur during initialization andOrion Hodson2001-12-191-22/+38
* It's no longer necessary to ensure that ``gate'' is set when RTF_GATEWAYBrian Somers2001-12-191-10/+0
* Only call rt_getifa() if we've either been passed a gateway orBrian Somers2001-12-191-2/+8
* When storing an int value in a void *, use intptr_t as the cast typeJonathan Lemon2001-12-191-2/+2
* Don't try to free a NULL route when doing IPFIREWALL_FORWARD.Yaroslav Tykhiy2001-12-191-1/+2
* Add another PS2 PNP id.Sheldon Hearn2001-12-192-0/+2
* Allow retrieval of the virtual address of the AGP apertureMatthew N. Dodd2001-12-194-0/+4
* Don't put variable declarations in header files, put prototypes.Matthew N. Dodd2001-12-192-2/+6
* Extend the SYN DoS defense by adding syncookies to the syncache.Jonathan Lemon2001-12-191-14/+193
* Display the right message for the SiS 645 chipset.John Baldwin2001-12-191-0/+1
* Do not initialize static/global variables to 0. Use bss instead ofPeter Wemm2001-12-191-7/+7