Age | Commit message (Expand) | Author |
2002-11-20 | If both phys are available, prefer the external one. | Jason Wright |
2002-11-17 | Make sure never to put a loaded dmamap in the spare. 3c90x should work | Jason Wright |
2002-11-17 | this driver has never been in sys/pci (in OpenBSD at least) and supports | Jason Wright |
2002-11-17 | Fix another case (tx this time) where buffers were not unloaded (nor sync'd).... | Jason Wright |
2002-11-17 | - lightly season with htole32 and friends... enough to get rx working | Jason Wright |
2002-11-16 | From NetBSD (bouyer@): | Kenneth R Westerback |
2002-11-14 | Don't complain about the defer timer expiring, call it an oerror instead. | Jason Wright |
2002-11-14 | Rework iha copyight verbiage to make clear what needs to be clear for | Kenneth R Westerback |
2002-11-09 | Instead of relying on uvm_useracc(), get a false sense of security, and | Miod Vallat |
2002-11-01 | fight the grammar in the tdr messages | Michael Shalayeff |
2002-10-30 | bring on a few changes from netbsd, such as better rx mbuf calculation, ram p... | Michael Shalayeff |
2002-10-27 | Add an option to use software WEP now that we have a software decrypt | Todd C. Miller |
2002-10-27 | add a matching wi_do_hostdecrypt() | Markus Friedl |
2002-10-25 | remove dead code; krw@ ok. | Federico G. Schwindt |
2002-10-22 | Make wi_keydat in struct wi_key 13 bytes, not 14. This is not a | Todd C. Miller |
2002-10-21 | ugly hack to make the 21145 work without manual media setting. | Henning Brauer |
2002-10-20 | add support for intel 21145 | Henning Brauer |
2002-10-18 | Account for the aligned m_data when checking boundaries; from NetBSD. | Federico G. Schwindt |
2002-10-18 | media support; slightly modified from FreeBSD. | Federico G. Schwindt |
2002-10-17 | ifndef __HAVE_GENERIC_SOFT_INTERRUPTS leaved a label without a statement afte... | Artur Grabowski |
2002-10-17 | Bigendian support for fxp, work from pefo with cleanups, ok art@ and others. | Dale Rahn |
2002-10-16 | minor formatting. | Artur Grabowski |
2002-10-15 | re-init the hw on resume, from grendel@zeitbombe.org | Michael Shalayeff |
2002-10-13 | do not flush cache here, better support for intrhook, increase number of tran... | Michael Shalayeff |
2002-10-11 | pad keys of size != RC4KEYLEN or RC4KEYLEN/2 with zero; noticed and tested by... | Markus Friedl |
2002-10-11 | Stash the value of letoh16(ver.wi_ver[0]) in a variable so we don't | Todd C. Miller |
2002-10-11 | Sigh, we can't just put the htole16() in the WI_CARD_IDS macro | Todd C. Miller |
2002-10-10 | Make wi_get_id() table driven, similar to NetBSD and FreeBSD but | Todd C. Miller |
2002-10-09 | Remove trailing '\n's from panic messages. | Kenneth R Westerback |
2002-10-04 | Limit the TX key to a valid range; imp@ | Todd C. Miller |
2002-09-28 | - disable if_timer handling (there's a bug which causes this not to get | Jason Wright |
2002-09-23 | make the leds blink (on those machines where we have 'em). | Michael Shalayeff |
2002-09-22 | Update ifp->if_opackets correctly | Jason Wright |
2002-09-17 | add ad1981a id; from hunter@dg.net.ua | Michael Shalayeff |
2002-09-17 | deal w/ the dma in a special thread to follow the busdma semantics. this fixe... | Michael Shalayeff |
2002-09-16 | Resync siop with NetBSD. Make strong effort to minimize | Kenneth R Westerback |
2002-09-15 | make it at least compile; parts from maurice@amaze.nl | Theo de Raadt |
2002-09-15 | Add a license from the author Timo Rossi <trossi@co.jyu.fi> | Artur Grabowski |
2002-09-14 | Various fixes and cleanups in the cy driver. | Artur Grabowski |
2002-09-12 | o break up wi_pci_attach() into device-specific parts for better readability | Todd C. Miller |
2002-09-10 | no need for pragma here. | Federico G. Schwindt |
2002-09-09 | Correctly printf on attach. | Artur Grabowski |
2002-09-08 | no , after last element in a enum | Theo de Raadt |
2002-09-06 | Share interrupts nicely. Add tag type. | Steve Murphree |
2002-09-05 | Use the value from AUDIO_CTRL, later to be or'ed with VRM or VRA, not | Federico G. Schwindt |
2002-09-04 | don't dereference ecb on default case, it's uninitialized. | Federico G. Schwindt |
2002-08-30 | plug mbuf leak. | Federico G. Schwindt |
2002-08-30 | only do copyout() if wi_get_debug() returned 0. | Federico G. Schwindt |
2002-08-28 | - Fix one typo (instead of two disable_rx, one disable_rx and one disable_tx) | Artur Grabowski |
2002-08-22 | simplify multicast setup on the 3c905 (pre-B/C, etc) | Jason Wright |