aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/if_ze.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.2_cvscvs2svn1997-05-191-1/+1
* YAMFC (added LINT_PCCARD_HACK stuff so that LINT can be built).Bruce Evans1997-02-131-2/+6
* Style issues.Nate Williams1996-12-231-3/+3
* Correct breakage from -current.Jordan K. Hubbard1996-12-231-2/+2
* Bring in PCCARD safety belts from the HEAD.Nate Williams1996-12-211-1/+8
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-061-6/+1
* Don't use NULL in non-pointer contexts.Bruce Evans1996-07-121-2/+2
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-1/+2
* Clean up -Wunused warnings.Gary Palmer1996-06-121-3/+1
* Clean up Ethernet drivers:Garrett Wollman1996-02-061-34/+11
* The last part of the ether_sprint -> %6D change.Poul-Henning Kamp1996-01-261-3/+3
* Staticize.Poul-Henning Kamp1995-12-171-2/+2
* Staticize.Poul-Henning Kamp1995-12-131-23/+23
* all:David Greenman1995-12-051-13/+11
* Fixed the types of the apm hook functions.Bruce Evans1995-11-181-15/+27
* Remove unused functions and variables, make things static, and other cleanups.Poul-Henning Kamp1995-10-281-14/+4
* Reviewed by: julian and jhay@mikom.csir.co.zaJulian Elischer1995-10-261-1/+32
* Say goodbye to IFF_NOTRAILERS. Support for trailers was officiallyGarrett Wollman1995-10-131-2/+2
* if_ze.c was derived from if_ed.c about 42 (!) versions ago. It is nowPoul-Henning Kamp1995-09-261-80/+71
* Make everything except the unsupported network sources compile cleanlyBruce Evans1995-08-161-2/+4
* Change memcmp() to bcmp(). memcmp() isn't declared or implementedBruce Evans1995-07-251-5/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-37/+37
* Enclosed is a patch for if_ze.c which will allow it to operate withDavid Greenman1995-05-241-2/+7
* Fixed a hard-coded slot number which crept in.Poul-Henning Kamp1995-05-031-2/+2
* Do the obvious thing: when the interface is downed, power off the card.Poul-Henning Kamp1995-05-021-148/+78
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+3
* Replace all remaining instances of `i386/include' by `machine' and fixBruce Evans1995-02-261-27/+27
* This is the latest version of the APM stuff from HOSOKAWA, I have lookedPoul-Henning Kamp1995-02-171-312/+92
* if_ze was not updated when the arp_ifinit stuff was done. now it is.Poul-Henning Kamp1995-01-231-10/+2
* Moved conversion of ether_type to host byte order out of ethernet driversDavid Greenman1994-11-241-99/+2
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-0/+4
* From: hosokawa@mt.cs.keio.ac.jp (HOSOKAWA Tatsumi)Jordan K. Hubbard1994-10-211-0/+21
* I forgot this bit of APM stuff last week.Poul-Henning Kamp1994-10-071-27/+0
* Laptop Advanced Power Management support by HOSOKAWA Tatsumi.David Greenman1994-10-011-11/+90
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromDavid Greenman1994-09-161-2/+0
* Changed MAX to max.David Greenman1994-09-011-1/+1
* Got rid of redundant declaration, and changed IFF_LLC0 to IFF_LINK0.David Greenman1994-09-011-7/+5
* This is the IBM/National PCMCIA ethernet driver from Keith Moore,Jordan K. Hubbard1994-06-161-0/+1951