summaryrefslogtreecommitdiffstats
path: root/sys/dev/exca
Commit message (Expand)AuthorAgeFilesLines
* CardBus instead of cardbus.imp2010-01-031-1/+1
* __LP64__ is what's defined, not _LP64_, according to the manual (andimp2009-03-091-1/+1
* fix spelling errorimp2009-02-061-1/+1
* Don't check for mapping above 4GB on 32-bit platforms.imp2009-02-051-0/+2
* Add some additional debugging for the memory code.imp2009-02-051-13/+18
* First cut at fixing memory mapping botch. Nobody must use the ray(4)imp2009-01-051-16/+29
* - Fix exca_(io|mem)_map() to return proper errno values.jhb2007-03-231-20/+21
* exca->pccarddev should always be non-null now. Only call it when theimp2007-02-241-1/+1
* It turns out that it is easier to not NULL out pccard and cardbusimp2007-02-151-1/+1
* Cleanup sloppy ifdef.imp2006-09-241-5/+1
* The TOPIC97 and TOPIC100 seem to have a special register in the excaimp2006-08-121-0/+6
* Don't dereference an uninitialized pointer.imp2006-03-091-1/+4
* Set the name of the chipset foundimp2005-10-191-3/+3
* Minor commentary correctionimp2005-10-171-3/+3
* MFP4: Minor tweaks.imp2005-10-141-1/+5
* 'PC Card' instead of other variantsimp2005-09-221-2/+2
* Properly calculate the offset in mapping the memory of pccards. Thisimp2005-01-111-5/+6
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Didn't intend to commit debugging code enabledimp2004-08-161-1/+0
* Other part of the cbb isa/pci split. This likely is causing problemsimp2004-08-152-10/+76
* Card type stuff was backwards, so assume io for the moment. mem needsimp2003-10-071-6/+2
* CARDMEM is the offset of the address ON THE CARD (eg which page).imp2003-09-241-1/+1
* When we went to the set_flags interface for the memory resource, weimp2003-08-291-4/+4
* A number of minor fixes to the mapping of memory. This should helpimp2003-08-281-22/+18
* Fix location of $FreeBSD$ from last commit.imp2003-08-271-4/+3
* Use __FBSDID().obrien2003-08-241-1/+3
* MFP4:imp2003-06-072-0/+88
* Add two of three workarounds for interrupt storms for o2micro parts asimp2003-06-061-0/+7
* Don't use return(foo(...)); in function returning void.phk2003-05-311-1/+1
* Massive overhaul of exca to help with the isa efforts:imp2003-02-143-64/+240
* Do not return(foo()) in void function.semenu2002-12-181-1/+1
* Update comments to remind me about power bugs in oldcard.imp2002-10-071-1/+4
* MFp4:imp2002-07-263-20/+25
* Fix a couple of places where preprocessor concatination was misused andalfred2002-06-011-2/+2
* Make oldcard and newcard kernel module work.takawata2002-05-301-0/+9
* Default debugging to OFF now.imp2002-02-041-1/+0
* First draft of common code between pccbb and pcic drivers for talkingimp2002-01-293-0/+1155
OpenPOWER on IntegriCloud