Age | Commit message (Expand) | Author |
2002-07-29 | switch to ether_input_mbuf(); mickey@ tested and ok. | Federico G. Schwindt |
2002-07-28 | minor things from ac97 rev 2.3; mickey@ ok | Federico G. Schwindt |
2002-07-20 | If we call siop_intr manually, make sure it's protected by splbio. | Artur Grabowski |
2002-07-19 | a few more comments and debugs, other cosmetic stuff | Michael Shalayeff |
2002-07-16 | remove prototypes that now live in if_wivar.h. | Federico G. Schwindt |
2002-07-12 | support for the agp gart on various agp chipsets. | Michael Shalayeff |
2002-07-10 | use ifp->if_sadl whether possible. | Federico G. Schwindt |
2002-07-10 | Use the correct COR offset for pcmcia card; noted by Warner Losh | Todd C. Miller |
2002-07-10 | shorten address printout | Theo de Raadt |
2002-07-09 | move common declarations to if_wivar.h; mickey@ and millert@ ok. | Federico G. Schwindt |
2002-07-09 | Don't write 32 bits to a 16-bit register. | Aaron Campbell |
2002-07-06 | Remove kernel support for NTP. ok deraadt@ and tholo@ | Thomas Nordin |
2002-07-05 | Remove an unused #define (belongs only in the PCI attachment source file). | Aaron Campbell |
2002-07-05 | attempt to make ahc smaller. change PCI interrupt handler. | Steve Murphree |
2002-07-03 | Another missing call to AMI_UNLOCK_API(). Fixes SPL NOT LOWERED errors seen | Aaron Campbell |
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 |