Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-30 | Add basic radiotap support. Modelled somewhat after | Jonathan Gray | |
ral and NetBSD wi radiotap. "looks ok" damien@ | |||
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl | |
also activate ISA attachment; ok brad@ | |||
2006-01-09 | Move an(4) to a driver based on the NetBSD one. | Jonathan Gray | |
This brings net80211 support and support for newer hardware. In addition ancontrol is no longer needed. This driver does not yet work on big endian archs like the previous one did. "do it" deraadt@ | |||
2005-12-17 | regen | Jonathan Gray | |
2005-12-17 | Add 3Com 3CRWE62092B and SanDisk ConnectPlus. | Jonathan Gray | |
2005-12-13 | add novatel NRM6831; from Felix Kronlage <fkr@hazardous.org> | Michael Shalayeff | |
2005-12-09 | Don't disestablish a NULL interrupt handle after an incomplete attachment. | Uwe Stuehler | |
ok fgsch@ brad@ | |||
2005-12-05 | trendnet TE-CF100 support; tested and ok uwe@. | Federico G. Schwindt | |
2005-12-05 | regen. | Federico G. Schwindt | |
2005-12-05 | TRENDnet, CompactFlash Fast Ethernet Adapter, TE-CF100; from uwe@ | Federico G. Schwindt | |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ ↵ | Michael Shalayeff | |
testing | |||
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller | |
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | |||
2005-11-09 | splimp -> splnet | Brad Smith | |
2005-10-31 | ammount -> amount | Miod Vallat | |
2005-10-31 | Move from arpcom to ieee80211com in wi softc. This will be | Jonathan Gray | |
required for net80211 support. Updated version of a diff from dlg@ similiar diff ok fgsch@, ok dlg@ | |||
2005-10-27 | use a quirk to attach the new sierra wireless; tony@kozoru.com | Theo de Raadt | |
2005-10-27 | new sierra card; tony@kozoru.com | Theo de Raadt | |
2005-10-22 | shorten ne(4) dmesg entries from 2-3 lines to 1. | Brad Smith | |
Thanks to Han Boetes for testing on an isapnp card. | |||
2005-10-06 | remove comment about M_HASFCS | Brad Smith | |
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat | |
code duplication in cardbus, pcmcia and puc attachments. Joint effort with fgs@; blessed deraadt@ | |||
2005-09-19 | spaces. | Federico G. Schwindt | |
2005-09-19 | another D-Link DFE-670TXD PCMCIA varient; from henrik@flodell.se; ok fgsch | Theo de Raadt | |
2005-09-18 | ansi. No binary change. | Jonathan Gray | |
2005-09-13 | only include what is needed (tree.h) and not the whole metric assload of ↵ | Michael Shalayeff | |
unrelated crap (mbuf.h) | |||
2005-09-13 | replace the node hash table with a red-black tree. this fixes some | Reyk Floeter | |
bugs in the node table (like duplicate nodes in hostap mode), we get rid of possible hash collisions, and it simplifies the code. tested by many, ok damien@, jsg@ | |||
2005-08-10 | Audiovox RTM-8000 has a st16650 uart but its fifo is 16 bytes instead of | Federico G. Schwindt | |
32. add a workaround for the time being. better code will be added later. tested by Andreas Gunnarsson <andreas at zzlevo dot net>, deraadt@ ok. | |||
2005-08-05 | correct io base/limit registers handling. from mycroft. only affects | Federico G. Schwindt | |
multi function cards for now. this fixes the Novatel Wireless Merlin UMTS Modem reported by Bolke de Bruin <bdbruin at aub dot nl> tested by several ppl, commit deraadt@. | |||
2005-08-01 | CISTPL_CONFIG min length should be 3, not 5. audiovox GPRS works now. | Federico G. Schwindt | |
deraadt@ ok. | |||
2005-07-19 | more adaption for new com files framework | Theo de Raadt | |
2005-06-20 | Replace arpcom in the softc with ieee80211com in preparation for | Jonathan Gray | |
further net80211 changes. ok mickey@ | |||
2005-06-08 | remove netns crud. | Henning Brauer | |
some drivers actually had hooks for SIOCSIFADDR, most just useless includes "looks good" deraadt miod brad | |||
2005-04-27 | regen | Jakob Schlyter | |
2005-04-27 | add Audiovox RTM-8000 GSM/GPRS CF | Jakob Schlyter | |
2005-04-03 | protect SIOCSRAYPARAM and SIOCS80211NWID | Uwe Stuehler | |
2005-03-24 | another D-Link DFE-670TXD PCMCIA card, next MAC 3-byte seq; from | Theo de Raadt | |
openbsd@sillence.co.uk | |||
2005-03-13 | in the event wi_attach fails dont panic trying to clean up a nonexistant | David Gwynne | |
interrupt handler. ok uwe@ | |||
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-06 | Untested support for I-O DATA WN-B11/CFZ. | Jonathan Gray | |
Documentation to follow if I get a report of it working. | |||
2005-03-06 | regen | Jonathan Gray | |
2005-03-06 | I-O DATA WN-B11/CFZ | Jonathan Gray | |
2005-02-21 | unbreak compilation by including some missing headers | David Gwynne | |
requested by and ok reyk@ | |||
2005-02-07 | Add Billionton CFLT2 Compact Flash. ok pval@ drahn@. | Matthieu Herrb | |
2005-02-07 | regen | Matthieu Herrb | |
2005-02-07 | Add Billionton CFLT2 Compact Flash. ok pval@ drahn@. | Matthieu Herrb | |
2005-01-27 | Use pcmcia_intr_string() for printing the irq (or error) string. | Todd C. Miller | |
2005-01-27 | Add pcmcia_intr_string() to format the intr string for pcmcia attach | Todd C. Miller | |
routines. | |||
2005-01-21 | Undo last change; if wi_pcmcia_attach failed we already freed up the | Todd C. Miller | |
pcmcia resources and trying to do it again will cause problems. Just return silently if WI_FLAGS_ATTACHED is not set in wi_flags. | |||
2005-01-20 | If the card failed to attach completely we still want to unmap its | Todd C. Miller | |
resources when it is ejected. OK deraadt@ | |||
2005-01-11 | Pass device names on intr_establish() call, other drivers need this too. | Dale Rahn | |
2004-12-12 | sync | Theo de Raadt | |