summaryrefslogtreecommitdiffstats
path: root/sys/modules/ed
Commit message (Collapse)AuthorAgeFilesLines
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
| | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.nyan2002-11-061-1/+0
|
* Add a change I forgot when adding ED_NO_MIIBUS. This will likelyiedowse2001-09-301-1/+2
| | | | | be backed out with the rest of ED_NO_MIIBUS when the general miibus code makes proper use of newbus.
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-1/+1
| | | | | | | | | | | | | | 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>
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-7/+8
|
* if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessarynyan2000-10-211-1/+9
| | | | for PC-98.
* Add card_if.h and sort the header files, while I'm here.alex2000-10-061-1/+1
|
* Add Makefile to build an if_ed kernel module. Works on both, i386 andalex2000-09-241-0/+8
alpha. No response from: the world
OpenPOWER on IntegriCloud