summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_tlp_pci.c
AgeCommit message (Expand)Author
2021-05-08Use pci_compatible_match().thorpej
2020-07-07No functional change:msaitoh
2020-07-02prop_data_data_nocopy -> prop_data_valuemsaitoh
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-05-29No functional change:msaitoh
2018-12-09use pci_intr_establish_xname() everywherejdolecek
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2012-09-23match some more devices.chs
2011-11-11Use GPP_GPC in the last place it isn't already used.jakllsch
2011-11-11Improve punctuation and consistency in some comments.jakllsch
2011-11-10When applying the board-specific bits for the SMC 9332,jakllsch
2011-07-26Replace anonymous constants, 0x10, 0x14, ..., with PCI_BAR(0),dyoung
2011-07-09- add a routine to get the name of the card.christos
2010-01-21Remove sparc specific code, rely on device properties insteadmartin
2009-09-01aprint-ifyjmcneill
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-17backout rev. 1.112. I was misleaded by the wrong pci(9) manpage.cegger
2009-04-17pci_activate() wants a softc and not a devicecegger
2009-04-17check return code of tlp_attach()cegger
2009-04-17Free resources in error path.cegger
2009-04-17use aprint_*cegger
2009-04-17Detach tlp(4) during shutdown.cegger
2009-04-17device_t/softc split. Tested with tlp at pcicegger
2008-06-08Use device_lookup_private() rather than using cd_devs[] directly to get softc.tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-10use aprint_*_dev and device_xnamecegger
2008-03-21pci_activate() expects for its void * argument to be a device_t,dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-02-18- KNF, ANSIfy, TAB/space cleanuptsutsui
2007-02-10Remove some ancient debugging leftovers left in by Michael Lorenz.dsl
2007-02-09add a quirks entry for the DEC21140 found on UMAX E100 cardsmacallan
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30Add quirks for the Phobos GIO Fast Ethernet boards.rumble
2006-07-26Remove ADM9511's "signature".itohy
2006-07-21Update ADMtek pci device ids to match data sheets. While here, add the 9513gdamore
2006-07-18Make new device (vendor 0x1317, product 0x9511) work as AN983.itohy
2006-06-17re-factor the pci powestate api. reviewed by gimpychristos
2006-05-20The check for LMC cards should return NULL, not 0.rpaulo
2006-05-05Remove the devprop API and switch everthing over to the new proplib. Addthorpej
2006-04-20Put back the code that avoids matching the lmc card. As pointed out by Davidchristos
2006-03-25Add support for the Conexant RS7112. From Frank Wille <frank@phoenix.owl.de>.rpaulo
2006-03-25Use device_parent().thorpej
2006-02-18- Don't expose dev_propdb directly -- provide devprop_*() wrappers instead.thorpej
2006-02-16Remove the ugly algor_get_ethaddr() hack. We have a properties infrastructurethorpej
2005-12-06Remove the "don't match lmc cards" test, because the lmc driver returns achristos
2005-12-06Don't use magic constants in previous. (Not that we should be doing thisthorpej
2005-12-06Don't match lmc cards by accident.christos
2005-07-17If the DEC board name is not known, remove the leading whitespace inrpaulo