aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/exca
Commit message (Collapse)AuthorAgeFilesLines
* Update comments to remind me about power bugs in oldcard.Warner Losh2002-10-071-1/+4
| | | | Notes: svn path=/head/; revision=104601
* MFp4:Warner Losh2002-07-263-20/+25
| | | | | | | | | | | | o Protect .h against multiple includes. o eliminate the pointers to the read/write routines. The bus_space_read routines can cope since we have the offset field. o Print a warning if the requested map address is > 16M and your chipset doesn't support the extended ExCA registers. Notes: svn path=/head/; revision=100703
* Fix a couple of places where preprocessor concatination was misused andAlfred Perlstein2002-06-011-2/+2
| | | | | | | something wound up grafted to a comma. Notes: svn path=/head/; revision=97708
* Make oldcard and newcard kernel module work.Takanori Watanabe2002-05-301-0/+9
| | | | Notes: svn path=/head/; revision=97613
* Default debugging to OFF now.Warner Losh2002-02-041-1/+0
| | | | Notes: svn path=/head/; revision=90187
* First draft of common code between pccbb and pcic drivers for talkingWarner Losh2002-01-293-0/+1155
to ExCA register sets. These registers exist in both ISA and PCI devices in a couple different ways, and this will provide a common base for future building. This code is a rehash of the pccbb 16-bit code, which was a rehash of the pcic code, which was a rehash of the netbsd i82365 code. More hashing to come. Notes: svn path=/head/; revision=89948