summaryrefslogtreecommitdiff
path: root/sys/dev/puc/puc_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvsKen Smith2011-02-161-1/+1
* 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