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
/
cardbus
/
if_dc_cardbus.c
Age
Commit message (
Expand
)
Author
2011-04-02
- use nitems(); no binary change@
Jasper Lievisse Adriaanse
2010-08-31
When cardbus is fixed, this will be able to use dc_activate directly
Theo de Raadt
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
2009-10-15
Add detach support to a few more drivers, and in others do the neccessary
Theo de Raadt
2009-06-26
Using information gleamed from the FreeBSD driver, change the MAC address
Theo de Raadt
2009-06-02
make dc at pci detachable; untested.
Jonathan Gray
2008-09-11
ANSI function declarations.
Brad Smith
2008-09-11
Add missing license. Copy the license used elsewhere with the dc(4) driver.
Brad Smith
2008-01-16
- Remove a unwanted slash from a error message printf
Brad Smith
2007-05-08
dc_detach() is only used by cardbus code, so move it there; ok jsg
Theo de Raadt
2006-10-12
Add a symbolic name parameter to cardbus_intr_establish().
Alexander Yurchenko
2006-04-23
Recognize the D-Link DRP32TXD CardBus adapter. It is another
Brad Smith
2005-06-15
add Linksys PCMPC200
Brad Smith
2005-05-29
- better pcidevs entries for Intel Gig and add 82573 ids
Brad Smith
2005-05-16
Use cardbus_matchbyid().
Brad Smith
2005-01-16
- recognize Microsoft PCI and CardBus adapters
Brad Smith
2005-01-16
get EEPROM width on all cards except for the original PNIC
Brad Smith
2005-01-14
rev 1.63
Brad Smith
2004-10-07
cardbusdevs -> pcidevs
Brad Smith
2004-09-18
add Linksys PCM200
Brad Smith
2003-04-29
- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname
Jason Wright
2002-07-23
Use the proper cardbus_conf_read() rather than pci (in a cardbus driver).
Dale Rahn
2002-06-09
a step towards consistancy; in general:
Todd T. Fries
2002-04-16
move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ...
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-22
Support for SMC 8036TX 10/100 cardbus NICs; diffs provided by
Federico G. Schwindt
2001-12-06
Checkpoint bus_dma work in progress:
Jason Wright
2001-08-22
Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200
Aaron Campbell
2001-04-06
- For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work.
Aaron Campbell
2001-03-25
lower spl on error exit. Thanks to dawson and team for finding this one
Constantine Sapuntzakis
2000-10-27
Make cardbus version of dc detach properly. OK aaron@
Nathan Binkert
2000-10-26
Add support for ADMtek AN985 Centaur-C CardBus Ethernet interfaces. Thanks for
Aaron Campbell
2000-10-26
Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfully
Aaron Campbell