aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete typedefs.Cameron Grant2001-07-033-7/+5
* Correct obviously wrong mistakes.Brian Feldman2001-07-023-3/+3
* make it compile again in -currentMatt Jacob2001-07-021-1/+1
* Detect the device on e.g. Dell OptiPlex GX110s.Brian Feldman2001-07-021-0/+1
* Make all this compile on 4.3, modulus sbuf.Brian Feldman2001-07-024-3/+15
* Add device ID for the OHCI controller in the Apple KeyLargo chip.Benno Rice2001-07-021-0/+5
* Fixed to support C-NET(9N)E.Yoshihiro Takahashi2001-07-021-9/+2
* Minor style(9) changes before I get going.Warner Losh2001-07-021-41/+40
* Fix a couple of compile warnings because WLDEBUG and WLCACHE wereWarner Losh2001-07-021-2/+8
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesWarner Losh2001-07-021-2/+2
* Repo copy i82586.h to dev/ic/i82586.h.Warner Losh2001-07-021-1/+1
* intel ich/ich2 driver - this needs some work but is functional enough forCameron Grant2001-07-012-0/+1205
* add module version/dependanciesCameron Grant2001-07-011-1/+4
* don't set a flag that is already setCameron Grant2001-07-011-1/+3
* set default 'monitor' volume (ac97 headphones) to 75%Cameron Grant2001-07-011-0/+1
* Submitted by: Chip Salzenberg <chip@perlsupport.com>.Gerard Roudier2001-07-011-2/+5
* Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.Nick Hibma2001-06-301-0/+1
* Don't free memory that has been freed already.Nick Hibma2001-06-302-2/+1
* Remove the resume method. It is not necessary any more, becauseKazutaka YOKOTA2001-06-302-13/+0
* Add the device resume method to keyboard drivers.Kazutaka YOKOTA2001-06-303-1/+42
* If we are in DDB, don't switch to a vty in the VT_PROCESS mode.Kazutaka YOKOTA2001-06-301-0/+6
* Fix warning message.Warner Losh2001-06-301-3/+4
* Wrap the interrupt handler so that we can get the ACPI lock.Mike Smith2001-06-291-2/+20
* Add ACPI lock support.Mike Smith2001-06-291-13/+52
* Add ACPI subsystem mutex support, currently disabled. This implementsMike Smith2001-06-291-1/+21
* Update for new debug layer constant names in the ACPI CA 20010615Mike Smith2001-06-295-5/+5
* Use msleep() when we sleep waiting for a GPE, since we are holding theMike Smith2001-06-291-37/+55
* Update to synch with the 20010615 ACPI CA import.Mike Smith2001-06-291-126/+180
* Use the new-born BIO_CMD1 instead of fudging a bio_flag value for readingJoerg Wunsch2001-06-291-116/+72
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-291-2/+2
* Don't free buffers we didn't allocate.Kazutaka YOKOTA2001-06-292-3/+6
* This change slipped through hidden in a CVS conflict. Logically belongsJoerg Wunsch2001-06-291-3/+3
* First stab at fixing resource deallocation, and implementing fdc(4) asJoerg Wunsch2001-06-291-10/+24
* Quit the ioctl MOUSE_GETINFO as soon as we have gathered necessaryKazutaka YOKOTA2001-06-291-1/+1
* Test "sc->kbd != NULL" rather than "sc != NULL" beforeKazutaka YOKOTA2001-06-291-1/+1
* Merge in parts of a larger patchset i received from Bruce. UntestedJoerg Wunsch2001-06-281-41/+38
* Sync to my work in progress:Mike Smith2001-06-284-146/+1092
* Fairwell dgmBrian Somers2001-06-274-7110/+0
* don't flag the playback hardchan as busy on devices with only one of them.Cameron Grant2001-06-273-19/+68
* tidy up/simplify dsp_clone()Cameron Grant2001-06-271-24/+13
* Bracket this file in the usual #ifndef/#define/#endif stuff to preventBenno Rice2001-06-271-0/+5
* Garbage collect some debug code.Benno Rice2001-06-271-11/+0
* Implement a new ioctl command for floppies: FD_READIDJoerg Wunsch2001-06-261-8/+92
* Some more cosmetics: kill another couple of K&R function definitionsJoerg Wunsch2001-06-261-28/+4
* add a tunable/sysctl, hw.snd.autovchans. if this is set to a value n whereCameron Grant2001-06-263-4/+53
* The information about how to integrate this driver into BSDs is obsoleted,Atsushi Onoe2001-06-261-60/+0
* Fix capability information in association request to reflect ESS/IBSS mode.Atsushi Onoe2001-06-261-5/+9
* Fix keyid bit position of encrypted packet to make non-first key usable.Atsushi Onoe2001-06-261-2/+2
* Fix previous enhancement to add support for new ifconfig interface.Atsushi Onoe2001-06-261-53/+35
* Merged from sys/dev/aic/aic_isa.c revision 1.8.Yoshihiro Takahashi2001-06-261-7/+3