Age | Commit message (Expand) | Author |
2002-04-16 | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ... | Jason Wright |
2002-04-16 | From NetBSD: | Todd C. Miller |
2002-04-15 | Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter, | Todd C. Miller |
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 |
2002-04-11 | Fix Lucent <-> Prism2 WEP interop bug. We only want to set the | Todd C. Miller |
2002-04-11 | o Set feature flags based on firmware type and version. | Todd C. Miller |
2002-04-10 | o Add ibss and ibss-master mediaopt for ifconfig | Todd C. Miller |
2002-04-10 | For PLX cards move CIS handling to be earlier | Todd C. Miller |
2002-04-09 | because SUNW,fas boards don't have a corresponding 'dma' device, searching | Jason Wright |
2002-04-09 | better lt keymap (in the best .su tradition); from Vladis Adler <vld@vic.lt> | Michael Shalayeff |
2002-04-09 | Don't enable interrupts until an open() is done. Until then the driver | Per Fogelstrom |
2002-04-09 | No longer need memsize. | Todd C. Miller |
2002-04-08 | Make fiber cards work (3com 3c996-SX) | Nathan Binkert |
2002-04-08 | Match on phy model found internally on the BCM5701 chips (3c996B-T) | Nathan Binkert |
2002-04-08 | sync | Nathan Binkert |
2002-04-08 | new brgphy model | Nathan Binkert |
2002-04-08 | two missing splx()s | Michael Shalayeff |
2002-04-08 | restore what was a default inactivity timeout, two minutes | Michael Shalayeff |
2002-04-08 | make hostap work on other-endian machines; tested by drahn@ | Michael Shalayeff |
2002-04-08 | Credit DARPA/USAF appropriately. | Jason Wright |
2002-04-08 | tag repair | Theo de Raadt |
2002-04-08 | regen | Mike Frantzen |
2002-04-08 | ESS Alegro-1 and Maestro 3 stuff | Mike Frantzen |
2002-04-08 | add an entry for the MAESTRO_3 audio accelerator. it improves your bandwidth | Mike Frantzen |
2002-04-08 | Allegro-1 and Maestro 3 driver ported from netbsd | Mike Frantzen |
2002-04-08 | add flag to swap channels. from netbsd. | Mike Frantzen |
2002-04-07 | Don't reset COR in wi_reset(), break it out into its own function and | Todd C. Miller |
2002-04-07 | Typo. ok millert@ | Thierry Deval |
2002-04-06 | Add support for setting antenna diversity on Symbol cards. | Todd C. Miller |
2002-04-06 | For PLX-based bridge cards, move printing of pcmcia card CIS strings | Todd C. Miller |
2002-04-06 | Add support for Symbol cards and printing of the primary station | Todd C. Miller |
2002-04-06 | s/REESSERVED/RESERVED/ | Jason Wright |
2002-04-06 | regen | Michael Shalayeff |
2002-04-06 | actiontec wlan support; form jason@ackley.net via pr#2526 | Michael Shalayeff |
2002-04-05 | protect another use of wskbd_repeat with #if NWSDISPLAY > 0 | Jason Wright |
2002-04-05 | Add another check for sc->wi_gone; from FreeBSD | Todd C. Miller |
2002-04-05 | Actually set wi_gone when we detach, based on what the an driver does. | Todd C. Miller |
2002-04-04 | lithuanian kbdmap, made from the script at http://open.bsd.lt | Michael Shalayeff |
2002-04-04 | wi_init() now takes a struct wi_softc * not a void * since an sc pointer | Todd C. Miller |
2002-04-04 | Catch broken devices on sparc64 (where broken == devices that don't have | Jason Wright |
2002-04-03 | The PLX version of the NDC NCP130 PCI card w/ embedded Prism2 does | Todd C. Miller |
2002-04-03 | In Host-AP mode, set IBSS SSID to the normal network id. This makes | Todd C. Miller |
2002-04-03 | move the "ukbd_enable: %s: bad call on=%d" from DIAGNOSTIC to UKBD_DEBUG | Jason Wright |
2002-04-03 | deal with ccb shortage correctly, ok mickey@ | Niklas Hallqvist |
2002-04-03 | - read the rx completion register exactly once. | Jason Wright |
2002-04-03 | back out ALTQ diff which breaks it; see PR 2517 | Theo de Raadt |