aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/exca
Commit message (Expand)AuthorAgeFilesLines
* 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