summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/cardbus_map.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* replace a bunch of BAR wrangling code with calls to the pcijsg2010-03-271-183/+4
* Give cardbus the pci_chipset_tag_t from pccbb and push it out throughjsg2010-03-271-31/+30
* Bring back cardbus_chipset_tag_t which is in practice ajsg2010-03-271-10/+10
* Remove some cardbus defines and types which are identical tojsg2010-03-221-25/+25
* As per NetBSD move HAYAKAWA Koichi's licenses to two clause.jsg2010-01-131-6/+1
* Remove unused code.kettenis2009-07-231-53/+1
* Un-staticize if option DDB.miod2007-09-171-7/+11
* puc@cardbus (only added (commented out) to whom has puc@pci enabled)mickey2006-07-311-1/+23
* removal of '#ifdef rbus ... #else ...' directives, we use rbus in allfkr2006-06-211-24/+1
* knf; no binary change.fgsch2005-09-131-108/+62
* - two typos, stallen -> stolenbrad2004-07-041-4/+4
* this bit is defined as prefetchable and not cachable and thus rename and use appropriatelymickey2003-08-271-2/+7
* First round of __P removal in sysmillert2002-03-141-5/+5
* Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyaaron2000-04-081-0/+442