summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus
AgeCommit message (Expand)Author
2005-12-30while looking for device_ptr_t typedef cruft i noticed #if __NetBSD__. whyDavid Gwynne
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-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-09-24Make atw_cardbus_power() not tell us its name every time it is called...Jonathan Gray
2005-09-22remove the very basic ath(4) rate control implementation and useReyk Floeter
2005-09-19knf.Federico G. Schwindt
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 ouput anything unless option CARDBUS_DEBUG; ok fgs@Miod Vallat
2005-09-12knf plus use __func__; no functional change.Federico G. Schwindt
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-08Remove the last of the FreeBSD compatiblity goop.Jonathan Gray
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-07-25add missing comma to initializer.Christopher Pascoe
2005-07-24add Broadcom BCM4322 support; reported and tested by Alexander TopolanekFederico G. Schwindt
2005-07-12handle TI 64 byte fifo units here too; steve.shockley@shockley.netTheo de Raadt
2005-07-04probe & handle TI16750 if they ever show up hereTheo de Raadt
2005-07-04broadcom never ceases to amaze us. the fifos on their 16550aTheo de Raadt
2005-06-29initialize timeouts needed by pccomTheo de Raadt
2005-06-27commaTheo de Raadt
2005-06-27typo; mitja@muzenic.netTheo de Raadt
2005-06-27card broadcom serial, plus set frequencyTheo de Raadt
2005-06-15add Linksys PCMPC200Brad Smith
2005-06-08useless netns includes; there was no NS stuff ever hereHenning Brauer
2005-05-29- better pcidevs entries for Intel Gig and add 82573 idsBrad Smith
2005-05-29add the RTL8185 (not working yet)Reyk Floeter
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-28make sure to enable socket on resume.Robert Nagy
2005-05-27make sure to enable socket on resume.Robert Nagy
2005-05-27print the screwed ofs in the panic msgMichael Shalayeff
2005-05-26add a cardbus attachment for uhci. This code is based on the ohci_cardbus.cNathan Binkert
2005-05-16Use cardbus_matchbyid().Brad Smith
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
2005-04-11get rid of the lines on ehci attach that show the version and the companionDavid Gwynne
2005-03-30make the powerhooks the responsibility of the bus ohci is attached toDavid Gwynne
2005-03-08Cosmetics...Thierry Deval
2005-03-05Clean up the tree from incomplete, unreliable and unsupported IEEE1394 code.Thierry Deval
2005-02-22make ral compile on macppc.Damien Bergamini
2005-02-19fix dmesg output.Damien Bergamini
2005-02-18make sure bpfilter.h is included before including ralvar.h. fixes a panicDamien Bergamini
2005-02-16Fix scoping error when unhooking the interrupt handler. reyk@ okAaron Campbell