summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Some possibly helpful casts.mjacob2001-07-041-3/+3
* Add a microcomment about how you'd use ispds64_t or ispdlist_tmjacob2001-07-041-0/+8
* Add a bunch of additional defines for completion codes. Definemjacob2001-07-041-16/+75
* Firmware crashes handled in platform specific code (isp_async call).mjacob2001-07-041-3/+5
* More 2300 support prep- the Request/Response in/out pointers aremjacob2001-07-041-36/+34
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-5/+4
* - Don't overwrite inb, inw and outw.nyan2001-07-047-221/+392
* Add code, imperfect though it may be, for CAM_NEW_TRAN_CODE compilation.mjacob2001-07-041-11/+115
* * simplifycg2001-07-032-823/+325
* remove obsolete typedefs.cg2001-07-033-7/+5
* Correct obviously wrong mistakes.green2001-07-023-3/+3
* 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
OpenPOWER on IntegriCloud