aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* o Make the credential used by socreate() an explicit argument toRobert Watson2001-12-311-1/+2
* Synchronise with NetBSD.Josef Karthauser2001-12-311-34/+79
* Partial sync with NetBSD:Josef Karthauser2001-12-302-189/+206
* Reduce kernel stack usage of ccdinit() by MAXPATHLEN by using MALLOC(9).Poul-Henning Kamp2001-12-301-2/+7
* Add PNP Id for Create Labs Phoneblaster.Sheldon Hearn2001-12-301-0/+1
* Sync with NetBSD (1.16 - 1.17)Josef Karthauser2001-12-291-32/+13
* Update with missing filenames, merged from NetBSD.Josef Karthauser2001-12-291-1/+10
* Fix missing comma in previous commit.Dag-Erling Smørgrav2001-12-281-1/+1
* Fixed locking bugs in rev.1.346:Bruce Evans2001-12-281-2/+6
* put function return types on a line by themselves as per style(9)Alfred Perlstein2001-12-271-32/+62
* Add support for even more SiS chipsets.Søren Schmidt2001-12-252-101/+74
* Fix yet another fake slave problem for PCCARD devices.Søren Schmidt2001-12-251-6/+11
* Oops, wrong option name. It's should be ACPI_MAX_THREADS,Mitsuru IWASAKI2001-12-251-1/+1
* Possibly typo fix (s/FXP_PORT_SOFTWARE_RESET/FXP_PORT_SELECTIVE_RESET/)Jun Kuriyama2001-12-241-1/+1
* Fix typo first, then controvert.Seigo Tanimura2001-12-241-1/+1
* make mmapped vchans workCameron Grant2001-12-231-0/+2
* Back out an inappropriate backout. If Anyone wants to set the FIFOMatthew Dillon2001-12-231-1/+6
* Backed out previous unapproved commit.Bruce Evans2001-12-231-6/+1
* This problem has been in the serial driver for years, and I occassionallyMatthew Dillon2001-12-231-1/+6
* Add OS layer ACPI mutex and threading support.Mitsuru IWASAKI2001-12-229-114/+365
* 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 resource_list_print_type() function to print resource listThomas Moestl2001-12-212-48/+5
* Save and restore state for suspend/resume.Orion Hodson2001-12-211-4/+35
* Add support for the Intel 82443MX chipsetJim Pirzyk2001-12-212-2/+3
* -Remove unneeded include stddef.hPrafulla Deuskar2001-12-201-1/+0
* Actually make use of the md_version field of 'struct mdio'. In orderDima Dorfman2001-12-201-0/+13
* Make this driver a better citizen by moving dev creation andWarner Losh2001-12-191-46/+45
* Correct unexpected interrupt detection.Orion Hodson2001-12-191-1/+1
* Fix the "conexant chips don't work in full duplexmode" problem. AccordingBill Paul2001-12-191-4/+8
* Fix compiler warning in dc_intr(): if the only code that does a "goto"Bill Paul2001-12-191-0/+3
* Nitlets.Orion Hodson2001-12-191-9/+8
* Clear resume interrupts - these can occur during initialization andOrion Hodson2001-12-191-22/+38
* Add another PS2 PNP id.Sheldon Hearn2001-12-191-0/+1
* Allow retrieval of the virtual address of the AGP apertureMatthew N. Dodd2001-12-192-0/+2
* Don't put variable declarations in header files, put prototypes.Matthew N. Dodd2001-12-192-2/+6
* Display the right message for the SiS 645 chipset.John Baldwin2001-12-191-0/+1
* Fix comment for the SiS 645 chipset to be 645 instead of 635.John Baldwin2001-12-191-1/+1
* Change the test for _MACHINE_ARCH == i386 into #ifdef __i386__ since itJoerg Wunsch2001-12-181-2/+8
* Don't use RFTHREAD when creating a kernel process.John Baldwin2001-12-181-1/+1
* Fix warnings: the bge_bpd_read*() functions are not used (#ifdef notdef)Peter Wemm2001-12-181-0/+4
* Fix warning; line 1640: ciss_abort_request defined but not used.Peter Wemm2001-12-181-0/+4
* - Add a function to convert 6 byte SCSI commands for read, write, modeJohn Baldwin2001-12-181-35/+89
* Add calibration test to determine extent of AC97 overclocking (if any).Orion Hodson2001-12-181-0/+50
* Modify the critical section API as follows:John Baldwin2001-12-184-151/+120
* Added a sysctl control variable "ac97rate" to allow manual tuning ofOrion Hodson2001-12-171-3/+28
* Addition of sysctl variable to enable spdif. By default spdif is disabled.Orion Hodson2001-12-171-2/+26
* Remove reliance on i++ in multiple arguments to a function. C does notJustin T. Gibbs2001-12-161-16/+3
* Oops, forgot to commit one file in the fd driver mega update. Here itJoerg Wunsch2001-12-161-17/+22
* Remove PC98 code. This file is not used by PC98.Yoshihiro Takahashi2001-12-161-17/+0