summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-02-17a new year and a new, less restrictive license. because it has to beReyk Floeter
2005-02-17== has a higher priority than &, so put braces wherever necessary; from cloder@Miod Vallat
2005-02-17knfReyk Floeter
2005-02-17How he wanted it work, from/ok miod@Dale Rahn
2005-02-17untested, no ok, and it broke. revert.Dale Rahn
2005-02-17whitespace nitDavid Gwynne
2005-02-17cosmetic changes, fix regdomain code and beacon handlingReyk Floeter
2005-02-17a driver for the usb device controller. at the moment it only hardwires theDavid Gwynne
2005-02-17allow intr_establish to be used with any in gpioDavid Gwynne
2005-02-17mostly cosmetic changes: knf, get rid of unneeded sysctls, cleanup theReyk Floeter
2005-02-17Setup ri_bits before invoking rasops_init(), in case we want to use RI_CLEARMiod Vallat
2005-02-17ehternet -> ethernetMiod Vallat
2005-02-17derived from NetBSD:Reyk Floeter
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
2005-02-17add software WEP (will implement hardware WEP later).Damien Bergamini
2005-02-17clear the IEEE80211_RATE_BASIC flag from the rate before callingDamien Bergamini
2005-02-17unmap DMA allocated memory properly.Damien Bergamini
2005-02-17zero memory after call to malloc() to avoid freeing non-allocatedDamien Bergamini
2005-02-17USBVERBOSEDavid Gwynne
2005-02-17since usb kthreads are run before / is mounted there is no longer any needDavid Gwynne
2005-02-17Remove dead code that has moved to ufs_vfsops.c long ago.Pedro Martelletto
2005-02-16add support for enabling amp power on a non-documented Conexant codecTodd T. Fries
2005-02-16Touchscreen sample stabilization, do multiple reads, average best two.Dale Rahn
2005-02-16Filter spurious coordinates on pen up in abolute mode,Matthieu Herrb
2005-02-16enable rl(4), rlphy(4), pcscp(4) and isp(4) with option ISP_COMPILE_FWMartin Reindl
2005-02-16Fix indentation to match similar code block below.Aaron Campbell
2005-02-16Fix scoping error when unhooking the interrupt handler. reyk@ okAaron Campbell
2005-02-16fix an invalid condition which returns on an invalid beacon state.Reyk Floeter
2005-02-15rev 1.19Brad Smith
2005-02-15Fix scoping error which could cause some states with an empty ifname to beAaron Campbell
2005-02-15Fix HPUX fcntl() F_GETLK compatibility. Broken since r1.10 by FREF/FRELEAaron Campbell
2005-02-15Add commented entries for Ralink RT2500 driver (ral)Damien Bergamini
2005-02-15Driver for Ralink Technology RT2500 wireless adapters.Damien Bergamini
2005-02-15add the manual tx power option. this is supported by some prism2/2.5/3Reyk Floeter
2005-02-15Enable phys found in various USB devices on more archs.Jonathan Gray
2005-02-14add missing breakBrad Smith
2005-02-14remove unused headers (you can guess what i based this code on) and makeDavid Gwynne
2005-02-14atu is enabled on zaurus so build the firmwares for it too.David Gwynne
2005-02-14From NetBSD:Jonathan Gray
2005-02-14enable atu after lots of prodding by jsg. reported working by Barry DexterDavid Gwynne
2005-02-14Behave correctly in interrupt handlers if no tty has been allocated yet.Miod Vallat
2005-02-13remove race w/ improper spllowersoftclock() use; miod@ ok; not tested due to ...Michael Shalayeff
2005-02-13Remove duplicate prototype with <sys/systm.h>Miod Vallat
2005-02-13beliving -> believing typo;Alexander Yurchenko
2005-02-13Remove __P usage in sys that has crept back in.Jonathan Gray
2005-02-12Use cons_decl() instead of rolling our own prototypes.Miod Vallat
2005-02-12consinit_active is not used anymore.Miod Vallat
2005-02-12Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returnsKenneth R Westerback
2005-02-12Additional axe devices found in Linux driver.Jonathan Gray
2005-02-12regenJonathan Gray