Age | Commit message (Expand) | Author |
2014-08-11 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-17 | Fix kernel build with EHCI_DEBUG by removing a non-compiling DPRINTF(). | Stefan Sperling |
2014-05-16 | There is no need to remember which usb(4) device is the child of an USB | Martin Pieuchot |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-11-14 | replace workqs with tasks for handling resume | David Gwynne |
2013-10-30 | Replace workqs with tasks. | Martin Pieuchot |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-06-20 | Drop 3rd and 4th clauses from the BSD licence, from the following NetBSD's | Martin Pieuchot |
2013-05-30 | Enforce ca_activate tree-walks over the entire heirarchy for all events, | Theo de Raadt |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-03-07 | Sort the CardBus ids. | Brad Smith |
2013-03-07 | Fix and simplify determining whether we're using a 8129 or 8139 chipset. Only | Brad Smith |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-07-12 | Support NetMos NM9820 cardbus (added to puc as well, for the | Theo de Raadt |
2011-11-15 | Simplify various parts of the puc(4) attachment code. Tested lightly | Theo de Raadt |
2011-10-09 | add support for WCH CH352 serial | Jonathan Gray |
2011-04-02 | - use nitems(); no binary change@ | Jasper Lievisse Adriaanse |
2011-01-08 | clear pci configuration register 0x41 on resume, like during attach. | Damien Bergamini |
2010-12-31 | move the printing of the MAC address to the same line than the MAC rev. | Damien Bergamini |
2010-12-31 | Make the athn(4) back-end more bus agnostic by moving read and write | Damien Bergamini |
2010-11-15 | fix up a pointer bug introduced in the previous revision | Mike Belopuhov |
2010-09-22 | remove unused offset argument to rbus functions | Jonathan Gray |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-09-06 | All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME} | Theo de Raadt |
2010-08-31 | When cardbus is fixed, this will be able to use dc_activate directly | Theo de Raadt |
2010-08-30 | Change powerhooks into activate functions, and provide stub powerhook | Theo de Raadt |
2010-08-27 | Massage the powerhook function into an activate function, and since we do | Theo de Raadt |
2010-08-27 | Since the pci-specific activate function does nothing, move it to fxp.c. | Theo de Raadt |
2010-08-25 | Make CardBus ral(4) suspend and resume properly on machines that keep the | Mark Kettenis |
2010-08-08 | activate function for suspend/restore; from mglocker | Theo de Raadt |
2010-08-06 | ACPI suspend/resume for bwi(4). Initial diff from todd@, finished and | Marcus Glocker |
2010-05-16 | add AR9300 PCI Id | Damien Bergamini |
2010-04-05 | Initial bits for >=RT3090 support. | Damien Bergamini |
2010-04-02 | Remove parent/slave mode of rbus as nothing uses it. | Jonathan Gray |
2010-03-27 | replace a bunch of BAR wrangling code with calls to the pci | Jonathan Gray |
2010-03-27 | Give cardbus the pci_chipset_tag_t from pccbb and push it out through | Jonathan Gray |
2010-03-27 | Bring back cardbus_chipset_tag_t which is in practice a | Jonathan Gray |
2010-03-22 | Remove some cardbus defines and types which are identical to | Jonathan Gray |
2010-02-02 | Attach athn(4) to the AR2427 which is a castrated (no 11n) AR928X. | Damien Bergamini |
2010-01-13 | As per NetBSD move HAYAKAWA Koichi's licenses to two clause. | Jonathan Gray |
2010-01-12 | Remove dead assignment and newly created unused variable. | Charles Longeau |
2009-12-22 | Revert last commit, I should have checked with damien@ first. | Stuart Henderson |
2009-12-22 | Sort pci ids, from Brad. | Stuart Henderson |
2009-12-21 | Some cleaning for the rl(4) driver: | Christian Weisgerber |