summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-10-08Revamp the sequences for suspend/hibernate -> resume so that the codeTheo de Raadt
2012-07-12Support NetMos NM9820 cardbus (added to puc as well, for theTheo de Raadt
2011-11-15Simplify various parts of the puc(4) attachment code. Tested lightlyTheo de Raadt
2011-10-09add support for WCH CH352 serialJonathan Gray
2011-04-02- use nitems(); no binary change@Jasper Lievisse Adriaanse
2011-01-08clear pci configuration register 0x41 on resume, like during attach.Damien Bergamini
2010-12-31move the printing of the MAC address to the same line than the MAC rev.Damien Bergamini
2010-12-31Make the athn(4) back-end more bus agnostic by moving read and writeDamien Bergamini
2010-11-15fix up a pointer bug introduced in the previous revisionMike Belopuhov
2010-09-22remove unused offset argument to rbus functionsJonathan Gray
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-09-06All PWR_{SUSPEND,RESUME} can now be replaced by DVACT_{SUSPEND,RESUME}Theo de Raadt
2010-08-31When cardbus is fixed, this will be able to use dc_activate directlyTheo de Raadt
2010-08-30Change powerhooks into activate functions, and provide stub powerhookTheo de Raadt
2010-08-27Massage the powerhook function into an activate function, and since we doTheo de Raadt
2010-08-27Since the pci-specific activate function does nothing, move it to fxp.c.Theo de Raadt
2010-08-25Make CardBus ral(4) suspend and resume properly on machines that keep theMark Kettenis
2010-08-08activate function for suspend/restore; from mglockerTheo de Raadt
2010-08-06ACPI suspend/resume for bwi(4). Initial diff from todd@, finished andMarcus Glocker
2010-05-16add AR9300 PCI IdDamien Bergamini
2010-04-05Initial bits for >=RT3090 support.Damien Bergamini
2010-04-02Remove parent/slave mode of rbus as nothing uses it.Jonathan Gray
2010-03-27replace a bunch of BAR wrangling code with calls to the pciJonathan Gray
2010-03-27Give cardbus the pci_chipset_tag_t from pccbb and push it out throughJonathan Gray
2010-03-27Bring back cardbus_chipset_tag_t which is in practice aJonathan Gray
2010-03-22Remove some cardbus defines and types which are identical toJonathan Gray
2010-02-02Attach athn(4) to the AR2427 which is a castrated (no 11n) AR928X.Damien Bergamini
2010-01-13As per NetBSD move HAYAKAWA Koichi's licenses to two clause.Jonathan Gray
2010-01-12Remove dead assignment and newly created unused variable.Charles Longeau
2009-12-22Revert last commit, I should have checked with damien@ first.Stuart Henderson
2009-12-22Sort pci ids, from Brad.Stuart Henderson
2009-12-21Some cleaning for the rl(4) driver:Christian Weisgerber
2009-12-15- instead of rolling a macro that is functional equivalent to nitems(),Jasper Lievisse Adriaanse
2009-11-23move things from athn_attach() to athn_init() such that we canDamien Bergamini
2009-11-14athn(4), a driver for Atheros 802.11a/g/n devices.Damien Bergamini
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-08-20- fix varargs after dmesg tweakingMartynas Venckus
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-07-30Put the correct value in the I/O BAR for ACX100 cards.Miod Vallat
2009-07-25Fix Cardbus_conf_{read,write} macros. Not used by anything yet.Miod Vallat
2009-07-23Remove unused code.Mark Kettenis
2009-07-21Make rbus_new_body() invocable from outside cardbus.c, to allow md codeMiod Vallat
2009-07-21Change the rbus md_space_{map,unmap} signature to take a rbus_tag_t insteadMiod Vallat
2009-06-26Add all the cardbus com devices to puc, since these can show up on theTheo de Raadt
2009-06-26Using information gleamed from the FreeBSD driver, change the MAC addressTheo de Raadt
2009-06-02make rl at pci detachable; untested.Jonathan Gray
2009-06-02Make fxp at pci detachable; untested.Jonathan Gray
2009-06-02make dc at pci detachable; untested.Jonathan Gray
2009-06-02Fix some minor format string problems found in a maze of false positivesTheo de Raadt