summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
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
2009-06-02The xl_detach() function is now used by pci code, so it must be in theTheo de Raadt
2009-05-12fix EDIMAX attachment.Damien Bergamini
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-11Do more error checking in acx(4).Stefan Sperling
2009-02-26Fix PR6089, "panic in acx_detach upon card eject".Stefan Sperling
2008-12-03Get size of the struct cardslot_event, not the function cardslot_event.Ray Lai
2008-11-25more sizeof->nitemsDamien Bergamini
2008-11-24use workq instead of crafting our own kthread, since the tasks being doneTheo de Raadt
2008-10-12If re_attach() fails at any point make sure to disestablish variousBrad Smith
2008-09-11Update for the renaming of the existing BCM4322 entry to SERIAL_2.Brad Smith
2008-09-11Remove the BCM4322 id. This is a 802.11n chipset and also requires v4 firmware.Brad Smith
2008-09-11ANSI function declarations.Brad Smith
2008-09-11Add missing license. Copy the license used elsewhere with the dc(4) driver.Brad Smith
2008-07-21rename rt2860 pci ids to match with reality.Damien Bergamini
2008-07-18the Belkin F5D7010 version # is a RTL8185 cardbus device. thisReyk Floeter
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-14Use the bus_size_t in the ath_softc.Joel Sing
2008-06-13If you have #if FOO > 0 parts of your softc beJonathan Gray
2008-05-21Switch i386 from pccom to com. Welcomed by many.Mark Kettenis
2008-04-20Remove unused flags.Brad Smith
2008-02-25Following up with further dmesg display tweaking after the cardbusprint()Brad Smith
2008-02-25Remove redundant information from the dmesg entry which is alreadyBrad Smith
2008-02-25Stop cardbusprint() from printing the CIS data so that CardBus dmesgBrad Smith
2008-02-17Simplify the hw revision handling by removing the use of theBrad Smith
2008-01-16- Remove a unwanted slash from a error message printfBrad Smith
2007-12-21Don't panic if someone inserts a CardBus slot for which we disabled CardBusMark Kettenis
2007-12-16Don't crash if we only try to attach pcmcia(4).Mark Kettenis