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