summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix array overflow.trasz2010-01-081-1/+1
* Get rid of #ident.trasz2010-01-081-1/+0
* Get rid of #ident, GCC 4.4 warns about it being deprecated.trasz2010-01-082-4/+1
* One more #ifdef fix for GCC 4.4.trasz2010-01-081-1/+1
* Remove unused uhci_dump_qhs().trasz2010-01-081-27/+0
* Remove unused iir_watchdog().trasz2010-01-081-35/+0
* Put mly_timeout() under MLY_DEBUG, so that newer GCC versions don'ttrasz2010-01-081-1/+3
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in ordertrasz2010-01-082-2/+2
* If we fail to read the Ethernet address from the card, just print angavin2010-01-081-9/+1
* Make sure to store dma address of RX buffer in little endian form.yongari2010-01-081-4/+6
* Fix EEPROM access code to return data in host byte order.yongari2010-01-081-13/+7
* Remove unneeded includes.thompsa2010-01-081-2/+0
* Remove extraneous semicolons, no functional changes.mbr2010-01-0736-61/+61
* Fix debug printf on 64bit arches.thompsa2010-01-071-1/+1
* Add new umass quirks for Western Digital MYBook and JMicron JM20337.thompsa2010-01-072-1/+9
* Improve u3g device ejecting by providing additional methods for the ejectthompsa2010-01-064-221/+283
* scratch_size was incorrectly passed as language ID when retrieving the languagethompsa2010-01-061-2/+1
* len must be int, not size_trpaulo2010-01-061-1/+1
* Add net80211 media status reporting.rpaulo2010-01-051-8/+19
* Move the PCI-specific logic of removing a cardbus device into ajhb2010-01-053-30/+42
* Update acpi_ibm syctl nodes on resume.iwasaki2010-01-051-0/+30
* cardbus -> CardBusimp2010-01-033-3/+3
* cardbus -> CardBusimp2010-01-031-2/+2
* cardbus -> CardBusimp2010-01-031-1/+1
* CardBus instead of cardbus.imp2010-01-031-1/+1
* Fix CardBus spelling.imp2010-01-031-3/+3
* Fix regression introduced in r198318. BCM5754/BCM5754M uses theyongari2010-01-031-2/+9
* Fix card/device names, no functional changembr2010-01-032-18/+19
* Make sure that the WWNN is also created for 2100..2300 cards.mjacob2010-01-031-0/+2
* Fix botches in r201005:marius2010-01-011-1/+1
* Create a Node WWN from the *Port* WWN, not vice versa, for 2400s.mjacob2009-12-311-5/+4
* Add new device ID to uipaq driverthompsa2009-12-312-0/+3
* Disable K&R style function definitions for WARNS=6.ed2009-12-311-1/+1
* Fix an error case I missed in the previous change so that the CIS resourcejhb2009-12-301-2/+2
* Delete the CIS resource after releasing it. This is needed when the CIS isjhb2009-12-301-2/+3
* Teach the PCI bus driver to handle PCIR_BIOS BARs properly and remove specialjhb2009-12-303-10/+81
* Use bus_*() rather than bus_space_*().jhb2009-12-301-17/+7
* Remove no longer used pci_release_resource().jhb2009-12-302-21/+0
* Use a constant instead of a magic number for the flag that enables decodingjhb2009-12-301-1/+1
* Add missing `void' keywords.ed2009-12-304-10/+10
* In blkif_queue_cb(), test the return value from gnttab_claim_grant_reference()gibbs2009-12-291-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-2919-45/+56
* Usually these controllers are able to automatically decode command code tomav2009-12-292-5/+27
* iwn(4) update. Notable changes:rpaulo2009-12-293-707/+1477
* Fix autonegotiation: tell the MAC where to find the PHY.philip2009-12-291-3/+9
* Use VFS_{LOCK,UNLOCK}_GIANT() around the call to vrele().jkoshy2009-12-291-0/+6
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-285-5/+5
* Correct alignment and boundary constraints in blkfront's bus dma tag. Thegibbs2009-12-281-2/+2
* Compact USB_VENDOR_X and USB_PRODUCT_Y in the quirk tables.thompsa2009-12-281-477/+352
* Use macros to strip off USB_VENDOR_ and USB_PRODUCT_ from some id tables to makethompsa2009-12-2611-316/+335
OpenPOWER on IntegriCloud