summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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 resource_list_print_type() function to print resource listtmm2001-12-212-48/+5
* Save and restore state for suspend/resume.orion2001-12-211-4/+35
* Add support for the Intel 82443MX chipsetpirzyk2001-12-212-2/+3
* -Remove unneeded include stddef.hpdeuskar2001-12-201-1/+0
* Actually make use of the md_version field of 'struct mdio'. In orderdd2001-12-201-0/+13
* Make this driver a better citizen by moving dev creation andimp2001-12-191-46/+45
* Correct unexpected interrupt detection.orion2001-12-191-1/+1
* Fix the "conexant chips don't work in full duplexmode" problem. Accordingwpaul2001-12-191-4/+8
* Fix compiler warning in dc_intr(): if the only code that does a "goto"wpaul2001-12-191-0/+3
* Nitlets.orion2001-12-191-9/+8
* Clear resume interrupts - these can occur during initialization andorion2001-12-191-22/+38
* Add another PS2 PNP id.sheldonh2001-12-191-0/+1
* Allow retrieval of the virtual address of the AGP aperturemdodd2001-12-192-0/+2
* Don't put variable declarations in header files, put prototypes.mdodd2001-12-192-2/+6
* Display the right message for the SiS 645 chipset.jhb2001-12-191-0/+1
* Fix comment for the SiS 645 chipset to be 645 instead of 635.jhb2001-12-191-1/+1
* Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since itjoerg2001-12-181-2/+8
* Don't use RFTHREAD when creating a kernel process.jhb2001-12-181-1/+1
* Fix warnings: the bge_bpd_read*() functions are not used (#ifdef notdef)peter2001-12-181-0/+4
* Fix warning; line 1640: ciss_abort_request defined but not used.peter2001-12-181-0/+4
* - Add a function to convert 6 byte SCSI commands for read, write, modejhb2001-12-181-35/+89
* Add calibration test to determine extent of AC97 overclocking (if any).orion2001-12-181-0/+50
* Modify the critical section API as follows:jhb2001-12-184-151/+120
* Added a sysctl control variable "ac97rate" to allow manual tuning oforion2001-12-171-3/+28
* Addition of sysctl variable to enable spdif. By default spdif is disabled.orion2001-12-171-2/+26
* Remove reliance on i++ in multiple arguments to a function. C does notgibbs2001-12-161-16/+3
* Oops, forgot to commit one file in the fd driver mega update. Here itjoerg2001-12-161-17/+22
* Remove PC98 code. This file is not used by PC98.nyan2001-12-161-17/+0
* Long promised major enhancement set for the floppy disk driver:joerg2001-12-152-282/+496
* o Add KLD support for scsi_low.non2001-12-153-0/+3
* Add support for suspending/resuming CardBus bridges.imp2001-12-153-7/+87
* Patch up some existing style bugs and some that crept in with thepeter2001-12-151-7/+7
* Fix (again) some blatent style bugs in DEVICE_POLLING code.peter2001-12-151-9/+10
* Disabled input hardware checksum due to it being calculated incorrecteddg2001-12-141-0/+2
* Adjust the timings for the SiS chips a bit, also add the SiS 645.sos2001-12-142-13/+17
* Do be so anal on detach, properly free interrupt even if no devices.sos2001-12-141-1/+1
* Device Polling code for -current.luigi2001-12-144-2/+153
* Remove printf's on mbuf/cluster allocation failures. There are nowluigi2001-12-144-22/+4
* Convert C++ style comments to proper C ones.obrien2001-12-1316-72/+87
* Use C comments instead of C++ comments.jhb2001-12-133-24/+24
* Tone down and remove some obnoxious warnings that are slightly overkill.jlemon2001-12-131-10/+1
* Use ANSI C string contatenation instead of a multi-line string literal.jhb2001-12-131-4/+4
* Comment tokens after #undef <macroname> and #endif.jhb2001-12-132-5/+5
* Roll firmware to latest offerings... Fixes a number of f/w relatedmjacob2001-12-132-9047/+12601
* Sync to pccarddevs 1.25imp2001-12-121-2/+8
* Move LINKSYS2 to its correct numerical location.imp2001-12-121-1/+5
* Add DIVA USB mp3 player.sobomax2001-12-123-0/+8
* Explicitly decode GetAllNext SNS Response back *as*mjacob2001-12-112-4/+59
OpenPOWER on IntegriCloud