History log of /freebsd-10-stable/sys/dev/ic/i82586.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 112734 28-Mar-2003 mdodd

- Clean up function calling conventions.
- Be consistent about what we call our softc.
- Minor formatting.
- Add some register definitions gleaned from NetBSD/Linux.


# 79077 02-Jul-2001 imp

Repo copy i82586.h to dev/ic/i82586.h.

This file currently is very ie specific, but I have plans to change
that...


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 47108 13-May-1999 bde

Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines were
for old confusion of `volatile char *' with `volatile caddr_t'. 7 lines
were for not being careful about aligning pointers to volatiles.


# 38232 10-Aug-1998 bde

Use [u]intptr_t instead of [unsigned] long to convert and/or represent
pointers.

This finishes fixing conversions between pointers and integers of
possibly different sizes in GENERIC.


# 35210 15-Apr-1998 bde

Support compiling with `gcc -ansi'.


# 22975 22-Feb-1997 peter

Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
ready for it yet.


# 21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


# 12360 18-Nov-1995 bde

Staticized an inline function. All inlines in kernel headers should be
static. The function shouldn't be here anyway. It is driver dependent,
while `ic' files are supposed to only depend on the IC.


# 11961 31-Oct-1995 phk

Cleanup, make things static.


# 582 12-Oct-1993 rgrimes

i82586 support file for Garrett Wollmans ie driver