summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/cardbus.c
AgeCommit message (Expand)Author
2015-08-28fairly simple sizes for free(); ok teduTheo de Raadt
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2014-12-18Merge from NetBSD r1.54 from Matthias Drochner:Martin Pieuchot
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2010-08-25Make CardBus ral(4) suspend and resume properly on machines that keep theMark Kettenis
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-01-13As per NetBSD move HAYAKAWA Koichi's licenses to two clause.Jonathan Gray
2009-12-15- instead of rolling a macro that is functional equivalent to nitems(),Jasper Lievisse Adriaanse
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-02-25Stop cardbusprint() from printing the CIS data so that CardBus dmesgBrad Smith
2007-09-19fix CARDBUS_DEBUGMartin Reindl
2007-09-19Add a missing prototype in the non-static case.Miod Vallat
2007-09-17Un-staticize if option DDB.Miod Vallat
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-06-21removal of '#ifdef rbus ... #else ...' directives, we use rbus in allFelix Kronlage
2005-12-07o do not break after first iteration but when we found a match.Federico G. Schwindt
2005-09-26minor knfTheo de Raadt
2005-09-13some missing cleanup from the previous commit.Federico G. Schwindt
2005-09-13knf; no binary change.Federico G. Schwindt
2005-09-13make compile; goodMichael Shalayeff
2005-09-12Do not leak memory if cardbus_read_exrom() fails; ok fgs@Miod Vallat
2005-09-12better cis string parsing. from drochner@netbsd.org; tested by jmc@.Federico G. Schwindt
2005-09-09knf. no binary change.Federico G. Schwindt
2005-09-05correct manfid length check.Federico G. Schwindt
2005-08-22don't go beyond the end when parsing tuples. diff originally by pascoe@,Federico G. Schwindt
2005-08-18on debug, print the tuple number along with the name to help debugging inFederico G. Schwindt
2005-08-02kill 2kB stack offender in cardbus_attach_card.Christopher Pascoe
2005-05-28Don't display vid/pid from CIS if vid is 0.Jonathan Gray
2005-05-28Don't use vid/pid from the CIS if vid is 0 when reporting unmatchedJonathan Gray
2005-05-27print the screwed ofs in the panic msgMichael Shalayeff
2005-05-09PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness.Brad Smith
2005-05-09add cardbus_matchbyid(), mimics the PCI layers pci_matchbyid().Brad Smith
2004-10-07cardbusdevs -> pcidevsBrad Smith
2004-09-18- Record handles for memory and IO spaceBrad Smith
2004-08-02- Initialise all function's latency timer and cacheline size.Brad Smith
2004-07-15- Unmap space used to read tupleBrad Smith
2004-06-22If there is no CIS info the cardbus attach would print an extraTodd C. Miller
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-01-26print cis information on configured cards as pcmcia(4) does; mentioned byFederico G. Schwindt
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-03Add the bus to the cardbus_attach_argsNathan Binkert
2001-06-24cold is in systm nowMichael Shalayeff
2000-05-15Cardbus serial infrastructureNiklas Hallqvist