summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-03-31Limit pci register map size to 256kNathan Binkert
2002-03-31Fix logic thinko. In AP mode we were never calling wihap_check_tx() ifTodd C. Miller
2002-03-31check for super user more; millert@ okMichael Shalayeff
2002-03-30fix two evil bugs:Michael Shalayeff
2002-03-30make sure that hostap never happens on non-prism2 cardsMichael Shalayeff
2002-03-30kill lots of space and insert some more for knfMichael Shalayeff
2002-03-30o Move register definitions to if_wireg.hTodd C. Miller
2002-03-30WI_RID_SUPPORT_RATE only seems to work for prism2. On lucent boardsTodd C. Miller
2002-03-30only trust supported rates report on prism2 cardsMichael Shalayeff
2002-03-30missing suser on SIOCS80211NWIDMarkus Friedl
2002-03-30implement WEP in wi_do_hostencrypt()Markus Friedl
2002-03-30map only first page of whatever is given to us in the bar,Michael Shalayeff
2002-03-30Actually write new value to the card for SIOCS80211NWID ioctlTodd C. Miller
2002-03-29i_nwid is not a NUL-terminated string, it is length bounded.Todd C. Miller
2002-03-29regenTodd C. Miller
2002-03-29Add Proxim RangeLAN-DS PCMCIA card (model 8430); Paul M. HirschTodd C. Miller
2002-03-29o remove extra args in printf's.Federico G. Schwindt
2002-03-291) restrict 'hostap' mediaopt to prism2 chipsTodd C. Miller
2002-03-28put the protos and spls in placeMichael Shalayeff
2002-03-28missing timeout add and del; some minor api changeMichael Shalayeff
2002-03-28some BITS defs for %bMichael Shalayeff
2002-03-28basic host-ap implementation, more work is needed; from Thomas Skibo <skibo@p...Michael Shalayeff
2002-03-28recognize isl37300p as a prism2.5, for niels babyMichael Shalayeff
2002-03-28syncNiels Provos
2002-03-28new linksys wpc11; okay mickey@Niels Provos
2002-03-27Update comment at the top to reality.Todd C. Miller
2002-03-27Add X-Window support to wsmoused(8). This allows running wsmoused(8) andjbm
2002-03-27Calculate the maximum queue depth correctly.Grigoriy Orlov
2002-03-27make sure error is set to zero on the pci write case for user confJason Wright
2002-03-27From FreeBSD: check for FIFO becoming unfull correctly, in the case of consum...Niklas Hallqvist
2002-03-26Add support for the TMD7160 dumb PCI-ISA bridge (similar in function toTodd C. Miller
2002-03-26regenTodd C. Miller
2002-03-26o 0x15e8 is National Datacomm Corp, not CoregaTodd C. Miller
2002-03-26Fix 128bit WEP on prism2; from FreeBSDTodd C. Miller
2002-03-26enforce higher spl such that ccbs do not get fired upon in timeouts and other...Michael Shalayeff
2002-03-26regenMichael Shalayeff
2002-03-26a clone of Eumitcom WL11000P -- USR11000P; from lj7@usa.netMichael Shalayeff
2002-03-26Fix problems the ahc driver was having with the recent changes toKenneth R Westerback
2002-03-25regenMichael Shalayeff
2002-03-25another intel gbt etherMichael Shalayeff
2002-03-25support 630ETi; from wyllie@dilex.netMichael Shalayeff
2002-03-25some fw versions return even more data in the an_ltv_status; form Gabriel Kih...Michael Shalayeff
2002-03-25This was part of the newer ahc driver which has been backed outTodd C. Miller
2002-03-24from martin@netbsd:Michael Shalayeff
2002-03-24after codec reset wait for 1/2 sec; from mark@mcs.vuw.ac.nz (http://mail-inde...Michael Shalayeff
2002-03-22my guess at a sunix puc; the tester disappearedTheo de Raadt
2002-03-22- Move reading collision counters out of splimp()Jason Wright
2002-03-22On 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) driversVincent Labrecque
2002-03-21on extract: better spl granularity, make sure pool is updated between runs; l...Michael Shalayeff