History log of /freebsd-10.1-release/sys/dev/exca/excavar.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 139749 05-Jan-2005 imp

Start each of the license/copyright comments with /*-, minor shuffle of lines


# 133782 15-Aug-2004 imp

Other part of the cbb isa/pci split. This likely is causing problems
wrt cbb module.


# 115988 07-Jun-2003 imp

MFP4:
Merge some common code from cbb into exca.


# 110841 14-Feb-2003 imp

Massive overhaul of exca to help with the isa efforts:
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.


# 108064 18-Dec-2002 semenu

Do not return(foo()) in void function.

Submitted by: marius@alchemy.franken.de
MFC after: 3 days


# 100703 26-Jul-2002 imp

MFp4:
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.


# 89948 29-Jan-2002 imp

First draft of common code between pccbb and pcic drivers for talking
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.