Age | Commit message (Expand) | Author |
2002-07-02 | inital -> initial | Nathan Binkert |
2002-07-02 | Fix PIO write state machine. This has been totally broken since 2.5, but since | Constantine Sapuntzakis |
2002-07-01 | Ensure scb is setup correctly. Add debugging info. | Steve Murphree |
2002-06-30 | aicasm generated file. | Steve Murphree |
2002-06-30 | Add write function to seeprom. | Steve Murphree |
2002-06-30 | This file is no longer needed. | Steve Murphree |
2002-06-28 | Move the calculation of sc_link->openings to after the printf about | Todd C. Miller |
2002-06-28 | actually, new new ahc uses these after all | Todd C. Miller |
2002-06-28 | not used by new ahc driver | Todd C. Miller |
2002-06-28 | Return of new ahc | Steve Murphree |
2002-06-27 | missing parenthesis in this macro. | Federico G. Schwindt |
2002-06-26 | stp at sparc will map this card always as big-endian. | Federico G. Schwindt |
2002-06-25 | Add RID to get the DBM adjustment factor; imp@freebsd.org | Todd C. Miller |
2002-06-25 | Handle REASREQ packets earlier when processing an association | Todd C. Miller |
2002-06-24 | oops. don't initialize wi_flags and wi_hostap_info here; fixes sparc. | Federico G. Schwindt |
2002-06-23 | If we receive a packet with our BSSID from an unassociated station, | Todd C. Miller |
2002-06-23 | cleanup WI_IS_BE macros | Theo de Raadt |
2002-06-22 | Add new flag, WI_FLAGS_BUS_PCMCIA and mark pcmcia attachment as such. | Federico G. Schwindt |
2002-06-22 | Fix typo in WI_FLAGS_HAS_ROAMING, noticed by fgs@ | Todd C. Miller |
2002-06-22 | use 8-bits when accessing the wi_cor_offset; millert@ ok. | Federico G. Schwindt |
2002-06-21 | Clear wi_hostap_info.apflags in wi_attach() to guarantee wihap_shutdown() | Todd C. Miller |
2002-06-21 | Add some missing casts of sc->wi_txbuf -> caddr_t | Todd C. Miller |
2002-06-21 | Don't set WI_FLAGS_ATTACHED in sc->wi_flags until after mi attach | Todd C. Miller |
2002-06-21 | put the objects in a better order, so that they align correctly. | Theo de Raadt |
2002-06-21 | don't convert these to little-endian. now ifconfig shows the nwid on | Federico G. Schwindt |
2002-06-21 | ugly kludge to deal correctly with endianess in sparc and sparc64. | Federico G. Schwindt |
2002-06-16 | Increase XL_TIMEOUT from 1000 -> 2000. No longer get those pesky "command | Aaron Campbell |
2002-06-15 | Check the correct variable when freeing the RX/TX lists. | Aaron Campbell |
2002-06-15 | Don't advertise hostap as an allowed media type for firmware < 0.80 | Todd C. Miller |
2002-06-15 | Move ATA SMART defines to atactl. | Grigoriy Orlov |
2002-06-15 | bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks | Aaron Campbell |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-14 | don't allow users to set the IBSS/HostAP SSID to the empty string | Todd C. Miller |
2002-06-12 | Previously, SIOCG80211NWID would return the "desired" netname if | Todd C. Miller |
2002-06-11 | Fix tab. | Aaron Campbell |
2002-06-11 | kill __FUNCTION__ | Marc Espie |
2002-06-11 | com.c is not a block device, no bdev_decl() for it. | Miod Vallat |
2002-06-11 | Checkpoint my work. Register with bio, implement part of | Niklas Hallqvist |
2002-06-09 | make gem compile, arpcom is sc_arpcom. | Dale Rahn |
2002-06-09 | a step towards consistancy; in general: | Todd T. Fries |
2002-06-09 | replace epsetfilter() / epsetmedia() with epinit() and only if the | Federico G. Schwindt |
2002-06-09 | fix the use of "cuz" in the tree; these are all in comments | Jason Peel |
2002-06-09 | Handle out of memory gracefully. ok miod@ | Thomas Nordin |
2002-06-09 | Handle out of memory gracefully. ok jason@ | Thomas Nordin |
2002-06-08 | Add hardware TCP/IP checksum offloading support for receive and transmit for | Aaron Campbell |
2002-06-08 | kill __P | Todd C. Miller |
2002-06-08 | Check result from malloc(9) when using M_NOWAIT. ok niklas@ | Thomas Nordin |
2002-06-08 | Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD. | Aaron Campbell |
2002-06-07 | Multicast fixes, Gig-E support, mostly from netbsd. ok jason@ | Dale Rahn |
2002-06-07 | Don't try to send a packet we don't have if rl_encap fails. | Artur Grabowski |