summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-04-24Introduce a new file, machine/internal_types.h, to hold that specific archMarc Espie
2002-04-24whoops, missed two fields in modexp structure (kinda important ones =)Jason Wright
2002-04-23Clear flags indicating whether or not wi or hostap is active asTodd C. Miller
2002-04-23modexp context structureJason Wright
2002-04-22regenMatthieu Herrb
2002-04-22Add Matrox MGA G550. ok deraadt@ millert@ fgs@Matthieu Herrb
2002-04-22clean up attach messagesJason Wright
2002-04-22even better lt kbd map (in the best .su tradition ); from vld@vic.ltMichael Shalayeff
2002-04-21Symbol version string need not start with 'V'; from NetBSD (onoe)Todd C. Miller
2002-04-20Correct the value for WI_RID_SYMBOL_PREAMBLE and addTodd C. Miller
2002-04-18add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek...Jason Wright
2002-04-18syncJason Wright
2002-04-18Another conexant winmodem, and a MiniPCI ethernet card; Maurice Nonnekes <mau...Jason Wright
2002-04-17dm9102 appears to be register compatible with dm9101 which is also an amphy-a...Jason Wright
2002-04-17remove unneeded bytes; tested by nate, deraadt and nate ok.Federico G. Schwindt
2002-04-17Clear flags indicating whether or not wi or hostap is active asTodd C. Miller
2002-04-17regenTodd C. Miller
2002-04-17Spectrum24 LA4100 is vendor id SYMBOL not SYMBOL2; from NetBSDTodd C. Miller
2002-04-16move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ...Jason Wright
2002-04-16From NetBSD:Todd C. Miller
2002-04-15Add Siemens/Efficient Networks SpeedStream 1023 Wireless PCI Adapter,Todd C. Miller
2002-04-15regen with SpeedStream 1023Todd C. Miller
2002-04-15SpeedStream 1023 Wireless PCI Adapter (PLX-based)Todd C. Miller
2002-04-15Remove bogus casts to int in printf that causes a warning on 64bit arches.Todd C. Miller
2002-04-15wx is totally gone nowTheo de Raadt
2002-04-11o Check supported speeds before examing capabiltiesTodd C. Miller
2002-04-11Fix Lucent <-> Prism2 WEP interop bug. We only want to set theTodd C. Miller
2002-04-11o Set feature flags based on firmware type and version.Todd C. Miller
2002-04-10o Add ibss and ibss-master mediaopt for ifconfigTodd C. Miller
2002-04-10For PLX cards move CIS handling to be earlierTodd C. Miller
2002-04-09because SUNW,fas boards don't have a corresponding 'dma' device, searchingJason Wright
2002-04-09better lt keymap (in the best .su tradition); from Vladis Adler <vld@vic.lt>Michael Shalayeff
2002-04-09Don't enable interrupts until an open() is done. Until then the driverPer Fogelstrom
2002-04-09No longer need memsize.Todd C. Miller
2002-04-08Make fiber cards work (3com 3c996-SX)Nathan Binkert
2002-04-08Match on phy model found internally on the BCM5701 chips (3c996B-T)Nathan Binkert
2002-04-08syncNathan Binkert
2002-04-08new brgphy modelNathan Binkert
2002-04-08two missing splx()sMichael Shalayeff
2002-04-08restore what was a default inactivity timeout, two minutesMichael Shalayeff
2002-04-08make hostap work on other-endian machines; tested by drahn@Michael Shalayeff
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-04-08tag repairTheo de Raadt
2002-04-08regenMike Frantzen
2002-04-08ESS Alegro-1 and Maestro 3 stuffMike Frantzen
2002-04-08add an entry for the MAESTRO_3 audio accelerator. it improves your bandwidthMike Frantzen
2002-04-08Allegro-1 and Maestro 3 driver ported from netbsdMike Frantzen
2002-04-08add flag to swap channels. from netbsd.Mike Frantzen
2002-04-07Don't reset COR in wi_reset(), break it out into its own function andTodd C. Miller
2002-04-07Typo. ok millert@Thierry Deval