summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Use bus_get_dma_tag() to obtain the parent DMA tag.kevlo2007-07-222-24/+29
* Add some additional devices.imp2007-07-221-3/+19
* Fix Symbios driver on amd64: Since amd64 has 64 bit pointers but the samese2007-07-201-12/+17
* Protect transaction labels by its own lock to reduce lock contention.simokawa2007-07-202-12/+17
* Add legacy interrupt handler which would be more appropriate foryongari2007-07-201-9/+90
* - Enable static building of mxge(4) and its firmware.gallatin2007-07-197-2188/+24998
* Correct RSSI calculation.sephe2007-07-171-1/+1
* - integrate most recent changes from vendor branch and upgrade to firmware re...kmacy2007-07-1719-690/+1474
* - Increase descriptors per call to startkmacy2007-07-173-13/+10
* Add support to the ipmi, isa attachment to attempt to read ipmiambrisko2007-07-161-2/+79
* Improve acquisition of transaction labels.simokawa2007-07-152-20/+17
* Add support for G965/Q965/GM965/GME965/GME945 AGP.anholt2007-07-134-230/+387
* A couple late breaking bugs that testing have turned up.jfv2007-07-121-3/+6
* Update the mxge(4) driver's copyright to 2007, and dropgallatin2007-07-127-41/+13
* Directly initialize nxge's ifaddrp pointer to ifnetp->if_addr ratherrwatson2007-07-121-1/+1
* bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with akib2007-07-121-9/+15
* Improve the net80211 handling within ndisthompsa2007-07-122-158/+303
* Add the actual source too :)jfv2007-07-1112-0/+9206
* Remove the internal use of __packed and put it on the structuresmjacob2007-07-111-29/+29
* Now that wicontrol has been removed from the base system the correspondingthompsa2007-07-112-1/+15
* Fix kbdmux(4) issue with backslash/underscore key not working onemax2007-07-111-0/+3
* Protect against divide by zero while calculating bus speed due toariff2007-07-111-1/+5
* Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightlyimp2007-07-112-0/+3
* Add additional product id and quirks entry for MetaGeek Wi-Spyimp2007-07-102-0/+5
* Get rid of a couple of Coverity found sign comparison errors.mjacob2007-07-101-3/+3
* Be more conservative- turn off fast posting and RIO for 22XX cards.mjacob2007-07-101-7/+2
* MFp4 122896kmacy2007-07-103-42/+78
* Missed in last commit: add usb task for rue to use for its ticks.imp2007-07-091-0/+1
* - Add codec id for Realtek ALC268.ariff2007-07-092-18/+57
* Fix stream suspend/resume activity due to its states beingariff2007-07-091-12/+27
* When all the other drivers were converted to scheduling a taskqueue toimp2007-07-091-0/+18
* Fix duplicates that crept in at the last minute :-(.imp2007-07-091-2/+1
* Further diff reduction against the proposed merged usbdevs: Add a fewimp2007-07-091-21/+37
* More vendors from the merged list.imp2007-07-091-10/+71
* Fix a bug of retrieving configuration ROM.simokawa2007-07-081-2/+2
* Trivial differences with the proposed merged BSD usbdevs file mergedimp2007-07-061-95/+94
* uhub already does the printing and naming of a device, so don't do itimp2007-07-061-5/+1
* Fix warnings.peter2007-07-062-3/+3
* re(4) devices requires an external EEPROM. Depending on models ityongari2007-07-061-2/+2
* Prefer device_printf to printf + device_get_nameunit. This savesimp2007-07-051-17/+14
* MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece ofavatar2007-07-051-1/+2
* Adopt snp to the destroy_dev_sched() KPI after reverting of destroy_dev()kib2007-07-051-8/+9
* Properly unlock mutex before returning. There was a slight mishapariff2007-07-051-1/+3
* Quiet framelen uninitialized warning. I think it was a false alarm.peter2007-07-051-1/+3
* Initialize DWBuf[3].peter2007-07-051-0/+1
* Prefer device_printf to printf("%s: ...", device_get_nameunit()). Onimp2007-07-051-30/+23
* Prefer device_printf to printf("%s:...", device_get_nameunit(),...);imp2007-07-052-61/+51
* Add quirks, derived from the linux quirks table for:imp2007-07-052-5/+375
* Add support for Western Digital MyBook external enclosures. They needimp2007-07-052-0/+10
* Be much more forgiving towards applications that requesting ioctlsariff2007-07-041-4/+2
OpenPOWER on IntegriCloud