summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc/puc_pci.c
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+2
* Add location and pnpinfo strings for puc device ports. The location isjhb2011-06-141-1/+3
* remove now-redunant cardbus attachment lines.imp2009-03-091-1/+0
* Rewrite puc_pci_match() to handle non-trivial cases correctly.des2007-10-131-14/+19
* Fix building with GCC 4.2: ensure types are defined before refering to them.obrien2006-06-291-1/+1
* Rewrite of puc(4). Significant changes are:marcel2006-04-281-184/+35
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Remove duplicate FBSDID.marius2005-02-261-3/+0
* Use the standard FreeBSD licenseimp2005-01-111-12/+12
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-281-0/+1
* Remove explicit cardbus attachments from drivers where this is identicaldfr2003-11-031-1/+0
* Enhance puc(4) to support uart(4). This includes:marcel2003-09-061-0/+26
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-281-1/+1
* Use __FBSDID().obrien2003-08-241-0/+3
* Stylistic fixes for the inclusion of the opt_puc.h header, so it comes from thejmallett2002-09-011-2/+2
* More cleaning up and unhacking:phk2002-08-311-0/+126
* Don't enable PUC_DEBUG by accidentphk2002-08-311-1/+0
* Split the puc driver in pci specific and generic parts.phk2002-08-311-0/+139
OpenPOWER on IntegriCloud