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