summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_edvar.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-0/+9
| | | | | | | | | | | | | | bolted to a ne-2000 chip. This is necessary for the NetGear FA-410TX and other cards. This also requires you add mii to your kernel if you have an ed driver configured. This code will result in a couple of timeout messages for ed on the impacted cards. Additional work will be needed, but this does work right now, and many people need these cards. Submitted by: Ian Dowse <iedowse@maths.tcd.ie>
* Minor newbus/style(9) cleanups.imp2000-12-261-0/+4
| | | | | | | | | | | o Move the ax88190 code to its own function. o Move all device_method_t, driver_t and DRIVER_MODULE definitions to the end of files. o Wrap a few lines > 80 characters. o Use the same devclass for all ed drivers. This allows machines with multiple types of cards to have their cards numbered correctly. Before, you could wind up with two ed0's. o Protect if_edvar.h from multiple includes because I was there.
* Fix my previous commit. Remove ed_get_Linksys() function prototypes.toshi2000-12-201-2/+0
|
* Move the detection of Linksys PCMCIA cards from attach to probe.ps2000-09-121-1/+1
| | | | | | This should solve the problems people were seeing with this driver. Reported by: phk & others.
* - Fixed the conversion to bus_space interface.nyan2000-08-171-20/+113
| | | | | | - Added PC-98 Cbus devices support. The original patch is submitted by chi@bd.mbn.or.jp (Chiharu Shibata) - Removed old ed driver.
* Newbusify ed driver.tanimura2000-08-141-5/+14
| | | | Partly submitted by: alex
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.tanimura2000-07-231-2/+1
|
* Only try to detect Linksys PCMCIA cards when we are in a pccardps2000-06-291-0/+1
| | | | | | environment. This fixes the breakage to ISA ethernet cards. Reviewed by: peter
* Fix pccard ed driver, I think.imp1999-12-101-0/+1
| | | | | | | o Expose ed_stop and call it early to shutdown the hardware. o When releasing the interrupt, pass the cookie for the irq, not a pointer to the cookie (this is the base problem). o Release other resources used, just like the ep driver
* - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; itmdodd1999-10-151-0/+17
| | | | | | | now lives in the respective bus front end files. - Add various function prototypes to if_edvar.h - Clean up some debugging code that snuck into if_ed_isa.c - Turn on the right bits in files.i386
* $Id$ -> $FreeBSD$peter1999-09-051-1/+1
|
* This is part of an untested set of changes to the ed driver to supportdfr1999-09-011-0/+90
the new PnP code. Since the bulk of the driver changes are not being committed at this time, it will not affect the driver. The code is being committed early to allow others synchronise changes.
OpenPOWER on IntegriCloud