summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/cardbus.c
AgeCommit message (Expand)Author
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
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell