Age | Commit message (Expand) | Author |
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 |
2002-08-17 | If the HBA is already 'touched', still set maxluns. | mjacob |
2002-08-17 | Add ISPASYNC_FW_CRASH case. | mjacob |
2002-08-17 | isp_target_notify changes what it returns for success. | mjacob |
2002-08-17 | Set default command count to 'unmonitored'. Set inotify to 16. | mjacob |
2002-08-17 | Add ICBZOPT_ENA_OOF and FC4_FC_SVC defines. | mjacob |
2002-08-17 | Reorder the lportdb dibfields. Add some more CFG params. | mjacob |
2002-08-13 | change WI_PORTTYPE_AP -> WI_PORTTYPE_HOSTAP to match FreeBSD and NetBSD. | Todd C. Miller |
2002-08-08 | Fix IFF_PROMISC setting optimization. The point is to avoid the | Todd C. Miller |
2002-08-07 | Hrmph, part of the logic was correct: turn off if_timer when all descriptors ... | Jason Wright |
2002-08-07 | fix if_timer handling: | Jason Wright |
2002-08-06 | be sure to unmap/deallocate buffers when hme_stop() is called | Jason Wright |
2002-08-02 | Do correct bounds checking in get/set/put cmap routines. A few of | Todd C. Miller |
2002-07-31 | Grammar. | Thomas Nordin |
2002-07-31 | mop up after federico who is not capable of comitting the same diffs he sents... | Michael Shalayeff |
2002-07-29 | switch to ether_input_mbuf(); mickey@ tested and ok. | Federico G. Schwindt |
2002-07-28 | minor things from ac97 rev 2.3; mickey@ ok | Federico G. Schwindt |
2002-07-20 | If we call siop_intr manually, make sure it's protected by splbio. | Artur Grabowski |
2002-07-19 | a few more comments and debugs, other cosmetic stuff | Michael Shalayeff |
2002-07-16 | remove prototypes that now live in if_wivar.h. | Federico G. Schwindt |
2002-07-12 | support for the agp gart on various agp chipsets. | Michael Shalayeff |
2002-07-10 | use ifp->if_sadl whether possible. | Federico G. Schwindt |
2002-07-10 | Use the correct COR offset for pcmcia card; noted by Warner Losh | Todd C. Miller |
2002-07-10 | shorten address printout | Theo de Raadt |