summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings.peter1999-11-182-4/+4
* Sync to latest cardbusdevs fileimp1999-11-182-0/+175
* Merge some typo fixes from dev/sio/sio.c (siostop -> comstop)peter1999-11-181-47/+93
* Raw import of newconfig cardbus code. This is effectively an import,imp1999-11-187-0/+1093
* Remove cdevsw_add() - the make_dev() calls are already there.peter1999-11-181-8/+1
* Convert smb to use make_dev() rather than cdevsw_add(). This stops thepeter1999-11-181-1/+3
* Convert iic to use make_dev() rather than cdevsw_add(). This stops thepeter1999-11-181-1/+3
* Tidy up a few loose ends in the fifo setup code.peter1999-11-181-20/+1
* o Remove #if XXX from around the probe code.imp1999-11-172-51/+43
* Synchronisation with NetBSD as of 1999/11/16:n_hibma1999-11-1730-2187/+2929
* this is a full fix for writes not aligned to the sample size selected.cg1999-11-156-44/+78
* set default ogain to 50 since some sb cards produce no sound at 0cg1999-11-152-0/+2
* Fix a typo in the DRIVER_MODULE() declaration which caused a collisionpeter1999-11-152-2/+2
* Remove duplicate entry for ADS7180 - it's meant to be handled by thepeter1999-11-152-8/+0
* Remove some printfs and make it slightly more paranoid about acceptingdfr1999-11-152-26/+24
* * Ignore the wierd fakechan workarounds for simplex in dsp_ioctl().dfr1999-11-1310-66/+492
* Update to driver 2.05roger1999-11-134-30/+37
* Add many new devicelabelsn_hibma1999-11-124-80/+399
* Fix the computation of the status of the transfers. It never saw a STALLEDn_hibma1999-11-111-8/+17
* Avoid the usurping messagen_hibma1999-11-112-2/+15
* Add code to support ISA PnP.dfr1999-11-111-43/+120
* Dont listen to disks that say they can only do 0 sector transfers.sos1999-11-101-1/+1
* Make the atapi device return sensible errno's back to userland.sos1999-11-105-55/+60
* Correctly record the mouse position in the current VTY.yokota1999-11-091-23/+22
* The Qtronix keyboard has a built in PS/2 port for a mouse.n_hibma1999-11-083-52/+102
* Add QTronix keyboard with PS/2 mouse connectorn_hibma1999-11-082-0/+15
* remove superfluous header includen_hibma1999-11-081-1/+1
* Unbreak ATAPI on the Aladdin chipset, only DMA access worked.sos1999-11-084-61/+63
* Remove superfluous header file includesn_hibma1999-11-082-17/+13
* Remove superfluous header file includes.n_hibma1999-11-087-13/+7
* - Added a new kernel configuration option: SC_TWOBUTTON_MOUSE.yokota1999-11-081-2/+10
* - Removed SC_VIDEO_DEBUG. It is broken and useless now.yokota1999-11-081-22/+0
* Use cdevsw_add() explicitly and DRIVER_MODULE().peter1999-11-081-1/+2
* Call id_drvinit() from attach, not probe as the OS hasn't necessarilypeter1999-11-081-2/+2
* Rename remove_dev() to destroy_dev().phk1999-11-083-13/+13
* Use (temporarily) cdevsw_add() so we can change from DEV_DRIVER_MODULE()peter1999-11-081-1/+2
* Use cdevsw_add() (temporarily) to avoid DEV_DRIVER_MODULE(), since thepeter1999-11-081-1/+2
* Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c usespeter1999-11-081-1/+1
* Use cdevsw_add() explicitly as a workaround for DEV_DRIVER_MODULE().peter1999-11-082-3/+8
* No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev().peter1999-11-081-1/+1
* ulpt.c and ums.c already uses make_dev(), so there's no need to use thepeter1999-11-082-4/+2
* Update the stream socket fileops table to match fo_stat() additions.peter1999-11-081-1/+1
* Remove the devsw magic from DEV_MODULE()phk1999-11-072-2/+4
* Conserve stereo mode in ioctl SNDCTL_DSP_SETFMT.tanimura1999-11-072-6/+6
* Fix IRQ allocation bug on controllers using a shared interrupt.sos1999-11-066-78/+148
* resource_list_{alloc,release}() takes a struct resource_list * as itsmdodd1999-11-061-3/+4
* The unit of sndstat is fixed to zero.tanimura1999-11-062-2/+2
* Remove calls to alpha_register_pci_scsi(). After Mike's recent bootgallatin1999-11-051-6/+0
* now that a map's base addr is 64-bits, the alpha multi-hose hack needsgallatin1999-11-031-4/+4
* Emergency fix to stop world breakage.grog1999-11-031-4/+0
OpenPOWER on IntegriCloud