aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Introduce Danny Braniss' iSCSI initiator, version 2.0.99. Please read theScott Long2007-07-248-0/+4384
* Add support for ShanTou ST268 usb nic. This is from a patch for NetBSDWarner Losh2007-07-241-0/+2
* Add MSI support.Pyun YongHyeon2007-07-241-15/+80
* Don't fail on device attach if jumbo frame support was unsuccessful.Pyun YongHyeon2007-07-242-9/+26
* The HPET appears to be broken on silby's Acer Pentium M system, neverNate Lawson2007-07-221-4/+18
* Change new Wi-Spy device name to Wi-Spy 2.4x.Warner Losh2007-07-221-1/+1
* WISPY added an X.Warner Losh2007-07-221-1/+1
* Use bus_get_dma_tag() to obtain the parent DMA tag.Kevin Lo2007-07-222-24/+29
* Add some additional devices.Warner Losh2007-07-221-3/+19
* Fix Symbios driver on amd64: Since amd64 has 64 bit pointers but the sameStefan Eßer2007-07-201-12/+17
* Protect transaction labels by its own lock to reduce lock contention.Hidetoshi Shimokawa2007-07-202-12/+17
* Add legacy interrupt handler which would be more appropriate forPyun YongHyeon2007-07-201-9/+90
* - Enable static building of mxge(4) and its firmware.Andrew Gallatin2007-07-197-2188/+24998
* Correct RSSI calculation.Sepherosa Ziehau2007-07-171-1/+1
* - integrate most recent changes from vendor branch and upgrade to firmware re...Kip Macy2007-07-1719-690/+1474
* - Increase descriptors per call to startKip Macy2007-07-173-13/+10
* Add support to the ipmi, isa attachment to attempt to read ipmiDoug Ambrisko2007-07-161-2/+79
* Improve acquisition of transaction labels.Hidetoshi Shimokawa2007-07-152-20/+17
* Add support for G965/Q965/GM965/GME965/GME945 AGP.Eric Anholt2007-07-134-230/+387
* A couple late breaking bugs that testing have turned up.Jack F Vogel2007-07-121-3/+6
* Update the mxge(4) driver's copyright to 2007, and dropAndrew Gallatin2007-07-127-41/+13
* Directly initialize nxge's ifaddrp pointer to ifnetp->if_addr ratherRobert Watson2007-07-121-1/+1
* bus_dma_tag_create() and bus_dma_mem_alloc() shall not be called with aKonstantin Belousov2007-07-121-9/+15
* Improve the net80211 handling within ndisAndrew Thompson2007-07-122-158/+303
* Add the actual source too :)Jack F Vogel2007-07-1112-0/+9206
* Remove the internal use of __packed and put it on the structuresMatt Jacob2007-07-111-29/+29
* Now that wicontrol has been removed from the base system the correspondingAndrew Thompson2007-07-112-1/+15
* Fix kbdmux(4) issue with backslash/underscore key not working onMaksim Yevmenkin2007-07-111-0/+3
* Protect against divide by zero while calculating bus speed due toAriff Abdullah2007-07-111-1/+5
* Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightlyWarner Losh2007-07-112-0/+3
* Add additional product id and quirks entry for MetaGeek Wi-SpyWarner Losh2007-07-102-0/+5
* Get rid of a couple of Coverity found sign comparison errors.Matt Jacob2007-07-101-3/+3
* Be more conservative- turn off fast posting and RIO for 22XX cards.Matt Jacob2007-07-101-7/+2
* MFp4 122896Kip Macy2007-07-103-42/+78
* Missed in last commit: add usb task for rue to use for its ticks.Warner Losh2007-07-091-0/+1
* - Add codec id for Realtek ALC268.Ariff Abdullah2007-07-092-18/+57
* Fix stream suspend/resume activity due to its states beingAriff Abdullah2007-07-091-12/+27
* When all the other drivers were converted to scheduling a taskqueue toWarner Losh2007-07-091-0/+18
* Fix duplicates that crept in at the last minute :-(.Warner Losh2007-07-091-2/+1
* Further diff reduction against the proposed merged usbdevs: Add a fewWarner Losh2007-07-091-21/+37
* More vendors from the merged list.Warner Losh2007-07-091-10/+71
* Fix a bug of retrieving configuration ROM.Hidetoshi Shimokawa2007-07-081-2/+2
* Trivial differences with the proposed merged BSD usbdevs file mergedWarner Losh2007-07-061-95/+94
* uhub already does the printing and naming of a device, so don't do itWarner Losh2007-07-061-5/+1
* Fix warnings.Peter Wemm2007-07-062-3/+3
* re(4) devices requires an external EEPROM. Depending on models itPyun YongHyeon2007-07-061-2/+2
* Prefer device_printf to printf + device_get_nameunit. This savesWarner Losh2007-07-051-17/+14
* MFp4: Fixing IPW_DEBUG enabled builds by converting the last piece ofTai-hwa Liang2007-07-051-1/+2
* Adopt snp to the destroy_dev_sched() KPI after reverting of destroy_dev()Konstantin Belousov2007-07-051-8/+9
* Properly unlock mutex before returning. There was a slight mishapAriff Abdullah2007-07-051-1/+3