Age | Commit message (Expand) | Author |
2024-05-24 | remove unneeded includes; ok miod@ | Jonathan Gray |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-01-09 | spelling | Jonathan Gray |
2019-12-31 | Convert infinite sleeps to {m,t}sleep_nsec(9). | Martin Pieuchot |
2019-01-25 | I am retiring my old email address; replace it with my OpenBSD one. | Todd C. Miller |
2015-11-24 | You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl. | Martin Pieuchot |
2014-12-22 | unifdef INET | Ted Unangst |
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 |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-30 | ioctl versus resume-workq exclusion; cloned from iwn | Theo de Raadt |
2010-08-27 | Make the powerhook code simply call the activate function (it actually does | Theo de Raadt |
2010-08-04 | activate function for suspend/resume; tested by mcbride | Theo de Raadt |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2006-11-26 | avoid extra inclusions; ok jsg | Theo de Raadt |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray |
2005-09-11 | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | Michael Shalayeff |
2004-12-08 | powerhook: call wi_init on resume | Markus Friedl |
2004-11-23 | replace old net/if_ieee80211.h header with the net80211 ones, kernel part. | Federico G. Schwindt |
2004-10-20 | add some devices found in linux and freebsd drivers | Jonathan Gray |
2004-10-20 | put newlines at slightly different places during attach, leading to clean | Theo de Raadt |
2003-10-26 | Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress, | Dale Rahn |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-04-10 | deallocate resources on failures; pt out by tedu@; millert@ ok | Michael Shalayeff |
2003-01-31 | These cards just don't master... don't bother trying to enable it. | Jason Wright |
2003-01-10 | Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCI | Todd C. Miller |
2002-09-12 | o break up wi_pci_attach() into device-specific parts for better readability | Todd C. Miller |
2002-07-29 | PCI_PRODUCT_USR2_WL11000P not PCI_PRODUCT_USR2_USR11000P | Todd C. Miller |
2002-07-10 | Use the correct COR offset for pcmcia card; noted by Warner Losh | Todd C. Miller |
2002-07-09 | move common declarations to if_wivar.h; mickey@ and millert@ ok. | Federico G. Schwindt |
2002-04-15 | Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter, | Todd C. Miller |
2002-04-10 | For PLX cards move CIS handling to be earlier | Todd C. Miller |
2002-04-09 | No longer need memsize. | Todd C. Miller |
2002-04-06 | For PLX-based bridge cards, move printing of pcmcia card CIS strings | Todd C. Miller |
2002-04-06 | Add support for Symbol cards and printing of the primary station | Todd C. Miller |
2002-04-03 | The PLX version of the NDC NCP130 PCI card w/ embedded Prism2 does | Todd C. Miller |
2002-04-01 | No Mickey, that corega card is just a rebadged NDC card. | Todd C. Miller |
2002-04-01 | todd killed a corega card | Michael Shalayeff |
2002-03-30 | o Move register definitions to if_wireg.h | Todd C. Miller |
2002-03-27 | Update comment at the top to reality. | Todd C. Miller |
2002-03-26 | Add support for the TMD7160 dumb PCI-ISA bridge (similar in function to | Todd C. Miller |
2002-03-26 | a clone of Eumitcom WL11000P -- USR11000P; from lj7@usa.net | Michael Shalayeff |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-28 | match on corega CGWLPCIA11; from <jonathon.fletcher@pobox.com> | Michael Shalayeff |
2001-12-20 | for mimi-pci cards registers are word in a dword, missed that in bringing ove... | Michael Shalayeff |
2001-12-20 | rule: first commit, then compile | Michael Shalayeff |
2001-12-20 | do not print cis for non-plx cards, because there is none | Michael Shalayeff |
2001-10-25 | implement "the other" pci interface for wavelans, found on intersil | Michael Shalayeff |
2001-10-24 | Match Netgear MA301 dumb PCMCIA->PCI bridge. | Todd C. Miller |