index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
if_wi_pci.c
Age
Commit message (
Expand
)
Author
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
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-07-06
3com airconnect 3crwe777a
Jason Wright
2001-06-23
Disable interupts on the card before mapping and establishing the
Todd C. Miller
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-06-11
For PCI attachments print the CIS strings since otherwise all we have
Todd C. Miller
2001-06-07
no longer need to set sc_prism2 manually
Todd C. Miller
2001-06-06
PCI shim for if_wi.c as promised. Magic for setting the PLX up
Todd C. Miller