summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-04-03gx doesn't actually do bitbangingNathan Binkert
2002-04-02gx doesn't use vtophysNathan Binkert
2002-04-02keylen is either 8 (40 bit secret ) or 16 (104 bit)Markus Friedl
2002-04-02match on BCM5421S. ok deraadtDale Rahn
2002-04-02syncDale Rahn
2002-04-02add xxBROADCOM 0x000e as BCM5421S, ok deraadt@Dale Rahn
2002-04-02add support for Marvell 88E1000 Gigabit PHY, model 6;lebel
2002-04-02synclebel
2002-04-02Marvell 88E1000 Gigabit PHY, model 6; from nate@lebel
2002-04-02Add some new IDs for the Marvell Gigabit PHYNathan Binkert
2002-04-02syncNathan Binkert
2002-04-02Add gx(4)Nathan Binkert
2002-04-02syncNathan Binkert
2002-04-02Fix the names for the Intel Gigabit cardsNathan Binkert
2002-04-02fix keyid encoding wi_tx_keyMarkus Friedl
2002-04-02Prism2 firmware should be reported as version a.b.c not a.b variant c.Todd C. Miller
2002-04-02regenTodd C. Miller
2002-04-023Com AirConnect 3CRWE777A is really just a 3CRWE737A in disguise.Todd C. Miller
2002-04-02always reset promisc in hostap mode (a comment added), a couple of formatiing...Michael Shalayeff
2002-04-01freem mbuf on input pkt check failureMichael Shalayeff
2002-04-01Add support for a bunch of new adapters.Nathan Binkert
2002-04-01syncNathan Binkert
2002-04-01More USB devices.Nathan Binkert
2002-04-01killed a char accidentallyMichael Shalayeff
2002-04-01need to splsoftclock here too, i think i've got 'em all nowMichael Shalayeff
2002-04-01always check for bad IVsMarkus Friedl
2002-04-01Missing splx in suser() check.Todd C. Miller
2002-04-01skip bad IVs; ok provos@/deraadt@Markus Friedl
2002-04-01Don't have dc and de return the same match value in any case.Nathan Binkert
2002-04-01- add support for PDC20268R (not tested) and PDC20269Grigoriy Orlov
2002-04-01Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (akaMatthieu Herrb
2002-04-01Only call dc_ramdac_intr if initialized(). Fixes a panic whenMatthieu Herrb
2002-04-01a few typos from pechkinMichael Shalayeff
2002-04-01Use WI_RID_DATA_RATES not WI_RID_SUPPORT_RATE to get the list ofTodd C. Miller
2002-04-01No Mickey, that corega card is just a rebadged NDC card.Todd C. Miller
2002-04-01todd killed a corega cardMichael Shalayeff
2002-03-31add a new mode to wsdisplay, WSDISPLAYIO_MODE_DUMBFB. This mode isJason Wright
2002-03-31Limit pci register map size to 256kNathan Binkert
2002-03-31Fix logic thinko. In AP mode we were never calling wihap_check_tx() ifTodd C. Miller
2002-03-31check for super user more; millert@ okMichael Shalayeff
2002-03-30fix two evil bugs:Michael Shalayeff
2002-03-30make sure that hostap never happens on non-prism2 cardsMichael Shalayeff
2002-03-30kill lots of space and insert some more for knfMichael Shalayeff
2002-03-30o Move register definitions to if_wireg.hTodd C. Miller
2002-03-30WI_RID_SUPPORT_RATE only seems to work for prism2. On lucent boardsTodd C. Miller
2002-03-30only trust supported rates report on prism2 cardsMichael Shalayeff
2002-03-30missing suser on SIOCS80211NWIDMarkus Friedl
2002-03-30implement WEP in wi_do_hostencrypt()Markus Friedl
2002-03-30map only first page of whatever is given to us in the bar,Michael Shalayeff
2002-03-30Actually write new value to the card for SIOCS80211NWID ioctlTodd C. Miller