aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* NULL out ii->stdstart and ii->stdend when they are invalid. ThisIan Dowse2006-05-281-1/+10
* Fix a harmless typo where the software pointer in the dummy QH forIan Dowse2006-05-281-1/+1
* Defer axe_tick processing to a USB task, since axe miibus operationsIan Dowse2006-05-272-0/+20
* Work in progress toward fixing IM checked in after havingMatt Jacob2006-05-276-80/+178
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-272-0/+165
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-2710-0/+4547
* Fix typo in printf string.Simon L. B. Nielsen2006-05-271-2/+2
* Update to new console api.Poul-Henning Kamp2006-05-262-41/+12
* Convert to new console apiPoul-Henning Kamp2006-05-262-30/+13
* Convert to new console interface.Poul-Henning Kamp2006-05-261-9/+7
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp2006-05-263-27/+5
* Convert to use CONSOLE_DRIVER() macro:Poul-Henning Kamp2006-05-261-43/+9
* Insert a '_' in the console function names to be more consistent withPoul-Henning Kamp2006-05-261-17/+17
* GC the cn_dbctl_t hook for consoles, it is unused.Poul-Henning Kamp2006-05-262-40/+2
* don't require a buffer if all we are doing is manipulating the GPIO pins...John-Mark Gurney2006-05-261-0/+9
* Get most of the way back to having Integrated Mirroring workMatt Jacob2006-05-264-122/+160
* gratuitous formatting changesMatt Jacob2006-05-261-21/+17
* Fix spellings. Prototype mpt_dump_request. Add a 'raid_enabled' tag.Matt Jacob2006-05-261-2/+5
* Remove handrolled raw dump of a request fromMatt Jacob2006-05-261-19/+1
* APM was calling the suspend process from a timeout. This meant thatWarner Losh2006-05-251-0/+4
* Only reference the firmware module once rather than twice. The extra callJohn Baldwin2006-05-251-1/+0
* Export the pribus, secbus and subbus as sysctls for informationWarner Losh2006-05-242-20/+31
* Suspend the children before we turn off card events in hardware. ThisWarner Losh2006-05-241-2/+4
* Fix a race when detaching the cbb worker thread. There were a coupleWarner Losh2006-05-241-1/+7
* Workaround a hang on some nForce2 systems that can happen if the CPU goesJohn Baldwin2006-05-241-0/+38
* Rename device name in the last commit. According to PR, the ID isGleb Smirnoff2006-05-241-3/+3
* Attempt to follow the procedure described in section 4.10 of theIan Dowse2006-05-242-94/+224
* Whitespace nitsWarner Losh2006-05-231-3/+3
* Remove definitions of uart_[gs]etdreg. They are not used anymore andMarcel Moolenaar2006-05-231-6/+0
* Forgot to remove the line.Pawel Jakub Dawidek2006-05-231-1/+0
* The lcr variable in ns8250_probe is now unused. Remove it.Benno Rice2006-05-231-1/+1
* When usb_event_thread() first starts, wait significantly longerIan Dowse2006-05-231-5/+14
* Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0.Benno Rice2006-05-232-25/+18
* Fix HMACs handling with uio's by not using crp_mac for storing calculatedPawel Jakub Dawidek2006-05-223-10/+13
* - Fix the busname in the DRIVER_MODULE.Yoshihiro Takahashi2006-05-221-1/+8
* Protect the sc_needwakeup field with the sc_freeqlock mutex.Pawel Jakub Dawidek2006-05-221-4/+11
* Add missing case for RQSTYPE_CTIO3- neede for 64 bit target mode.Matt Jacob2006-05-221-0/+1
* Remove bzero/bcopy vestigesMatt Jacob2006-05-221-21/+87
* Remove bzero/bcopy vestiges.Matt Jacob2006-05-221-7/+12
* remove bzero/bcopy vestigesMatt Jacob2006-05-221-3/+3
* add TGT_ANY defineMatt Jacob2006-05-221-0/+1
* Fix longstanding bug where exec throttle is 16 bits- not 8.Matt Jacob2006-05-221-1/+1
* ALTQ-ify nve(4).Max Laier2006-05-201-3/+5
* If the PHY has 1000BASE-T capability, check to see if a 1000BASE-T speedPyun YongHyeon2006-05-191-2/+15
* Add in a bunch of things to the mfi driver:Doug Ambrisko2006-05-187-32/+1132
* - When setting up a packet for transmit, if we the tx ring is over halfJohn Baldwin2006-05-181-3/+17
* - Add C-bus and ISA front-ends for le(4) so it can actually replaceMarius Strobl2006-05-172-0/+953
* Honor cri_mlen value.Pawel Jakub Dawidek2006-05-176-13/+46
* Send the pcvt(4) driver off to retirement.Poul-Henning Kamp2006-05-172-4/+0
* Fix static array overrun.Gleb Smirnoff2006-05-171-1/+1