summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 1. Lower the poll timeout for the ofw console driver from hz / 50 to hz / 4.jake2002-01-011-2/+2
* Update of the VIA 82c686b southbridge data corruption fix, alsosos2002-01-011-15/+19
* - Do not uiomove with a mutex locked.tanimura2002-01-0115-425/+387
* Save stack space by converting areq in sc->areq.ambrisko2001-12-311-88/+84
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-313-42/+722
* o Make the credential used by socreate() an explicit argument torwatson2001-12-311-1/+2
* Synchronise with NetBSD.joe2001-12-311-34/+79
* Partial sync with NetBSD:joe2001-12-302-189/+206
* Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).phk2001-12-301-2/+7
* Add PNP Id for Create Labs Phoneblaster.sheldonh2001-12-301-0/+1
* Sync with NetBSD (1.16 - 1.17)joe2001-12-291-32/+13
* Update with missing filenames, merged from NetBSD.joe2001-12-291-1/+10
* Fix missing comma in previous commit.des2001-12-281-1/+1
* Fixed locking bugs in rev.1.346:bde2001-12-281-2/+6
* put function return types on a line by themselves as per style(9)alfred2001-12-271-32/+62
* Add support for even more SiS chipsets.sos2001-12-252-101/+74
* Fix yet another fake slave problem for PCCARD devices.sos2001-12-251-6/+11
* Oops, wrong option name. It's should be ACPI_MAX_THREADS,iwasaki2001-12-251-1/+1
* Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/)kuriyama2001-12-241-1/+1
* Fix typo first, then controvert.tanimura2001-12-241-1/+1
* make mmapped vchans workcg2001-12-231-0/+2
* Back out an inappropriate backout. If Anyone wants to set the FIFOdillon2001-12-231-1/+6
* Backed out previous unapproved commit.bde2001-12-231-6/+1
* This problem has been in the serial driver for years, and I occassionallydillon2001-12-231-1/+6
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-229-114/+365
* 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
OpenPOWER on IntegriCloud