summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/elink.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Fixed type mismatch for a (low quality interface) function with an argbde1997-08-251-3/+2
| | | | | of type u_char (break K&R support instead of fixing the interface or depending on a gcc feature).
* Removed unused #includes.bde1997-07-201-2/+1
|
* 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.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Replace all remaining instances of `i386/include' by `machine' and fixbde1995-02-261-2/+4
| | | | nearby #include inconsistencies.
* Include <i386/include/cpufunc.h> to have outb() defined ...se1994-09-171-1/+2
|
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-161-2/+1
| | | | | systm.h). Merged functionality of pio.h into cpufunc.h. Cleaned up some related code.
* Reviewed by:ats1994-08-241-0/+77
Submitted by: Add the 3com 3C507 card to the if_ie.c driver. The files elink.c and elink.h are helding routines that are shared between the 3C507 and the 3C509/3C579. if_ie507.h are constant declarations unique to the 3C507. The code is based on the NetBSD driver if_ie.c donated to NetBSD by Rafal Boni and then modified by Charles Hannum.
OpenPOWER on IntegriCloud