summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* sc->sc_ibuf should be malloc'ed after quirks applied, askaiw2008-08-181-6/+7
* Fix a typo: According to the hid spec, Global item #3kaiw2008-08-181-1/+1
* In the hid parser, if a INPUT/OUTPUT/FEATURE item is skipped, itskaiw2008-08-181-3/+12
* Re-add Microsoft Intellimouse 2.0 TWHEEL quirk.kaiw2008-08-181-0/+3
* Make it easy to comment out the part that use current tty layer directly.takawata2008-08-181-9/+32
* Fix compilekris2008-08-181-2/+2
* Add isochronous transfer support for USB 2.0kevlo2008-08-184-49/+834
* Make sure that machine addresses are vm_paddr_tkmacy2008-08-171-6/+7
* Commit step 1 of the vimage project, (network stack)bz2008-08-173-9/+12
* Update a comment about not numbering pci busses. This may soon beimp2008-08-171-7/+9
* Remove useless #if 1.imp2008-08-161-2/+0
* Add some sysctl reporting for most pci_pci bridges. We now reportimp2008-08-162-3/+21
* Convert the snp(4) driver to use cdevpriv.ed2008-08-151-66/+46
* Introduce a new loader tunable "hw.ata.ata_dma_check_80pin", defaulting to 1.philip2008-08-153-1/+13
* Compile fixes for xen build.kmacy2008-08-152-4/+0
* Move wb driver from sys/pci to sys/dev/wb.imp2008-08-142-0/+2312
* Move pcn driver from sys/pci to sys/dev/pcn.imp2008-08-142-0/+2057
* Move the ste driver from sys/pci to sys/dev/ste.imp2008-08-142-0/+2302
* Move the tl driver form sys/pci to sys/dev/tl.imp2008-08-142-0/+2955
* Fix a typo: jme -> agekevlo2008-08-141-1/+1
* Attach the cpufreq child devices with specific orders to enforce relativejhb2008-08-131-1/+1
* o Add a quirk for Sony Handycam DCR-HC32E.maxim2008-08-131-0/+4
* Fix compilation of arm's AVILA.ed2008-08-131-1/+1
* Fix VLAN hardware tag insertion/stripping on big-endianyongari2008-08-131-2/+2
* Fix runt TSO packet issue.kmacy2008-08-131-20/+23
* Add LRO and MAC statistics to exported sysctls.kmacy2008-08-133-14/+139
* Import Xen paravirtual drivers.kmacy2008-08-1212-0/+8270
* Restore link state handling which was broken in rev 1.69.yongari2008-08-121-4/+1
* Remove 'cr' at the end of line.yongari2008-08-121-20/+20
* Remove whitespace at the end of line.yongari2008-08-121-10/+10
* Remove cxgb private lro implementation and switch to using system implementat...kmacy2008-08-124-477/+76
* Vendor fix for PHY problem.kmacy2008-08-117-89/+787
* Rework Dallas Semiconductor RTC support.raj2008-08-111-103/+229
* Rename ds1339 -> ds133x to better fit the upcoming driver extensions.raj2008-08-111-0/+0
* - Convert sc_sessions_mtx mutex to a rwlock, so in the fast pathpjd2008-08-112-88/+70
* Add Conexant/Intersil PrismGT SoftMAC wireless USB driver - upgt(4).weongyo2008-08-113-0/+2859
* Use device_set_desc() instead of device_set_desc_copy() as we don'tyongari2008-08-111-1/+1
* Partial back out r180952.yongari2008-08-111-4/+2
* Minor typo fix, caught while skimming through the file.keramida2008-08-101-1/+1
* Move sis to sys/dev/sis for consistency.imp2008-08-102-0/+2802
* Read the config space of the child, not the bridge, to determine whenimp2008-08-101-5/+5
* Move the xl driver form sys/pci to sys/dev/xl for consistency.imp2008-08-102-0/+4109
* Add quirks for making uhid(4) ignore the Apple iPhone and iPhone 3G.brix2008-08-092-0/+6
* fix typoimp2008-08-091-1/+1
* It turns out that checking the first DWORD register is more reliableimp2008-08-091-15/+17
* Add glxsb(4) driver for the Security Block in AMD Geode LX processors (asphilip2008-08-093-0/+1198
* Add sbuf_new_auto as a shortcut for the very common case of creating ades2008-08-092-2/+2
* After some intial testing, there are even slower cards than the onesimp2008-08-091-13/+24
* Rather than waiting a fixed amount of time, which might not be enoughimp2008-08-091-12/+23
* Change -1 to 0xfffffffful since the interface returns uint32_t.imp2008-08-091-1/+1
OpenPOWER on IntegriCloud