summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add the ifpi2 driver.gj2001-12-223-1/+24
* Add support for the AVM Fritz!Card PCI version 2 controller.gj2001-12-222-4/+8
* Add a driver for the AVM Fritz!Card PCI version 2 ISDN controller.gj2001-12-228-0/+3452
* MFi386: revision 1.178nyan2001-12-223-21/+12
* MFi386: revision 1.124nyan2001-12-221-2/+96
* Merged from sys/dev/syscons/syscons.c revision 1.377.nyan2001-12-221-12/+4
* cosmetic changes.nyan2001-12-222-44/+40
* Merged from files.i386 revision 1.384.nyan2001-12-221-8/+3
* MFi386: revision 1.159nyan2001-12-221-0/+1
* MFi386: revision 1.163nyan2001-12-221-2/+0
* MFi386: revision 1.179nyan2001-12-223-0/+30
* MFi386: revision 1.486nyan2001-12-222-6/+4
* Fixes apparent hang at probe time due to an extremely long timeoutpb2001-12-211-1/+1
* fix mmapped playbackcg2001-12-211-7/+6
* Use the new rman_reserve_resource_bound() function to get boundariestmm2001-12-211-40/+7
* Use the new resource_list_print_type() function.tmm2001-12-216-45/+10
* Use the new resource_list_print_type() function to print resource listtmm2001-12-212-48/+5
* Move the PCI_ENABLE_IO_MODES option from conf/options.i386 totmm2001-12-212-2/+1
* Add a generic __BUS_ACCESSOR macro to construct ivar accessor functions,tmm2001-12-212-2/+58
* Add a rman_reserve_resource_bound() function that takes an additionaltmm2001-12-212-11/+38
* Add a workaround for quirky PCI devices that set the intpin register totmm2001-12-211-20/+66
* Fix a bug that was indroduced while moving this code around (use thetmm2001-12-211-1/+3
* Make the apb driver independent of the standard PCI bridge driver.tmm2001-12-211-30/+82
* Add partial support for NFS_ROOT for sparc64 (only supported in intmm2001-12-211-1/+18
* Save and restore state for suspend/resume.orion2001-12-211-4/+35
* Implement matching IP precedence in ipfw(4).yar2001-12-212-2/+6
* Remove a change that snuck in from my private tree.jlemon2001-12-211-1/+0
* If syncookies are disabled (net.inet.tcp.syncookies) then use the fasterjlemon2001-12-212-1/+5
* Avoid an interaction between syncache and accept filters. The syncachepeter2001-12-212-0/+4
* Add support for the Intel 82443MX chipsetpirzyk2001-12-215-4/+6
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-2043-211/+270
* Fix typo. s/pa/va/. *blush*peter2001-12-201-1/+1
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-2014-18/+32
* -Remove unneeded include stddef.hpdeuskar2001-12-202-2/+1
* Previous commit was intented to silence a warning, not to change codepath.bp2001-12-201-2/+3
* Silence harmless "smbfs_closel: Negative opencount" messages atsheldonh2001-12-201-1/+1
* Add missing snd_ich_load entry.jim2001-12-201-0/+1
* Actually make use of the md_version field of 'struct mdio'. In orderdd2001-12-202-1/+14
* I am not sure if it is a good idea or not to have my id in the cvs logpeter2001-12-201-824/+797
* Replace a bunch of:peter2001-12-204-98/+31
* Fix some whitespace nits, and a minor error that I made in some unusedpeter2001-12-202-16/+14
* Fix some whitespace nits, converge with other pmap.c'speter2001-12-201-6/+14
* Pseudofs was leaking VFS cache entries badly due to its cache and use ofdillon2001-12-192-4/+22
* Comment out DEVICE_POLLING so that LINT compiles again.phk2001-12-192-2/+4
* Make this driver a better citizen by moving dev creation andimp2001-12-191-46/+45
* Calculate whether the sbuf is dynamic *before* bzero()ing thedillon2001-12-191-1/+4
* Correct unexpected interrupt detection.orion2001-12-191-1/+1
* Fix the "conexant chips don't work in full duplexmode" problem. Accordingwpaul2001-12-192-8/+16
* Fix compiler warning in dc_intr(): if the only code that does a "goto"wpaul2001-12-192-0/+6
* Nitlets.orion2001-12-191-9/+8
OpenPOWER on IntegriCloud