summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2012-10-15major cleanup of the queue allocation code; we need only half ofMike Belopuhov
2012-10-13Move WOL activation to DVACT_POWERDOWN (instead of doing it twice, atTheo de Raadt
2012-10-13This device should not put itself into D3 by itself when going to WOL;Theo de Raadt
2012-10-12Added I-O DATA RSA-PCI2 support.sasano
2012-10-12Add $OpenBSD$ CVS Ids.Reyk Floeter
2012-10-12Cleanup false positives for uninitialized uses.Christiano F. Haesbaert
2012-10-12no need to fetch and print the fw revisionMike Belopuhov
2012-10-12major cleanupMike Belopuhov
2012-10-12a bit of janitoringMike Belopuhov
2012-10-11rework the firmware interface and incorporate all the guts intoMike Belopuhov
2012-10-11kill a scary unused functionMike Belopuhov
2012-10-11better integer log2 implementation, checked with what linux is doingMike Belopuhov
2012-10-11remove pci_set_powerstate() calls that are not needed, since the pciTheo de Raadt
2012-10-11Enable Host AP power saving support for the RT2700, RT2800 and RT3090 chipsets.Mark Kettenis
2012-10-10add missing breakTheo de Raadt
2012-10-10Avoid potential uninitialized variable access in fxp driver.Bret Lambert
2012-10-09Teach amd64 boot(8) how to access a softraid crypto volume. This allows forJoel Sing
2012-10-09Our arc4random() is safe to use in any context, so we don't the crazyTheo de Raadt
2012-10-09Provide a mechanism for the kernel to directly pass a mask key through toJoel Sing
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-10-08syncKirill Bychkov
2012-10-08Add Garmin Dakota 20 GPS reciever.Kirill Bychkov
2012-10-08Provide a mechanism for the kernel to pass data through to the disciplineJoel Sing
2012-10-08Change handling for volumes that are marked no-auto assemble. If we bootedJoel Sing
2012-10-08bzero the right variable.Joel Sing
2012-10-05Point an interface directly to its bridgeport configuration, insteadCamiel Dobbelaar
2012-10-05Avoid uninitiliazed use of ctl and corresponding warnings.Christiano F. Haesbaert
2012-10-04Clean up uninitialized warnings from ar9003.Christiano F. Haesbaert
2012-10-04Use information provided by ACPI to attach secondary PCI host bridges.Christian Ehrhardt
2012-10-03attach to D-Link WUA-2340, from Aaron Wirtz on misc@Stuart Henderson
2012-10-03syncStuart Henderson
2012-10-03add D-Link WUA-2340, reported working with uath by Aaron Wirtz on misc@Stuart Henderson
2012-09-30Correct the addition of the 39320LPE controller. The actual product nameBrad Smith
2012-09-30Simplify the gem(4) variant detection code a bit.Brad Smith
2012-09-29add support for hardware flow control, from FreeBSDJonathan Gray
2012-09-29regenJonathan Gray
2012-09-29add some uslcom devices from FreeBSDJonathan Gray
2012-09-29From Gavin Atkinson in FreeBSD SVN rev 238778:Jonathan Gray
2012-09-28update my copyrightMike Belopuhov
2012-09-28Add support for the Adaptec 39320LPE controller.Brad Smith
2012-09-27Use a smaller buffer size when not attached to a high speed/usb2Jonathan Gray
2012-09-27make smsc work on big endian archsJonathan Gray
2012-09-26Do not report link status unless the interface is up as the status isBrad Smith
2012-09-26Add support for VLAN sized frames.Brad Smith
2012-09-26add D-Link DGE-530T to re(4), update re(4) manpageRyan Freeman
2012-09-25Add minimal support for gen7/ivy bridge in inteldrm.Jonathan Gray
2012-09-20only want uoak_subr.c, if we have any of the 3 main driversTheo de Raadt
2012-09-20add device driver for Toradex OAK usb sensors:Yojiro Uo
2012-09-20make the lines printed during attach more consistent with other driversJasper Lievisse Adriaanse
2012-09-19Add resource tracking for PCI bus numbers. This will allow us to preventMark Kettenis