aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc/puc_pci.c
Commit message (Expand)AuthorAgeFilesLines
* puc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Regularize my copyright noticeWarner Losh2019-12-041-1/+1
* Remove All Rights ReservedWarner Losh2019-02-051-1/+1
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Add PNP info to the PCI attahement of the puc driver.Warner Losh2018-04-171-0/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Add MSI support to puc(9)Ryan Stone2014-03-131-2/+53
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+2
* Add location and pnpinfo strings for puc device ports. The location isJohn Baldwin2011-06-141-1/+3
* remove now-redunant cardbus attachment lines.Warner Losh2009-03-091-1/+0
* Rewrite puc_pci_match() to handle non-trivial cases correctly.Dag-Erling Smørgrav2007-10-131-14/+19
* Fix building with GCC 4.2: ensure types are defined before refering to them.David E. O'Brien2006-06-291-1/+1
* Rewrite of puc(4). Significant changes are:Marcel Moolenaar2006-04-281-182/+33
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Remove duplicate FBSDID.Marius Strobl2005-02-261-3/+0
* Use the standard FreeBSD licenseWarner Losh2005-01-111-12/+12
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicalDoug Rabson2003-11-031-1/+0
* Enhance puc(4) to support uart(4). This includes:Marcel Moolenaar2003-09-061-0/+26
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.John Baldwin2003-08-281-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from theJuli Mallett2002-09-011-2/+2
* More cleaning up and unhacking:Poul-Henning Kamp2002-08-311-0/+126
* Don't enable PUC_DEBUG by accidentPoul-Henning Kamp2002-08-311-1/+0
* Split the puc driver in pci specific and generic parts.Poul-Henning Kamp2002-08-311-0/+139