aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/if_ed.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-191-12/+3
* Remove warning introduced by the last committer.Eivind Eklund1998-12-131-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* Support PnP compatibility IDs. This allow e.g. the ed driver to pickEivind Eklund1998-09-131-10/+7
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-2/+2
* Removed unused includes.Bruce Evans1998-06-211-2/+1
* Include <i386/isa/pnp.h> after including its prerequisiteBruce Evans1998-06-171-5/+5
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.Dag-Erling Smørgrav1998-04-171-2/+2
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-8/+8
* Don't use fast interrupts when initialized through PnP. if_ed doesEivind Eklund1998-03-291-2/+1
* Removed unused #includes.Bruce Evans1998-03-281-11/+1
* Support for "MAC address in CIS" type cards.Tatsumi Hosokawa1998-02-271-1/+9
* PCCARD-code related style nits, as requested.Mike Smith1998-02-271-14/+14
* Fix some style nits and remove an unused header.Mike Smith1998-02-271-2/+1
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+1
* Add PnP support to if_ed.c.Eivind Eklund1998-02-051-4/+113
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-041-1/+2
* Make INET a proper option.Eivind Eklund1998-01-081-2/+4
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.Nate Williams1997-11-201-2/+2
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+1
* Sigh, kill setting of 0WS...it breaks more machines than it fixes.David Greenman1997-11-021-4/+3
* The previous change added a use of the DATA_SET macro, but forgotJohn Polstra1997-10-291-1/+2
* - Instead of relying on a functional call to register PCARD-capable drivers,Nate Williams1997-10-261-9/+3
* - Functional changes to PCCARD support.Nate Williams1997-10-261-51/+12
* - Do a bunch of gratuitous changes intended to make the code easier toNate Williams1997-10-261-50/+50
* Backed out part of a previous change: don't set ZWS on '790 chips; it hasDavid Greenman1997-10-031-6/+1
* Change the address for the low end of what we permit from c0000 downDavid Greenman1997-09-101-2/+2
* Added a check for the ISA memory address range being valid. Fixes PR#835.David Greenman1997-09-081-2/+9
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughDavid Greenman1997-09-081-18/+27
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-1/+2
* Removed unused #includes.Bruce Evans1997-07-201-12/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 2: includeBruce Evans1997-03-241-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* really minor cleanupJulian Elischer1997-02-111-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Use the new if_multiaddrs list for multicast addresses rather than theGarrett Wollman1997-01-131-27/+12
* Convert the interface address and IP interface address structuresGarrett Wollman1996-12-131-2/+2
* 1) Implement SIOCSIFMTU in ether_ioctl(), and change ether_ioctl's returnDavid Greenman1996-12-101-13/+3
* PR kern/2141:Poul-Henning Kamp1996-12-031-1/+2
* Fix RFC 1650 stats... should have read the doco more carefully.Garrett Wollman1996-11-151-4/+1
* This patch attempts to make the pccard probe in if_ed.c work withNate Williams1996-10-171-96/+24
* Implement the RFC 1650 MIB.Garrett Wollman1996-10-111-6/+64
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-65/+2
* This diff adds support for the HP PC Lan+ cards (model numbers: 27247BDavid Greenman1996-08-071-31/+693
* Megacommit to straigthen out ETHER_ mess.Poul-Henning Kamp1996-08-061-9/+4
* Replace about 60 lines of code with a call to ether_ioctl().Poul-Henning Kamp1996-08-041-80/+9
* Added #include of <machine/md_var.h>. This will be needed whenBruce Evans1996-06-251-1/+2
* Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.hBruce Evans1996-06-181-2/+1