Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-04-28 | use the correct ifmedia struct | Nathan Binkert | |
2002-04-28 | Re-do the way that bus_dma is done for transmit. Loop over the dm_segs | Nathan Binkert | |
instead of looping over the mbuf. This fixes some problems seen related to IP fragments containing bogus data in them. | |||
2002-04-28 | make UBSEC_NO_RNG work correctly (ie. it means no RNG, not no MCR2 operations) | Jason Wright | |
2002-04-26 | Implement shared key support for hostap mode; from Thomas Skibo | Todd C. Miller | |
Also do a little KNF while I'm in here. | |||
2002-04-26 | Add some bounds checking of wi_len on copyin(). From NetBSD via FreeBSD. | Todd C. Miller | |
2002-04-26 | Don't set WI_RID_OWN_SSID based on wi_net_name if wi_net_name is | Todd C. Miller | |
not actually set. Closed PR #2569. | |||
2002-04-26 | Add support for the WSDISPLAYIO_LINEBYTES ioctl and the | Matthieu Herrb | |
WSDISPLAYIO_MODE_DUMBFB mode (mode where mmapping /dev/ttyC0 maps the framebuffer only) This makes the XF4 wsfb driver work on the TGA cards. Ok miod@, deraadt@ | |||
2002-04-26 | We use wi_authtype, not wi_authmode to store the auth type (open system | Todd C. Miller | |
or shared key). | |||
2002-04-26 | be more terse with output | Nathan Binkert | |
2002-04-26 | Only call bpf_mtap if we have bpf in the kernel | Nathan Binkert | |
2002-04-26 | debug stuff inside #ifdef | Theo de Raadt | |
2002-04-26 | missed one; deraadt | Jason Wright | |
2002-04-26 | 1024 bit max | Jason Wright | |
2002-04-26 | Don't try to destroy a dmamap if the map was never created | Nathan Binkert | |
This prevents a panic from occuring if the attach fails before the dmamap is created | |||
2002-04-26 | register as supporting modular exponentiation | Jason Wright | |
still contains much debugging code and isn't quite done, but its a start | |||
2002-04-26 | sync | Nathan Binkert | |
2002-04-26 | remove duplicate | Nathan Binkert | |
2002-04-26 | Don't prevent a media status updates just because the interface isn't up. | Nathan Binkert | |
ok jason | |||
2002-04-26 | Add missing unlock. Ok mickey | Nathan Binkert | |
2002-04-25 | soundforte radio driver, from Vladimir Popov <jumbo@narod.ru> | Michael Shalayeff | |
2002-04-24 | Introduce a new file, machine/internal_types.h, to hold that specific arch | Marc Espie | |
type characteristics. internal_types.h will contain only settings invisible from standard C, e.g., in the __* or _[A-Z]* namespace, and be reused by files like limits.h. This allows us to shorten machine/limits.h greatly, as all the common defines are now in sys/limits.h, plus a small stub in internal_types.h. Tested on all arches as far as I know. Approved after discussion with art, millert, deraadt, and others. | |||
2002-04-24 | whoops, missed two fields in modexp structure (kinda important ones =) | Jason Wright | |
2002-04-23 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller | |
early as possible. Also move the timeout_del() in wi_stop() to before we disable wi(4) so it doesn't fire at the wrong time. Joint effort between mickey@ and myself. | |||
2002-04-23 | modexp context structure | Jason Wright | |
2002-04-22 | regen | Matthieu Herrb | |
2002-04-22 | Add Matrox MGA G550. ok deraadt@ millert@ fgs@ | Matthieu Herrb | |
2002-04-22 | clean up attach messages | Jason Wright | |
2002-04-22 | even better lt kbd map (in the best .su tradition ); from vld@vic.lt | Michael Shalayeff | |
2002-04-21 | Symbol version string need not start with 'V'; from NetBSD (onoe) | Todd C. Miller | |
2002-04-20 | Correct the value for WI_RID_SYMBOL_PREAMBLE and add | Todd C. Miller | |
WI_RID_P2_SHORT_PREAMBLE and WI_RID_P2_EXCLUDE_LONG_PREAMBLE. Unforturnately, the Prism2 preamble RIDs conflict with the Lucent WEP RIDs (and they don't seem to behave as I would expect anyway). | |||
2002-04-18 | add support for Conexant LANfinity RS7112; based on patch from Maurice ↵ | Jason Wright | |
Nonnekes <maurice@amaze.nl> based on FreeBSD (only minor surgery necessary) | |||
2002-04-18 | sync | Jason Wright | |
2002-04-18 | Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes ↵ | Jason Wright | |
<maurice@amaze.nl> | |||
2002-04-17 | dm9102 appears to be register compatible with dm9101 which is also an ↵ | Jason Wright | |
amphy-alike. | |||
2002-04-17 | remove unneeded bytes; tested by nate, deraadt and nate ok. | Federico G. Schwindt | |
2002-04-17 | Clear flags indicating whether or not wi or hostap is active as | Todd C. Miller | |
early as possible. Also the timeout_del() in wi_stop() to before we disable wi(4) so it doesn't fire at the wrong time. Joint effort between mickey@ and myself. | |||
2002-04-17 | regen | Todd C. Miller | |
2002-04-17 | Spectrum24 LA4100 is vendor id SYMBOL not SYMBOL2; from NetBSD | Todd C. Miller | |
2002-04-16 | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ↵ | Jason Wright | |
dcreg.h and out of the bus specific drivers | |||
2002-04-16 | From NetBSD: | Todd C. Miller | |
o Fix m->m_data alignment in wi_rxeof() o Add a comment | |||
2002-04-15 | Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter, | Todd C. Miller | |
another PLX card. From FreeBSD. | |||
2002-04-15 | regen with SpeedStream 1023 | Todd C. Miller | |
2002-04-15 | SpeedStream 1023 Wireless PCI Adapter (PLX-based) | Todd C. Miller | |
2002-04-15 | Remove bogus casts to int in printf that causes a warning on 64bit arches. | Todd C. Miller | |
2002-04-15 | wx is totally gone now | Theo de Raadt | |
2002-04-11 | o Check supported speeds before examing capabilties | Todd C. Miller | |
o If capinfo doesn't match, save it anyway for debugging porpoises o Add more info for capinfo failures in debug mode | |||
2002-04-11 | Fix Lucent <-> Prism2 WEP interop bug. We only want to set the | Todd C. Miller | |
EXCLUDE_UNENCRYPTED bit in the WI_RID_P2_ENCRYPTION value if we are in shared key mode. Symbol cards, just to be different, supposedly always want the EXCLUDE_UNENCRYPTED bit set (confirmed with the Linux orinoco and spectrum24 drivers). I have so far been unable to get my Symbol card to interop with Lucent or Prism2 WEP. In BSS mode at least, this Symbol card does not list WEP as a capability it supports. This is, to put it mildly, rather annoying. | |||
2002-04-11 | o Set feature flags based on firmware type and version. | Todd C. Miller | |
o Move the sc->has_wep flag into sc->wi_flags o Only do the COR reset on Symbol cards just to play it safe. o Remove unused sc->sc_enabled variable. o Kill ibss_portmap array in favor of sc->wi_ibss_port, which is stored in little endian. mickey@ OK | |||
2002-04-10 | o Add ibss and ibss-master mediaopt for ifconfig | Todd C. Miller | |
o Map port type 4 to ibss regardless of firmware type. This gives us a consistent way to set ibss mode. | |||
2002-04-10 | For PLX cards move CIS handling to be earlier | Todd C. Miller | |