aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Roll to latest production level firmware.Matt Jacob2002-01-231-5037/+5506
* improve sndstat output of feederchains so it can be understood withoutCameron Grant2002-01-231-11/+20
* print warnings if a pcm*.buffersize hint is out of range or a non-power-of-2Cameron Grant2002-01-231-3/+17
* fix some comments accidentally hit by search/replace several revisions agoCameron Grant2002-01-231-3/+3
* set the speeds the right way round for recording using the rate feederCameron Grant2002-01-231-4/+7
* add more error checking in chn_init() and chn_reset()Cameron Grant2002-01-231-30/+61
* make the feederchain builder work for recording. this has not been testedCameron Grant2002-01-233-19/+64
* don't bother checking if an unsigned parameter is less than 0 in a KASSERTCameron Grant2002-01-231-1/+1
* add more error checking to open of /dev/dsp* and /dev/audio* - if theCameron Grant2002-01-231-2/+18
* don't allow mmap beyond the end of the bufferCameron Grant2002-01-231-1/+7
* Add missing destroy_dev().Wes Peters2002-01-231-10/+13
* Initialize the sysctl_ctx list early, which avoids a panic in case otherJonathan Lemon2002-01-221-1/+1
* Gah! last commit botched indentation, fix indentation and some otherPoul-Henning Kamp2002-01-211-121/+121
* Restructure slightly, eliminating some repetitive source lines andPoul-Henning Kamp2002-01-211-77/+34
* Merge from NetBSD:Josef Karthauser2002-01-212-18/+17
* Merge from NetBSD:Josef Karthauser2002-01-212-4/+12
* Merge from NetBSD:Josef Karthauser2002-01-211-2/+10
* Merge from NetBSD:Josef Karthauser2002-01-211-2/+8
* Merge from NetBSD:Josef Karthauser2002-01-212-2/+25
* Add support for Linksys WDT11 PCI adaptors.Brooks Davis2002-01-211-0/+1
* Remove some unused code, in line with NetBSD's version.Josef Karthauser2002-01-201-18/+0
* Merge from NetBSD:Josef Karthauser2002-01-201-1/+16
* Merge from NetBSD:Josef Karthauser2002-01-202-2/+41
* Merge from NetBSD:Josef Karthauser2002-01-202-49/+162
* Merge from NetBSD:Josef Karthauser2002-01-202-22/+23
* Add the 'iir' driver, for the Intel Integrated RAID controllers andMike Smith2002-01-204-0/+3577
* Change ich_calibrate to busy wait on buffer fill level and use a moreOrion Hodson2002-01-181-40/+77
* Back out the hack from rev 1.13 that was done to initiate a bus rescanJoerg Wunsch2002-01-171-35/+8
* Cosmetic fix: Not every machine that uses the sio driver has a BIOS.Bruce A. Mah2002-01-171-1/+1
* While I'm not sure that I like the wording of the BIOS message in theWarner Losh2002-01-171-1/+2
* Make sio device probe messages less misleading, for the case thatBruce A. Mah2002-01-171-1/+4
* Forgot one part of the VLAN support for the dc(4) driver.Doug Ambrisko2002-01-161-0/+2
* Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.Doug Ambrisko2002-01-161-12/+26
* better namespsace of static functionsWarner Losh2002-01-151-5/+9
* o Sync the device list with OLDCARD.Warner Losh2002-01-151-50/+45
* Make PCI_ALLOW_UNSUPPORTED_IO_RANGE an option until the ISA addressWarner Losh2002-01-151-0/+5
* use bus_space(9) rather than the memory mapped register set. This isWarner Losh2002-01-143-82/+115
* Replace ffind_* with fget calls.Alfred Perlstein2002-01-142-6/+4
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.Alfred Perlstein2002-01-131-0/+2
* SMP Lock struct file, filedesc and the global file list.Alfred Perlstein2002-01-133-7/+34
* Add missing move of relative offset for CTIO2 updates.Matt Jacob2002-01-111-0/+1
* Fix reversed definitions for the bits that select half vs. full duplex.Archie Cobbs2002-01-101-4/+4
* Implement 2 small helper functions:Matthew N. Dodd2002-01-102-0/+37
* Staticise the random_state array.Mike Smith2002-01-102-5/+3
* Move the make_dev call from the cn_probe to a sysinit that runs atJake Burkholder2002-01-091-1/+9
* Staticise the aac devclass.Mike Smith2002-01-095-6/+5
* Regenerate from 1.26 pccarddevsWarner Losh2002-01-081-2/+23
* Catch up to NetBSD:Warner Losh2002-01-081-1/+8
* - generic Arcnet frameworkMax Khon2002-01-084-0/+1400
* Staticise a couple of debugging variables.Mike Smith2002-01-082-4/+4