summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* make it compile again in -currentmjacob2001-07-021-1/+1
* Detect the device on e.g. Dell OptiPlex GX110s.green2001-07-021-0/+1
* Make all this compile on 4.3, modulus sbuf.green2001-07-024-3/+15
* Add device ID for the OHCI controller in the Apple KeyLargo chip.benno2001-07-021-0/+5
* Fixed to support C-NET(9N)E.nyan2001-07-021-9/+2
* Minor style(9) changes before I get going.imp2001-07-021-41/+40
* Fix a couple of compile warnings because WLDEBUG and WLCACHE wereimp2001-07-021-2/+8
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesimp2001-07-021-2/+2
* Repo copy i82586.h to dev/ic/i82586.h.imp2001-07-021-1/+1
* intel ich/ich2 driver - this needs some work but is functional enough forcg2001-07-012-0/+1205
* add module version/dependanciescg2001-07-011-1/+4
* don't set a flag that is already setcg2001-07-011-1/+3
* set default 'monitor' volume (ac97 headphones) to 75%cg2001-07-011-0/+1
* Submitted by: Chip Salzenberg <chip@perlsupport.com>.groudier2001-07-011-2/+5
* Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.n_hibma2001-06-301-0/+1
* Don't free memory that has been freed already.n_hibma2001-06-302-2/+1
* Remove the resume method. It is not necessary any more, becauseyokota2001-06-302-13/+0
* Add the device resume method to keyboard drivers.yokota2001-06-303-1/+42
* If we are in DDB, don't switch to a vty in the VT_PROCESS mode.yokota2001-06-301-0/+6
* Fix warning message.imp2001-06-301-3/+4
* Wrap the interrupt handler so that we can get the ACPI lock.msmith2001-06-291-2/+20
* Add ACPI lock support.msmith2001-06-291-13/+52
* Add ACPI subsystem mutex support, currently disabled. This implementsmsmith2001-06-291-1/+21
* Update for new debug layer constant names in the ACPI CA 20010615msmith2001-06-295-5/+5
* Use msleep() when we sleep waiting for a GPE, since we are holding themsmith2001-06-291-37/+55
* Update to synch with the 20010615 ACPI CA import.msmith2001-06-291-129/+183
* Use the new-born BIO_CMD1 instead of fudging a bio_flag value for readingjoerg2001-06-291-116/+72
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-291-2/+2
* Don't free buffers we didn't allocate.yokota2001-06-292-3/+6
* This change slipped through hidden in a CVS conflict. Logically belongsjoerg2001-06-291-3/+3
* First stab at fixing resource deallocation, and implementing fdc(4) asjoerg2001-06-291-10/+24
* Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryyokota2001-06-291-1/+1
* Test "sc->kbd != NULL" rather than "sc != NULL" beforeyokota2001-06-291-1/+1
* Merge in parts of a larger patchset i received from Bruce. Untestedjoerg2001-06-281-41/+38
* Sync to my work in progress:msmith2001-06-284-146/+1092
* Fairwell dgmbrian2001-06-274-7110/+0
* don't flag the playback hardchan as busy on devices with only one of them.cg2001-06-273-19/+68
* tidy up/simplify dsp_clone()cg2001-06-271-24/+13
* Bracket this file in the usual #ifndef/#define/#endif stuff to preventbenno2001-06-271-0/+5
* Garbage collect some debug code.benno2001-06-271-11/+0
* Implement a new ioctl command for floppies: FD_READIDjoerg2001-06-261-8/+92
* Some more cosmetics: kill another couple of K&R function definitionsjoerg2001-06-261-28/+4
* add a tunable/sysctl, hw.snd.autovchans. if this is set to a value n wherecg2001-06-263-4/+53
* The information about how to integrate this driver into BSDs is obsoleted,onoe2001-06-261-60/+0
* Fix capability information in association request to reflect ESS/IBSS mode.onoe2001-06-261-5/+9
* Fix keyid bit position of encrypted packet to make non-first key usable.onoe2001-06-261-2/+2
* Fix previous enhancement to add support for new ifconfig interface.onoe2001-06-261-53/+35
* Merged from sys/dev/aic/aic_isa.c revision 1.8.nyan2001-06-261-7/+3
* We don't need the vm lock to perform a few simple calculations on thejhb2001-06-251-1/+1
* Driver modifications consistent with my other drivers to facilitatemsmith2001-06-255-41/+115
OpenPOWER on IntegriCloud