summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Roll to latest production level firmware.mjacob2002-01-231-5037/+5506
* improve sndstat output of feederchains so it can be understood withoutcg2002-01-231-11/+20
* print warnings if a pcm*.buffersize hint is out of range or a non-power-of-2cg2002-01-231-3/+17
* fix some comments accidentally hit by search/replace several revisions agocg2002-01-231-3/+3
* set the speeds the right way round for recording using the rate feedercg2002-01-231-4/+7
* add more error checking in chn_init() and chn_reset()cg2002-01-231-30/+61
* make the feederchain builder work for recording. this has not been testedcg2002-01-233-19/+64
* don't bother checking if an unsigned parameter is less than 0 in a KASSERTcg2002-01-231-1/+1
* add more error checking to open of /dev/dsp* and /dev/audio* - if thecg2002-01-231-2/+18
* don't allow mmap beyond the end of the buffercg2002-01-231-1/+7
* Add missing destroy_dev().wes2002-01-231-10/+13
* Initialize the sysctl_ctx list early, which avoids a panic in case otherjlemon2002-01-221-1/+1
* Gah! last commit botched indentation, fix indentation and some otherphk2002-01-211-122/+122
* Restructure slightly, eliminating some repetitive source lines andphk2002-01-211-77/+34
* Merge from NetBSD:joe2002-01-212-18/+17
* Merge from NetBSD:joe2002-01-212-4/+12
* Merge from NetBSD:joe2002-01-211-2/+10
* Merge from NetBSD:joe2002-01-211-2/+8
* Merge from NetBSD:joe2002-01-212-2/+25
* Add support for Linksys WDT11 PCI adaptors.brooks2002-01-211-0/+1
* Remove some unused code, in line with NetBSD's version.joe2002-01-201-18/+0
* Merge from NetBSD:joe2002-01-201-1/+16
* Merge from NetBSD:joe2002-01-202-2/+41
* Merge from NetBSD:joe2002-01-202-49/+162
* Merge from NetBSD:joe2002-01-202-22/+23
* Add the 'iir' driver, for the Intel Integrated RAID controllers andmsmith2002-01-204-0/+3577
* Change ich_calibrate to busy wait on buffer fill level and use a moreorion2002-01-181-40/+77
* Back out the hack from rev 1.13 that was done to initiate a bus rescanjoerg2002-01-171-35/+8
* Cosmetic fix: Not every machine that uses the sio driver has a BIOS.bmah2002-01-171-1/+1
* While I'm not sure that I like the wording of the BIOS message in theimp2002-01-171-1/+2
* Make sio device probe messages less misleading, for the case thatbmah2002-01-171-1/+4
* Forgot one part of the VLAN support for the dc(4) driver.ambrisko2002-01-161-0/+2
* Add VLAN for the dc(4) driver (ie long frame). The patch is 2 parts.ambrisko2002-01-161-12/+26
* better namespsace of static functionsimp2002-01-151-5/+9
* o Sync the device list with OLDCARD.imp2002-01-151-51/+46
* Make PCI_ALLOW_UNSUPPORTED_IO_RANGE an option until the ISA addressimp2002-01-151-0/+5
* use bus_space(9) rather than the memory mapped register set. This isimp2002-01-143-82/+115
* Replace ffind_* with fget calls.alfred2002-01-142-6/+4
* Include sys/_lock.h and sys/_mutex.h to reduce namespace pollution.alfred2002-01-131-0/+2
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-133-7/+34
* Add missing move of relative offset for CTIO2 updates.mjacob2002-01-111-0/+1
* Fix reversed definitions for the bits that select half vs. full duplex.archie2002-01-101-4/+4
* Implement 2 small helper functions:mdodd2002-01-102-0/+37
* Staticise the random_state array.msmith2002-01-102-5/+3
* Move the make_dev call from the cn_probe to a sysinit that runs atjake2002-01-091-1/+9
* Staticise the aac devclass.msmith2002-01-095-6/+5
* Regenerate from 1.26 pccarddevsimp2002-01-081-2/+23
* Catch up to NetBSD:imp2002-01-081-1/+8
* - generic Arcnet frameworkfjoe2002-01-084-0/+1400
* Staticise a couple of debugging variables.msmith2002-01-082-4/+4
OpenPOWER on IntegriCloud