aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc/puc_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* pccard: Remove puc(4) PC Card attachmentWarner Losh2021-01-081-112/+0
* Tag pccard drivers with gone in 13.Warner Losh2020-08-201-1/+12
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add MSI support to puc(9)Ryan Stone2014-03-131-0/+1
* - 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
* 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-35/+19
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Moved the function pointer in struct puc_device_description to the endBruce Evans2004-04-181-1/+0
* const char ** needs to be passed, not char **.Warner Losh2003-10-271-1/+1
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Add "missing scratch-pad register" to the first of the two portsPoul-Henning Kamp2002-09-271-2/+2
* Remove a debug printf.Poul-Henning Kamp2002-09-031-2/+2
* 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-3/+7
* Split the puc driver in pci specific and generic parts.Poul-Henning Kamp2002-08-311-0/+106