History log of /freebsd-12.1/sys/modules/wi/Makefile (Results 1 – 22 of 22)
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


Revision tags: release/11.0.1, release/11.0.0, release/10.3.0, release/10.2.0, release/10.1.0, release/9.3.0, release/10.0.0, release/9.2.0
# d1da1938 31-Jul-2013 Justin Hibbits <[email protected]>

Remove duplicate SRCS include block. Spotted by jmallett.


# 84cd55bb 31-Jul-2013 Justin Hibbits <[email protected]>

Add the macio attachment for wi(4). Partially obtained from NetBSD.

Reviewed by: adrian
Obtained from: NetBSD (partially)


Revision tags: release/8.4.0, release/9.1.0, release/8.3.0
# f7e784d5 16-Feb-2012 Ulrich Spörlein <[email protected]>

Fix 'make depend'.


Revision tags: 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
# ff54eabd 27-Aug-2008 Warner Losh <[email protected]>

Remove opt_wi.h from module and fix typo in pccarddevs.


Revision tags: release/7.0.0, release/6.3.0, release/6.2.0, release/5.5.0, release/6.1.0, release/6.0.0
# 82292344 14-Oct-2005 Yaroslav Tykhiy <[email protected]>

Let modules use the kernel's opt_*.h files if built along with
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR). Thus, such fake files won't be
created at all i

Let modules use the kernel's opt_*.h files if built along with
the kernel by wrapping all targets for fake opt_*.h files in
.if defined(KERNBUILDDIR). Thus, such fake files won't be
created at all if modules are built with the kernel.

Some modules undergo cleanup like removing unused or unneeded
options or .h files, without which they wouldn't build this way
or the other.

Reviewed by: ru
Tested by: no binary changes in modules built alone
Tested on: i386 sparc64 amd64

show more ...


Revision tags: release/5.4.0, 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
# a7c02787 15-Jan-2003 Sam Leffler <[email protected]>

remove wi-specific host ap code; the wi driver now depends on the
wlan module for 802.11 core support


Revision tags: release/4.6.2
# a0cd6004 03-Aug-2002 Warner Losh <[email protected]>

We now have opt_wi.h, so go ahead and add it. Default it to 1.


# 64fa2b20 12-Apr-2002 Warner Losh <[email protected]>

-DWI_HOSTAP no longer needed


# dbab04ca 02-Apr-2002 Warner Losh <[email protected]>

First cut at breaking out the bus attachment from the bus independent
part of the driver. Also, move the softc and some other stuff to
if_wivar.h from if_wireg.h to make future merging activities ea

First cut at breaking out the bus attachment from the bus independent
part of the driver. Also, move the softc and some other stuff to
if_wivar.h from if_wireg.h to make future merging activities easier.

show more ...


# 8fa10804 03-Nov-2001 Poul-Henning Kamp <[email protected]>

Clean up the bogus pci.h file we create.


# 40e28596 28-Aug-2001 Warner Losh <[email protected]>

wi driver now includes pci.h, so we need to generate it to generate it.


Revision tags: release/4.3.0
# d6436d0f 28-Mar-2001 Alfred Perlstein <[email protected]>

Forgot to add pci_if.h to SRCS

Pointed out by: phk


# ba014c35 17-Jan-2001 Peter Wemm <[email protected]>

Argh! add card_if.h to the generated list. This fixes kernel builds for
those who haven't added 'NO_MODULES=off' to /etc/make.conf.


# 7f8c734f 09-Jan-2001 Garrett Wollman <[email protected]>

Note new location of wi driver source code.


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

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


# 64db83a8 27-May-2000 Peter Wemm <[email protected]>

Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.


# 56ca3996 04-May-2000 Peter Wemm <[email protected]>

Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. Thi

Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.

show more ...


# 9e4be63d 28-Jan-2000 Bruce Evans <[email protected]>

Add ${DEBUG_FLAGS} to CFLAGS in bsd.kmod.mk, not in scattered module
makefiles. Bad examples in fxp/Makefile keep getting copied to new
makefiles.


# 6f940b38 28-Nov-1999 Bruce Evans <[email protected]>

Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFI

Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).

show more ...


# dda0e6f5 25-Nov-1999 Bill Paul <[email protected]>

Update the WaveLAN/IEEE driver:

- Convert to new bus attachment scheme. Thanks to Blaz Zupan for doing
the initial work here. One thing I changed was to have the attach
and detach routines work

Update the WaveLAN/IEEE driver:

- Convert to new bus attachment scheme. Thanks to Blaz Zupan for doing
the initial work here. One thing I changed was to have the attach
and detach routines work like the PCI drivers, which means that in
theory you should be able to load and unload the driver like the PCI
NIC drivers, however the pccard support for this hasn't settled down
yet so it doesn't quite work. Once the pccard work is done, I'll have
to revisit this.

- Add device wi0 to PCCARD. If we're lucky, people should be able to
install via their WaveLAN cards now.

- Add support for signal strength caching. The wicontrol utility has
also been updated to allow zeroing and displaying the signal strength
cache.

- Add a /sys/modules/wi directory and fix a Makefile to builf if_wi.ko.
Currently this module is only built for the i386 platform, though once
the pccard stuff is done it should be able to work on the alpha too.
(Theoretically you should be able to plug one of the WaveLAN/IEEE ISA
cards into an alpha with an ISA slot, but we'll see how that turns out.

- Update LINT to use only device wi0. There is no true ISA version of
the WaveLAN/IEEE so we'll never use an ISA attachment.

- Update files.i386 so that if_wi is dependent on card.

show more ...