summaryrefslogtreecommitdiff
path: root/sys/modules/ed
AgeCommit message (Collapse)Author
2019-05-17FCP-101: Remove ed(4).Brooks Davis
Relnotes: yes FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md Reviewed by: jhb, imp Differential Revision: https://reviews.freebsd.org/D20230 Notes: svn path=/head/; revision=347911
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
I thank all developers and contributors for pc98. Relnotes: yes Notes: svn path=/head/; revision=312910
2015-02-18Cleanup the way we include some files (in this case EISA) based onWarner Losh
kernel config. Also tidy up the ed options. Notes: svn path=/head/; revision=278959
2005-10-05Add if_ed_rtl80x9.cWarner Losh
Notes: svn path=/head/; revision=150961
2005-07-13Minor reorg to have each bus' files on one line.Warner Losh
Notes: svn path=/head/; revision=147958
2005-02-09Break out obscure ISA cards into their own files, as well as ne2000Warner Losh
and wd80x3 support. Make the obscure ISA cards optional, and add those options to NOTES on i386 (note: the ifdef around the whole code is for module building). Tweak pc98 ed support to include wd80x3 too. Add goo for alpha too. The affected cards are the 3Com 3C503, HP LAN+ and SIC (whatever that is). I couldn't find any of these for sale on ebay, so they are untested. If you have one of these cards, and send it to me, I'll ensure that you have no future problems with it... Minor cleanups as well by using functions rather than cut and paste code for some probing operations (where the function call overhead is lost in the noise). Remove use of kvtop, since they aren't required anymore. This driver needs to get its memory mapped act together, however, and use bus space. It doesn't right now. This reduces the size of if_ed.ko from about 51k to 33k on my laptop. Notes: svn path=/head/; revision=141586
2004-05-26Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh
the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment. Notes: svn path=/head/; revision=129740
2002-11-06Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi
Notes: svn path=/head/; revision=106497
2001-09-30Add a change I forgot when adding ED_NO_MIIBUS. This will likelyIan Dowse
be backed out with the rest of ED_NO_MIIBUS when the general miibus code makes proper use of newbus. Notes: svn path=/head/; revision=84154
2001-03-03Add support for Dlink DL10022 to the ed driver. This is a mii partWarner Losh
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> Notes: svn path=/head/; revision=73374
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
Notes: svn path=/head/; revision=70711
2000-10-21if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessaryYoshihiro Takahashi
for PC-98. Notes: svn path=/head/; revision=67412
2000-10-06Add card_if.h and sort the header files, while I'm here.Alexander Langer
Notes: svn path=/head/; revision=66751
2000-09-24Add Makefile to build an if_ed kernel module. Works on both, i386 andAlexander Langer
alpha. No response from: the world Notes: svn path=/head/; revision=66320