summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix build after typo.rnoland2010-03-131-1/+1
* Add support for Intel Pineview chips, aka IGDrnoland2010-03-133-3/+15
* The proper fix for the delayed SCTP checksum is torrs2010-03-121-1/+1
* Add support of Intel Pineview chips, aka IGD.rnoland2010-03-121-4/+20
* Add pci ids for Intel Ironlake chipsets.rnoland2010-03-121-0/+4
* Implement Rx checksum offloading for Yukon EC, Yukon Ultra,yongari2010-03-122-47/+204
* Reorder interrupt handler a bit such that producer/consumeryongari2010-03-121-16/+16
* Mask disk_idx to avoid panic because of extra bits set.mav2010-03-121-6/+8
* Add device ID for the NATURAL4000 keyboardthompsa2010-03-111-0/+1
* - Integrate latest driver code from OpenBSDthompsa2010-03-114-131/+652
* extend search for Apple Function Key.thompsa2010-03-111-13/+18
* Add new device ID for the SMC 2514HUBthompsa2010-03-111-0/+1
* add new vendor ID for APACERthompsa2010-03-111-0/+1
* Implement USB kernel driver detach from userland.thompsa2010-03-113-6/+21
* Make sure there is a way to reset the endpoint FIFO on transfer errors forthompsa2010-03-111-4/+18
* For USS820 driver we need to manually reset TX FIFO at each SETUP transactionthompsa2010-03-111-0/+8
* isochronous endpoint descriptors should have two more bytes which are zero bythompsa2010-03-111-7/+16
* Add new uvisor(4) device ID.thompsa2010-03-112-0/+6
* It appears that some UVISOR devices do not handle when the clear stall commandthompsa2010-03-111-5/+0
* - make the usb_temp_setup() and usb_temp_unsetup() functions public so thatthompsa2010-03-113-21/+17
* Use wMaxPacketSize for the uftdi input buffer size.thompsa2010-03-111-3/+1
* Reapply r185998 which was overwritten at some point.thompsa2010-03-111-3/+0
* Small whitespace fixes.jhb2010-03-111-2/+1
* Wrap the proc wakeup special case for ddb in ifdef DDB.thompsa2010-03-111-0/+6
* Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug andthompsa2010-03-111-4/+6
* fixes a compile error if INVARIANTS is disabled.weongyo2010-03-111-4/+4
* Fix style(9) bugs in the previous revision.sobomax2010-03-101-3/+3
* further narrow down no carrier workaround, since it appears to only affectsobomax2010-03-101-4/+19
* Fix build breakage introduced in r204922.yongari2010-03-101-2/+1
* Fix typo in r204978.yongari2010-03-101-1/+1
* Fix typo in r204975.yongari2010-03-101-1/+1
* Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices.yongari2010-03-101-1/+29
* Enable hardware fixes for BCM5704 B0 as recommended by data sheet.yongari2010-03-101-0/+12
* Fix white spaces.jkim2010-03-101-2/+2
* Provide workaround for the ages old bug affecting certain BCM5708Ssobomax2010-03-101-3/+20
* uses KOBJMETHOD_END macro to indicate the end of method table.weongyo2010-03-095-5/+5
* o uses bus accessor macros to read values from ivar so no more valuesweongyo2010-03-095-519/+1196
* Better TwinAx transceiver detection.np2010-03-092-2/+14
* - Allow users to enable dumping Debug objects without ACPI debugger.jkim2010-03-091-4/+45
* Change the way shutdown is handled for log file.fabient2010-03-081-21/+27
* Looks like I forgot to add half of the copyright text when we switched tojoel2010-03-081-0/+12
* Merge ACPICA 20100304.jkim2010-03-051-0/+2
* Don't spam dmesg with "registered firmware ..." when module is compiledsobomax2010-03-051-2/+13
* fixes an attached-at-boot issue that bwn(4) using device_identifyweongyo2010-03-033-69/+12
* Several changes to fix livelock under high load, introduced by r203489:mav2010-03-032-4/+12
* Remove programming LED register and enable 25MHz TX clock foryongari2010-03-031-1/+0
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromjoel2010-03-0318-126/+0
* Introduce ath_hal_setInterrupts(), a macro for ah_setInterrupts().rpaulo2010-03-032-2/+4
* Replace Id keyword with FreeBSD keyword and set the svn props correctly.rpaulo2010-03-0337-37/+37
* Add support for hwpmc(4) on the MIPS 24K, 32 bit, embedded processor.gnn2010-03-034-2/+811
OpenPOWER on IntegriCloud