summaryrefslogtreecommitdiffstats
path: root/sys/dev/exca/excavar.h
Commit message (Collapse)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
|
* Other part of the cbb isa/pci split. This likely is causing problemsimp2004-08-151-5/+2
| | | | wrt cbb module.
* MFP4:imp2003-06-071-0/+16
| | | | Merge some common code from cbb into exca.
* Massive overhaul of exca to help with the isa efforts:imp2003-02-141-7/+28
| | | | | | | | | | | o chip_name arrays ifdef'd out. o use the OLDCARD-like get/put functions so we can support differnt types of mappings. o Write the beggings of is this a valid exca device and introduce more chipset support. # this is partially a wip, but also needed because some other cahnges I've # made require some of these changes.
* Do not return(foo()) in void function.semenu2002-12-181-1/+1
| | | | | Submitted by: marius@alchemy.franken.de MFC after: 3 days
* MFp4:imp2002-07-261-10/+11
| | | | | | | | | 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.
* First draft of common code between pccbb and pcic drivers for talkingimp2002-01-291-0/+117
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.
OpenPOWER on IntegriCloud