Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-31 | Limit pci register map size to 256k | Nathan Binkert | |
ok deraadt, art, mickey | |||
2002-03-31 | Fix logic thinko. In AP mode we were never calling wihap_check_tx() if | Todd C. Miller | |
the IFF_PROMISC flag was set (e.g. in bridge mode). Found by mickey@ There still seems to be an issue with Lucent stations reporting 1Mbs when the AP is in bridge mode though. | |||
2002-03-31 | check for super user more; millert@ ok | Michael Shalayeff | |
2002-03-30 | fix two evil bugs: | Michael Shalayeff | |
panic on absent wsdiplay on scrollback; missing breaks. | |||
2002-03-30 | make sure that hostap never happens on non-prism2 cards | Michael Shalayeff | |
2002-03-30 | kill lots of space and insert some more for knf | Michael Shalayeff | |
2002-03-30 | o Move register definitions to if_wireg.h | Todd C. Miller | |
o Rename some register defines to be more useful (adapted from FreeBSD) o Enable interrupts on PLX chip since some boards don't have this in the EEPROM (adapted from FreeBSD and Linux). | |||
2002-03-30 | WI_RID_SUPPORT_RATE only seems to work for prism2. On lucent boards | Todd C. Miller | |
it only indicates support for the lowest speed which is not what we want. | |||
2002-03-30 | only trust supported rates report on prism2 cards | Michael Shalayeff | |
2002-03-30 | missing suser on SIOCS80211NWID | Markus Friedl | |
2002-03-30 | implement WEP in wi_do_hostencrypt() | Markus Friedl | |
2002-03-30 | map only first page of whatever is given to us in the bar, | Michael Shalayeff | |
apparetnyl sometimes we get whole lots of space there. also map it 32bit. | |||
2002-03-30 | Actually write new value to the card for SIOCS80211NWID ioctl | Todd C. Miller | |
2002-03-29 | i_nwid is not a NUL-terminated string, it is length bounded. | Todd C. Miller | |
2002-03-29 | regen | Todd C. Miller | |
2002-03-29 | Add Proxim RangeLAN-DS PCMCIA card (model 8430); Paul M. Hirsch | Todd C. Miller | |
2002-03-29 | o remove extra args in printf's. | Federico G. Schwindt | |
o remove unneded struct. o change error to match reality. jason@ ok. | |||
2002-03-29 | 1) restrict 'hostap' mediaopt to prism2 chips | Todd C. Miller | |
2) set ether_dhost and ether_shost based on wi_dst_addr and wi_src_addr respectively. This allows packets to traverse the hostap and is also what FreeBSD and NetBSD both do. 3) Move the setting of tx_frame.wi_frame_ctl to be right after we zero tx_frame. Otherwise we end up clearing the WI_FCTL_FROMDS flag. 4) Use some ETHER_* constants instead of hard-coding things (cosmetic only) | |||
2002-03-28 | put the protos and spls in place | Michael Shalayeff | |
2002-03-28 | missing timeout add and del; some minor api change | Michael Shalayeff | |
2002-03-28 | some BITS defs for %b | Michael Shalayeff | |
2002-03-28 | basic host-ap implementation, more work is needed; from Thomas Skibo ↵ | Michael Shalayeff | |
<skibo@pacbell.net>; millert@ ok | |||
2002-03-28 | recognize isl37300p as a prism2.5, for niels baby | Michael Shalayeff | |
2002-03-28 | sync | Niels Provos | |
2002-03-28 | new linksys wpc11; okay mickey@ | Niels Provos | |
2002-03-27 | Update comment at the top to reality. | Todd C. Miller | |
2002-03-27 | Add X-Window support to wsmoused(8). This allows running wsmoused(8) and | jbm | |
X-Window at the same time, removing the need to kill wsmoused(8) before starting X-Window. | |||
2002-03-27 | Calculate the maximum queue depth correctly. | Grigoriy Orlov | |
PR2490 from Alexander Yurchenko <grange@rt.mipt.ru> | |||
2002-03-27 | make sure error is set to zero on the pci write case for user conf | Jason Wright | |
2002-03-27 | From FreeBSD: check for FIFO becoming unfull correctly, in the case of ↵ | Niklas Hallqvist | |
consumer index wrapping. Improve an internal API. ok mickey@ | |||
2002-03-26 | Add support for the TMD7160 dumb PCI-ISA bridge (similar in function to | Todd C. Miller | |
the PLX905x). Info gleaned from patches to the Linux wlan driver from NDC. This makes the NDC NCP130 rev A2 work. | |||
2002-03-26 | regen | Todd C. Miller | |
2002-03-26 | o 0x15e8 is National Datacomm Corp, not Corega | Todd C. Miller | |
o Add NDC NCP130 PCI Prism2 boards (2 flavors) | |||
2002-03-26 | Fix 128bit WEP on prism2; from FreeBSD | Todd C. Miller | |
2002-03-26 | enforce higher spl such that ccbs do not get fired upon in timeouts and ↵ | Michael Shalayeff | |
other places where we call for resource allocations which do no proper spl protection these days | |||
2002-03-26 | regen | Michael Shalayeff | |
2002-03-26 | a clone of Eumitcom WL11000P -- USR11000P; from lj7@usa.net | Michael Shalayeff | |
2002-03-26 | Fix problems the ahc driver was having with the recent changes to | Kenneth R Westerback | |
scsiconf.c. The fact that both this ('original') ahc driver and the new ahc driver (since reverted) crashed if devices capable of tagged queuing were not correctly flagged as such must be a clue to some interesting problem. a) Restore marking of appropriate devices as tagged. b) Use TAG_ENB define instead of MSG_SIMPLE_Q_TAG when manipulating hscb->control. Both were defined to the same value, but TAG_ENB is the define used to extract the bit later on. c) Delete unused field 'tagdisable'. ok millert@, also tested by naddy@ | |||
2002-03-25 | regen | Michael Shalayeff | |
2002-03-25 | another intel gbt ether | Michael Shalayeff | |
2002-03-25 | support 630ETi; from wyllie@dilex.net | Michael Shalayeff | |
2002-03-25 | some fw versions return even more data in the an_ltv_status; form Gabriel ↵ | Michael Shalayeff | |
Kihlman <gk@univits.se> | |||
2002-03-25 | This was part of the newer ahc driver which has been backed out | Todd C. Miller | |
2002-03-24 | from martin@netbsd: | Michael Shalayeff | |
Remove RAY_USE_AMEM. This option claimed to use attribute memory access for the registers, which was true, but actually the same as the driver did without this option. What it realy did is work around a stupid bug in the driver that did not use the "offset" result from the pcmcia_mem_map call mapping the CIS memory. We got away with this for a long time since on i386 and typical pcmcia bridged the offset returned will be 0. It always failed (without RAY_USE_AMEM=1) if the check for a different function CCR aliases in pcmcia.c failed and mapped the CCR base new - this time at the CCR base of this function (0xf00), so all register acceses (that had 0xf00 added) happened way off in neverland. Now we do not hardcode the CCR base to the register definitions, but instead use the offset returned by pcmcia_mem_map. This makes the driver work with and without CCR base aliases being found. | |||
2002-03-24 | after codec reset wait for 1/2 sec; from mark@mcs.vuw.ac.nz ↵ | Michael Shalayeff | |
(http://mail-index.netbsd.org/port-i386/2002/03/18/0000.html) | |||
2002-03-22 | my guess at a sunix puc; the tester disappeared | Theo de Raadt | |
2002-03-22 | - Move reading collision counters out of splimp() | Jason Wright | |
- all non-debug prints should print the interface name - quite whining about RX counter expiring, who cares. | |||
2002-03-22 | On sparc64, try local-mac-address before falling back to myetheraddr() | Jason Wright | |
2002-03-22 | make idstrs[] even if SMC_DEBUG is not defined, so the sm(4) drivers | Vincent Labrecque | |
compile. ok fgsch | |||
2002-03-21 | on extract: better spl granularity, make sure pool is updated between runs; ↵ | Michael Shalayeff | |
later pt out by camield@ |