History log of /freebsd-12.1/sys/modules/ed/Makefile (Results 1 – 14 of 14)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/12.2.0, release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0
# 193d9e76 04-Mar-2017 Enji Cooper <[email protected]>

sys/modules: normalize .CURDIR-relative paths to SRCTOP

This simplifies make output/logic

Tested with: `cd sys/modules; make ALL_MODULES=` on amd64
MFC after: 1 month
Sponsored by: Dell EMC Isilon


# 2b375b4e 28-Jan-2017 Yoshihiro Takahashi <[email protected]>

Remove pc98 support completely.
I thank all developers and contributors for pc98.

Relnotes: yes


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0
# 88030a5e 18-Feb-2015 Warner Losh <[email protected]>

Cleanup the way we include some files (in this case EISA) based on
kernel config. Also tidy up the ed options.


Revision tags: release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0, release/8.4.0, release/9.1.0, release/8.3.0, release/7.4.0, release/8.2.0, release/8.1.0, release/7.3.0, release/8.0.0, release/7.2.0, release/7.1.0, release/6.4.0, release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0
# eb562f7b 05-Oct-2005 Warner Losh <[email protected]>

Add if_ed_rtl80x9.c


# af5e2a40 13-Jul-2005 Warner Losh <[email protected]>

Minor reorg to have each bus' files on one line.


Revision tags: release/5.4.0
# 969eaf21 09-Feb-2005 Warner Losh <[email protected]>

Break out obscure ISA cards into their own files, as well as ne2000
and wd80x3 support. Make the obscure ISA cards optional, and add
those options to NOTES on i386 (note: the ifdef around the whole

Break out obscure ISA cards into their own files, as well as ne2000
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.

show more ...


Revision tags: release/4.11.0, release/5.3.0
# dba6dd17 26-May-2004 Warner Losh <[email protected]>

Move to generating pccarddevs.h on the fly, both for the kernel and
the modules.

Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.


Revision tags: release/4.10.0, release/5.2.1, release/5.2.0, release/4.9.0, release/5.1.0, release/4.8.0, release/5.0.0
# ab3626d5 06-Nov-2002 Yoshihiro Takahashi <[email protected]>

Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.


Revision tags: release/4.6.2
# c5f4a940 30-Sep-2001 Ian Dowse <[email protected]>

Add a change I forgot when adding ED_NO_MIIBUS. This will likely
be backed out with the rest of ED_NO_MIIBUS when the general miibus
code makes proper use of newbus.


Revision tags: release/4.3.0
# f2fdbb57 03-Mar-2001 Warner Losh <[email protected]>

Add support for Dlink DL10022 to the ed driver. This is a mii part
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 kern

Add support for Dlink DL10022 to the ed driver. This is a mii part
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 <[email protected]>

show more ...


# c68159a6 06-Jan-2001 David E. O'Brien <[email protected]>

Use a consistent style and one much closer to the rest of /usr/src


# 95dc2c3c 21-Oct-2000 Yoshihiro Takahashi <[email protected]>

if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessary
for PC-98.


# 8947f1c7 06-Oct-2000 Alexander Langer <[email protected]>

Add card_if.h and sort the header files, while I'm here.


# 44453275 24-Sep-2000 Alexander Langer <[email protected]>

Add Makefile to build an if_ed kernel module. Works on both, i386 and
alpha.

No response from: the world