| Commit message (Expand) | Author | Age | Files | Lines |
* | fairly simple sizes for free(); ok tedu |  deraadt | 2015-08-28 | 1 | -5/+5 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Merge from NetBSD r1.54 from Matthias Drochner: |  mpi | 2014-12-18 | 1 | -20/+14 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -5/+5 |
* | Enforce ca_activate tree-walks over the entire heirarchy for all events, |  deraadt | 2013-05-30 | 1 | -3/+2 |
* | Make CardBus ral(4) suspend and resume properly on machines that keep the |  kettenis | 2010-08-25 | 1 | -2/+3 |
* | Give cardbus the pci_chipset_tag_t from pccbb and push it out through |  jsg | 2010-03-27 | 1 | -80/+40 |
* | Bring back cardbus_chipset_tag_t which is in practice a |  jsg | 2010-03-27 | 1 | -10/+10 |
* | Remove some cardbus defines and types which are identical to |  jsg | 2010-03-22 | 1 | -65/+65 |
* | As per NetBSD move HAYAKAWA Koichi's licenses to two clause. |  jsg | 2010-01-13 | 1 | -6/+1 |
* | - instead of rolling a macro that is functional equivalent to nitems(), |  jasper | 2009-12-15 | 1 | -3/+2 |
* | make various strings ("can't map mem space" and similar) more consistent |  sthen | 2009-03-29 | 1 | -2/+2 |
* | Stop cardbusprint() from printing the CIS data so that CardBus dmesg |  brad | 2008-02-25 | 1 | -21/+3 |
* | fix CARDBUS_DEBUG |  martin | 2007-09-19 | 1 | -2/+2 |
* | Add a missing prototype in the non-static case. |  miod | 2007-09-19 | 1 | -3/+4 |
* | Un-staticize if option DDB. |  miod | 2007-09-17 | 1 | -18/+22 |
* | Add a symbolic name parameter to cardbus_intr_establish(). |  grange | 2006-10-12 | 1 | -4/+5 |
* | removal of '#ifdef rbus ... #else ...' directives, we use rbus in all |  fkr | 2006-06-21 | 1 | -8/+1 |
* | o do not break after first iteration but when we found a match. |  fgsch | 2005-12-07 | 1 | -3/+3 |
* | minor knf |  deraadt | 2005-09-26 | 1 | -21/+16 |
* | some missing cleanup from the previous commit. |  fgsch | 2005-09-13 | 1 | -9/+8 |
* | knf; no binary change. |  fgsch | 2005-09-13 | 1 | -5/+3 |
* | make compile; good |  mickey | 2005-09-13 | 1 | -2/+2 |
* | Do not leak memory if cardbus_read_exrom() fails; ok fgs@ |  miod | 2005-09-12 | 1 | -2/+2 |
* | better cis string parsing. from drochner@netbsd.org; tested by jmc@. |  fgsch | 2005-09-12 | 1 | -4/+5 |
* | knf. no binary change. |  fgsch | 2005-09-09 | 1 | -668/+611 |
* | correct manfid length check. |  fgsch | 2005-09-05 | 1 | -2/+2 |
* | don't go beyond the end when parsing tuples. diff originally by pascoe@, |  fgsch | 2005-08-22 | 1 | -10/+21 |
* | on debug, print the tuple number along with the name to help debugging in |  fgsch | 2005-08-18 | 1 | -3/+3 |
* | kill 2kB stack offender in cardbus_attach_card. |  pascoe | 2005-08-02 | 1 | -3/+9 |
* | Don't display vid/pid from CIS if vid is 0. |  jsg | 2005-05-28 | 1 | -11/+6 |
* | Don't use vid/pid from the CIS if vid is 0 when reporting unmatched |  jsg | 2005-05-28 | 1 | -3/+10 |
* | print the screwed ofs in the panic msg |  mickey | 2005-05-27 | 1 | -2/+2 |
* | PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness. |  brad | 2005-05-09 | 1 | -3/+3 |
* | add cardbus_matchbyid(), mimics the PCI layers pci_matchbyid(). |  brad | 2005-05-09 | 1 | -1/+14 |
* | cardbusdevs -> pcidevs |  brad | 2004-10-07 | 1 | -3/+3 |
* | - Record handles for memory and IO space |  brad | 2004-09-18 | 1 | -6/+13 |
* | - Initialise all function's latency timer and cacheline size. |  brad | 2004-08-02 | 1 | -10/+24 |
* | - Unmap space used to read tuple |  brad | 2004-07-15 | 1 | -10/+6 |
* | If there is no CIS info the cardbus attach would print an extra |  millert | 2004-06-22 | 1 | -2/+3 |
* | Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro. |  grange | 2004-05-04 | 1 | -2/+2 |
* | print cis information on configured cards as pcmcia(4) does; mentioned by |  fgsch | 2004-01-26 | 1 | -1/+8 |
* | typos from Tom Cosgrove; |  jmc | 2003-10-21 | 1 | -2/+2 |
* | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. |  ho | 2003-04-27 | 1 | -2/+2 |
* | Final __P removal plus some cosmetic fixups |  millert | 2002-03-14 | 1 | -4/+4 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -16/+16 |
* | Add the bus to the cardbus_attach_args |  nate | 2002-01-03 | 1 | -1/+2 |
* | cold is in systm now |  mickey | 2001-06-24 | 1 | -3/+1 |
* | Cardbus serial infrastructure |  niklas | 2000-05-15 | 1 | -3/+11 |