#
963166e4 |
| 28-Mar-2002 |
mickey <mickey@openbsd.org> |
some BITS defs for %b
|
#
1de77e4f |
| 28-Mar-2002 |
mickey <mickey@openbsd.org> |
basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@pacbell.net>; millert@ ok
|
#
20abb9bf |
| 28-Mar-2002 |
mickey <mickey@openbsd.org> |
recognize isl37300p as a prism2.5, for niels baby
|
#
da7f6812 |
| 26-Mar-2002 |
millert <millert@openbsd.org> |
Add support for the TMD7160 dumb PCI-ISA bridge (similar in function to the PLX905x). Info gleaned from patches to the Linux wlan driver from NDC. This makes the NDC NCP130 rev A2 work.
|
#
8744b008 |
| 21-Feb-2002 |
millert <millert@openbsd.org> |
In WI_SETSTR round up i_len to be an even number if needed since we are going to divide it by 2. More or less based on NetBSD.
|
#
3f497931 |
| 19-Feb-2002 |
mickey <mickey@openbsd.org> |
add support for media and other generic 802.11 ioctls, elliminates need for wicontrol on the ramdisk floppy, pretty much; from netbsd
|
#
d8ddaac5 |
| 21-Dec-2001 |
mickey <mickey@openbsd.org> |
increase the timeout 10x, it seems some cards cannot keep up w/ our pace
|
#
ad850669 |
| 20-Dec-2001 |
mickey <mickey@openbsd.org> |
for mimi-pci cards registers are word in a dword, missed that in bringing over support from netbsd; partially successfully tested by ellidz@eridu.uchicago.edu
|
#
ef559c21 |
| 25-Oct-2001 |
mickey <mickey@openbsd.org> |
implement "the other" pci interface for wavelans, found on intersil mini-pci cards. inspired by the netbsd's if_wi_pci.c . rename WI_COR_* into WI_PLX_COR_*, per millert@'s suggestion. tested by mill
implement "the other" pci interface for wavelans, found on intersil mini-pci cards. inspired by the netbsd's if_wi_pci.c . rename WI_COR_* into WI_PLX_COR_*, per millert@'s suggestion. tested by millert@ for the plx-based cards.
show more ...
|
#
2caa8474 |
| 25-Oct-2001 |
mickey <mickey@openbsd.org> |
add prism2.5 mini-pci nic id
|
#
436c27ea |
| 25-Jun-2001 |
drahn <drahn@openbsd.org> |
Add the missing endian pieces to wavelan driver. ok, millert@
|
#
3d599b1a |
| 07-Jun-2001 |
millert <millert@openbsd.org> |
Kill #define duplicates between if_wireg.h and if_wi_ieee.h
|
#
5123e574 |
| 07-Jun-2001 |
mickey <mickey@openbsd.org> |
no, definately *wi.* does not work here
|
#
d330165c |
| 06-Jun-2001 |
millert <millert@openbsd.org> |
PCI shim for if_wi.c as promised. Magic for setting the PLX up correctly take from the FreeBSD driver and explained by imp@ Currently this is hard-coded for PrismII cards but that will change when t
PCI shim for if_wi.c as promised. Magic for setting the PLX up correctly take from the FreeBSD driver and explained by imp@ Currently this is hard-coded for PrismII cards but that will change when the PrismII auto-detect code is added to if_wi.c. Tested with a LinkSys WPC11 in a Global Sun GL24110P02 (aka LinSys WDT11)
show more ...
|
#
2cf71003 |
| 15-May-2001 |
millert <millert@openbsd.org> |
Split wi(4) into bus-dependent and bus-independent bits similar to an(4) -- no real code changes at this point. Rename if_wavelan_ieee.h to if_wi_ieee.h while I'm at it and create an if_wivar.h simil
Split wi(4) into bus-dependent and bus-independent bits similar to an(4) -- no real code changes at this point. Rename if_wavelan_ieee.h to if_wi_ieee.h while I'm at it and create an if_wivar.h similar to NetBSD. PCI adaptors exist that are not true PCMCIA controllers so wi(4) @ PCI is possible (though the code is not working yet ;-).
show more ...
|