summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-03-13fix whitespaceReyk Floeter
2005-03-13revert rev 1.8Brad Smith
2005-03-13Read the battery voltage once and pass that value around. This fixes aUwe Stuehler
2005-03-13in the event wi_attach fails dont panic trying to clean up a nonexistantDavid Gwynne
2005-03-13Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd.Christopher Pascoe
2005-03-13Order the top-level interrupt heads in the periodic framelist such thatChristopher Pascoe
2005-03-13Be even more liberal in what we accept as a completed transaction, asChristopher Pascoe
2005-03-12KNFTom Cosgrove
2005-03-12On return from real mode, reload the GDT using a 16-bit pointer ratherTom Cosgrove
2005-03-12Typos.Thierry Deval
2005-03-12use own hpux_sigcodeMichael Shalayeff
2005-03-12add a bunch of PCI ids from the SysKonnect sk98lin driver.Brad Smith
2005-03-12use TAILQ_FOREACHMartin Reindl
2005-03-12initialise min arg to uvm_km_suballoc; not currently enabled code pathMichael Shalayeff
2005-03-12prevent fragmentation from happening.Damien Bergamini
2005-03-12s/__attribute__((__packed__))/__packed/Damien Bergamini
2005-03-12IBSS is not yet supported, remove it from the capabilities flags.Damien Bergamini
2005-03-12retrieve scan results from net80211 instead of reading NIC internal memory.Damien Bergamini
2005-03-12make sure code and comment matchMarkus Friedl
2005-03-12Fix RTW_DEBUG compilation and add a few more sanity checks in addition toJonathan Gray
2005-03-12Do not drop the user in ddb in DIAGNOSTIC checks unless option FD_DEBUG.Miod Vallat
2005-03-11Make sure we associate an interface with the m_pkthdr inJonathan Gray
2005-03-11oops, off by 18Theo de Raadt
2005-03-11make use of the new ral_get_rts(), ral_txtime() and ral_setup_tx_desc()Damien Bergamini
2005-03-11don't forget to release nodes when they are no longer needed.Damien Bergamini
2005-03-11introduce new ral_setup_tx_desc() function so we can factor out fillingDamien Bergamini
2005-03-11fix IBSS mode. clean ral_newstate() while i'm here.Damien Bergamini
2005-03-11new ral_get_rts() function for building RTS frames.Damien Bergamini
2005-03-11distinguish null data frames from management frames.Damien Bergamini
2005-03-11simplify led management code.Damien Bergamini
2005-03-11do not disable RF tune in monitor mode.Damien Bergamini
2005-03-11fix ral_enable_tsf_sync() for future IBSS and HostAP support.Damien Bergamini
2005-03-11add various functions to compute duration and plcp length in 802.11a/g.Damien Bergamini
2005-03-11implement fast channel switching for monitor mode (used by kismet).Damien Bergamini
2005-03-11fix tx rate of beacons and mgmt frames in 802.11a.Damien Bergamini
2005-03-11enter RUN state in monitor mode instead of staying in INIT state.Damien Bergamini
2005-03-11fix basic rates for 802.11g.Damien Bergamini
2005-03-11don't initialiaze BBP registers with values stored in E2PROM.Damien Bergamini
2005-03-11some cosmetic tweaksDamien Bergamini
2005-03-11fix channel initialisation. thanks to simon slater.Reyk Floeter
2005-03-11Only print preconfigured interrupt table if option DEBUG, as done for openpic.Miod Vallat
2005-03-11cleaner pathsTheo de Raadt
2005-03-11- apm(8) can now report the estimated number of minutes left.Uwe Stuehler
2005-03-10regenBrad Smith
2005-03-10more SysKonnect PCI ids from the SysKonnect sk98lin driver.Brad Smith
2005-03-10Recognize 7447A processor, as found in the Mac mini; printOtto Moerbeek
2005-03-10split out uidinfo from kern_proc.c private, use it to store lock count,Ted Unangst
2005-03-10fix beacon handlingReyk Floeter
2005-03-10use bcopy and bzeroReyk Floeter
2005-03-10regenDavid Gwynne