aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove some printfs and make it slightly more paranoid about acceptingDoug Rabson1999-11-152-26/+24
* * Ignore the wierd fakechan workarounds for simplex in dsp_ioctl().Doug Rabson1999-11-1310-66/+492
* Update to driver 2.05Roger Hardiman1999-11-134-30/+37
* Add many new devicelabelsNick Hibma1999-11-124-80/+399
* Fix the computation of the status of the transfers. It never saw a STALLEDNick Hibma1999-11-111-8/+17
* Avoid the usurping messageNick Hibma1999-11-112-2/+15
* Add code to support ISA PnP.Doug Rabson1999-11-111-43/+120
* Dont listen to disks that say they can only do 0 sector transfers.Søren Schmidt1999-11-101-1/+1
* Make the atapi device return sensible errno's back to userland.Søren Schmidt1999-11-105-55/+60
* Correctly record the mouse position in the current VTY.Kazutaka YOKOTA1999-11-091-23/+22
* The Qtronix keyboard has a built in PS/2 port for a mouse.Nick Hibma1999-11-083-49/+99
* Add QTronix keyboard with PS/2 mouse connectorNick Hibma1999-11-082-0/+15
* remove superfluous header includeNick Hibma1999-11-081-1/+1
* Unbreak ATAPI on the Aladdin chipset, only DMA access worked.Søren Schmidt1999-11-084-61/+63
* Remove superfluous header file includesNick Hibma1999-11-082-17/+13
* Remove superfluous header file includes.Nick Hibma1999-11-087-13/+7
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.Kazutaka YOKOTA1999-11-081-2/+10
* - Removed SC_VIDEO_DEBUG. It is broken and useless now.Kazutaka YOKOTA1999-11-081-22/+0
* Use cdevsw_add() explicitly and DRIVER_MODULE().Peter Wemm1999-11-081-1/+2