aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* Make if_ed work again on pci, isa, isapnp. The hack to make it work onPeter Wemm1999-09-202-6/+16
* The sense of probes has inverted. They return an error, rather thanPeter Wemm1999-09-131-7/+7
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-071-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-09-051-1/+1
* Commit a checkpoint of an updated if_ed driver. This is pretty muchPeter Wemm1999-09-032-432/+510
* - Added new macros ED_P1_MAR(i) and ED_P1_PAR(i) that replaceKATO Takenori1999-09-022-6/+9
* The ed_probe_Novell should not clear id_maddr when it fails to probe.KATO Takenori1999-09-021-2/+6
* This is part of an untested set of changes to the ed driver to supportDoug Rabson1999-09-011-0/+90
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-8/+8
* Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entirePeter Wemm1999-07-031-7/+1
* #ifdef BRIDGE around a goto label used by the bridge code to silcence aPeter Wemm1999-05-091-1/+3
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn'tPeter Wemm1999-04-241-1/+5
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-5/+2
* MF22... add bridging support to the device drivers. Without thisLuigi Rizzo1999-03-171-14/+59
* 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
* pci_device pd_probe function changed from returning char * to returningMatthew Dillon1998-12-141-3/+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
* Discard previous commit.KATO Takenori1998-10-081-14/+1
* Add SMC EtherEZ98 support to ed driver (PC-98).KATO Takenori1998-10-081-1/+14
* 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
* PR: i386/6040Daniel O'Callaghan1998-03-171-1/+2
* Add PCI device ID of Surecom NE-34Stefan Eßer1998-02-271-1/+2
* 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
* Add Winbond W89C940 ID to the list.Mike Smith1997-11-221-1/+2
* - 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