aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Regenerate.Josef Karthauser2002-02-022-503/+615
* Update comments and product identifiers so that they're the sameJosef Karthauser2002-02-021-12/+12
* Add some missing usb vendors (from NetBSD).Josef Karthauser2002-02-021-0/+16
* Sync with NetBSD's version, dropping all the 'ltd', 'corp', etc.Josef Karthauser2002-02-021-140/+140
* Merged cy_pcireg.h into the one file that uses it (cy_pci.c).Bruce Evans2002-02-021-1/+16
* Fixed breakage of interrupt setup in previous commit. It used anBruce Evans2002-02-021-0/+2
* identify GLPRISM2 PCI WaveLAN/IEEE 802.11Alfred Perlstein2002-01-311-0/+1
* Add support of PhotoClip USB Camera (http://www.myphotoclip.com):Maxim Sobolev2002-01-313-0/+20
* Fix irq/drq handling. IRQ and DRQ resource information can be getTakanori Watanabe2002-01-312-28/+43
* Add pc98 support.Yoshihiro Takahashi2002-01-311-0/+3
* Remove obsolete COMBRD* definitions.Yoshihiro Takahashi2002-01-311-6/+0
* Fix error handling.Takanori Watanabe2002-01-311-7/+19
* Add support for different serial clock frequencies and not just theJohn Hay2002-01-306-72/+100
* Move cardaddr to memory structure.Warner Losh2002-01-291-1/+2
* Add EDIMAX ethernet card for NEWCARD from NetBSDWarner Losh2002-01-291-0/+2
* Migrate towards using the new exca module for 16bit stuff. This is aWarner Losh2002-01-292-566/+121
* First draft of common code between pccbb and pcic drivers for talkingWarner Losh2002-01-293-0/+1155
* Minor sorting ordersWarner Losh2002-01-291-2/+2
* Sync to 1.27 of pccarddevsWarner Losh2002-01-291-2/+14
* MFNetBSD:Warner Losh2002-01-291-1/+9
* Grr. The last commit contained update conflicts. It just goes toGreg Lehey2002-01-291-5/+0
* Forced commit. The previous commit log was garbled and didn't evenGreg Lehey2002-01-291-0/+5
* Add support for the Promise TX4.Søren Schmidt2002-01-282-68/+118
* Add support for pccard.Søren Schmidt2002-01-281-3/+30
* Merge from NetBSD.Josef Karthauser2002-01-286-21/+55
* Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0Scott Long2002-01-272-3/+3
* vinumioctl: Fix a double fault caused by calling setjmp() without holding the...Greg Lehey2002-01-272-3/+2
* Add support for the Netgear GA302T 10/100/1000 adapter. Given thatJohn Polstra2002-01-272-0/+8
* * improve error handlingCameron Grant2002-01-267-42/+93
* Rearrange the code in USB_DETACH, so that it's like NetBSD's. NoJosef Karthauser2002-01-261-6/+6
* Back out the last commit. I committed the wrong file by accident.Josef Karthauser2002-01-261-39/+14
* Rearrange the code in USB_DETACH, so that it's like NetBSD's.Josef Karthauser2002-01-261-14/+39
* Update the $NetBSD$ ident.Josef Karthauser2002-01-261-1/+1
* Reduce the diffs between NetBSD and our version where appropriateJosef Karthauser2002-01-261-5/+6
* Merge from NetBSD:Josef Karthauser2002-01-261-0/+6
* Merge from NetBSD:Josef Karthauser2002-01-261-1/+1
* Update the $NetBSD$ ident to show that some patches have been appliedJosef Karthauser2002-01-262-2/+2
* Merge from NetBSD:Josef Karthauser2002-01-265-25/+78
* Fix code that had rotted behind debugging macros.Scott Long2002-01-258-8/+10
* a buffer offset equal to the buffer size is illegal too, fix assertion inCameron Grant2002-01-251-1/+1
* cosmetic change, free b instead of c->bufhard for consistency withinCameron Grant2002-01-251-1/+1
* Merge from NetBSD:Josef Karthauser2002-01-242-5/+24
* 1) Fix a debug statement by filling in its data before the printf inGuido van Rooij2002-01-241-3/+72
* 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