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