aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/exca
Commit message (Expand)AuthorAgeFilesLines
* Move attachment of pccard children into exca library. Attach theWarner Losh2019-12-161-0/+7
* Add slot number ivar to return which slot number the child is attached to.Warner Losh2019-12-161-0/+13
* Regularize my copyright noticeWarner Losh2019-12-043-3/+3
* Use M. Warner Losh everywhere on my copyrights.Warner Losh2018-05-013-3/+3
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-273-0/+6
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-17/+0
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* CardBus instead of cardbus.Warner Losh2010-01-031-1/+1
* __LP64__ is what's defined, not _LP64_, according to the manual (andWarner Losh2009-03-091-1/+1
* fix spelling errorWarner Losh2009-02-061-1/+1
* Don't check for mapping above 4GB on 32-bit platforms.Warner Losh2009-02-051-0/+2
* Add some additional debugging for the memory code.Warner Losh2009-02-051-13/+18
* First cut at fixing memory mapping botch. Nobody must use the ray(4)Warner Losh2009-01-051-16/+29
* - Fix exca_(io|mem)_map() to return proper errno values.John Baldwin2007-03-231-20/+21
* exca->pccarddev should always be non-null now. Only call it when theWarner Losh2007-02-241-1/+1
* It turns out that it is easier to not NULL out pccard and cardbusWarner Losh2007-02-151-1/+1
* Cleanup sloppy ifdef.Warner Losh2006-09-241-5/+1
* The TOPIC97 and TOPIC100 seem to have a special register in the excaWarner Losh2006-08-121-0/+6
* Don't dereference an uninitialized pointer.Warner Losh2006-03-091-1/+4
* Set the name of the chipset foundWarner Losh2005-10-191-3/+3
* Minor commentary correctionWarner Losh2005-10-171-3/+3
* MFP4: Minor tweaks.Warner Losh2005-10-141-1/+5
* 'PC Card' instead of other variantsWarner Losh2005-09-221-2/+2
* Properly calculate the offset in mapping the memory of pccards. ThisWarner Losh2005-01-111-5/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* Didn't intend to commit debugging code enabledWarner Losh2004-08-161-1/+0
* Other part of the cbb isa/pci split. This likely is causing problemsWarner Losh2004-08-152-10/+76
* Card type stuff was backwards, so assume io for the moment. mem needsWarner Losh2003-10-071-6/+2
* CARDMEM is the offset of the address ON THE CARD (eg which page).Warner Losh2003-09-241-1/+1
* When we went to the set_flags interface for the memory resource, weWarner Losh2003-08-291-4/+4
* A number of minor fixes to the mapping of memory. This should helpWarner Losh2003-08-281-22/+18
* Fix location of $FreeBSD$ from last commit.Warner Losh2003-08-271-4/+3
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* MFP4:Warner Losh2003-06-072-0/+88
* Add two of three workarounds for interrupt storms for o2micro parts asWarner Losh2003-06-061-0/+7
* Don't use return(foo(...)); in function returning void.Poul-Henning Kamp2003-05-311-1/+1
* Massive overhaul of exca to help with the isa efforts:Warner Losh2003-02-143-64/+240
* Do not return(foo()) in void function.Semen Ustimenko2002-12-181-1/+1
* Update comments to remind me about power bugs in oldcard.Warner Losh2002-10-071-1/+4
* MFp4:Warner Losh2002-07-263-20/+25
* Fix a couple of places where preprocessor concatination was misused andAlfred Perlstein2002-06-011-2/+2
* Make oldcard and newcard kernel module work.Takanori Watanabe2002-05-301-0/+9
* Default debugging to OFF now.Warner Losh2002-02-041-1/+0
* First draft of common code between pccbb and pcic drivers for talkingWarner Losh2002-01-293-0/+1155