summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/i82586.h
Commit message (Collapse)AuthorAgeFilesLines
* - Clean up function calling conventions.mdodd2003-03-281-0/+2
| | | | | | - Be consistent about what we call our softc. - Minor formatting. - Add some register definitions gleaned from NetBSD/Linux.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines werebde1999-05-131-4/+11
| | | | | for old confusion of `volatile char *' with `volatile caddr_t'. 7 lines were for not being careful about aligning pointers to volatiles.
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-101-2/+2
| | | | | | | pointers. This finishes fixing conversions between pointers and integers of possibly different sizes in GENERIC.
* Support compiling with `gcc -ansi'.bde1998-04-151-4/+4
|
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
| | | | ready for it yet.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | 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.
* Staticized an inline function. All inlines in kernel headers should bebde1995-11-181-2/+2
| | | | | static. The function shouldn't be here anyway. It is driver dependent, while `ic' files are supposed to only depend on the IC.
* Cleanup, make things static.phk1995-10-311-3/+3
|
* i82586 support file for Garrett Wollmans ie driverrgrimes1993-10-121-0/+325
OpenPOWER on IntegriCloud