aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Convert various pieces of code to use vn_isdisk() rather than checkingPoul-Henning Kamp1999-11-221-12/+1
* Comment out the newmidi stuff.Seigo Tanimura1999-11-221-0/+4
* - Introduce the bridge drivers for Sound Blaser, GUS and CrystalSeigo Tanimura1999-11-2212-64/+8620
* Move the pretty printing of the description for USB controllers toNick Hibma1999-11-221-2/+15
* Remove some bogus bus methods peter added. We are hardly doingNick Hibma1999-11-222-12/+2
* Addition of new fields to the usb_devinfo struct to enable the newNick Hibma1999-11-213-13/+26
* Revoke the vnodes on detach. This avoids the crashes people have seenNick Hibma1999-11-214-17/+48
* Enclosed the arguments of binary and in brackets.Nick Hibma1999-11-211-5/+7
* fix for -fno-builtinCameron Grant1999-11-213-4/+6
* These files have been repo-copied to dev/sound/* (making way for pcmPeter Wemm1999-11-2128-11278/+0
* Clean up stupidity in the isp_handle_other_response function- indexesMatt Jacob1999-11-211-119/+169
* Add storage/access for a default WWN. A miscellaneous tweak or two.Matt Jacob1999-11-211-3/+3
* Add a isp_getrqentry inline function (that is, find the next availableMatt Jacob1999-11-211-0/+24
* Fix some includes for when we (eventually) get target mode working again.Matt Jacob1999-11-211-53/+76
* Put *back* the f/w, this time with a BSD style licence as approvedMatt Jacob1999-11-211-6/+25220
* Fix dmasetup functions to have 16 bit queue indices. Get the chip revisionMatt Jacob1999-11-211-28/+40
* Teach the md driver to use preloaded files of type "md_image".Poul-Henning Kamp1999-11-201-66/+126
* Minor tweak: the subsystem device ID code for the quad port 62044 cardBill Paul1999-11-202-2/+7
* repo-copied to make way for newmidi, this commit updates include pathsCameron Grant1999-11-2017-33/+33
* Allow NULL for startp and/or countp in bus_get_resource() so that you canPeter Wemm1999-11-201-2/+4
* I forgot to remove the "NCARD == 0" hacks that kept this driverMatthew N. Dodd1999-11-202-8/+0
* Latest incremental efforts on newcard:Warner Losh1999-11-202-49/+84
* Kill unneeded #includes. They were left over from the short period ofWarner Losh1999-11-202-10/+0
* Make the event creation workNick Hibma1999-11-191-16/+26
* fix braino.. line misplaced.Julian Elischer1999-11-192-2/+2
* Loose ad_sleep, its of no use anymore.Søren Schmidt1999-11-191-13/+0
* Rename es1370.c to es137x.c and merge in the patches to supportRoger Hardiman1999-11-192-34/+780
* protect some more operations with splimp() under Netgraph.Julian Elischer1999-11-194-12/+12
* Add usbdevs and friends.Nick Hibma1999-11-183-0/+584
* Set port_used and mem_used to the resource size instead of 1.Yoshihiro Takahashi1999-11-183-6/+6
* Change the clist reservation from 0 to buffer size.Nick Hibma1999-11-182-2/+2
* Missed a name change.Nick Hibma1999-11-181-1/+1
* Argh, don't turn the IIR test on unless it's a pccard. These tests messPeter Wemm1999-11-181-24/+20
* remove PCATCH from a tsleep that isn't checked for (avoid infinite loop).Alfred Perlstein1999-11-181-1/+1
* Fix some -Wunused warningsPeter Wemm1999-11-182-4/+0
* Fix a warning.Peter Wemm1999-11-181-3/+1
* Fix some warnings.Peter Wemm1999-11-182-4/+4
* Sync to latest cardbusdevs fileWarner Losh1999-11-182-0/+175
* Merge some typo fixes from dev/sio/sio.c (siostop -> comstop)Peter Wemm1999-11-181-47/+93
* Raw import of newconfig cardbus code. This is effectively an import,Warner Losh1999-11-187-0/+1093
* Remove cdevsw_add() - the make_dev() calls are already there.Peter Wemm1999-11-181-8/+1
* Convert smb to use make_dev() rather than cdevsw_add(). This stops thePeter Wemm1999-11-181-1/+3
* Convert iic to use make_dev() rather than cdevsw_add(). This stops thePeter Wemm1999-11-181-1/+3
* Tidy up a few loose ends in the fifo setup code.Peter Wemm1999-11-181-20/+1
* o Remove #if XXX from around the probe code.Warner Losh1999-11-172-51/+43
* Synchronisation with NetBSD as of 1999/11/16:Nick Hibma1999-11-1730-2159/+2901
* this is a full fix for writes not aligned to the sample size selected.Cameron Grant1999-11-156-44/+78
* set default ogain to 50 since some sb cards produce no sound at 0Cameron Grant1999-11-152-0/+2
* Fix a typo in the DRIVER_MODULE() declaration which caused a collisionPeter Wemm1999-11-152-2/+2
* Remove duplicate entry for ADS7180 - it's meant to be handled by thePeter Wemm1999-11-152-8/+0