summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-06-07don't prefix the usage of a define that has a - with a -Jonathan Gray
2009-06-07Shave surplus space from format string.Michael Knudsen
2009-06-07fix uninitialized or undefined value returned to callerCharles Longeau
2009-06-06- don't mess with assert()/__assert(), use KASSERT() insteadJasper Lievisse Adriaanse
2009-06-06regenYojiro Uo
2009-06-06add another UDL deviceYojiro Uo
2009-06-06remove unused variable prevlen and a second initialization of ifp.Stuart Henderson
2009-06-06- implement support for rtl8187bMartynas Venckus
2009-06-06unfuck the rest of the way. when we bind the scribble pages to theOwain Ainsworth
2009-06-06unfuck slightly, offset was wrong.Owain Ainsworth
2009-06-06mechanical rename of ``priv'' to ``file_priv'' in the one function whereOwain Ainsworth
2009-06-06use BUS_DMA_ZERO instead of alloc + bzero.Owain Ainsworth
2009-06-06bring back the indians for pirofti -- handle unaligned access and put aTheo de Raadt
2009-06-06add an interface to agp to create a bus_dma_tag over a range of theOwain Ainsworth
2009-06-06Remove the last VGA_POST defines with X86EMU. Okay deraadt@.Paul Irofti
2009-06-06Fix RCSIdsMatthieu Herrb
2009-06-06option X86EMU is how this subsystem is brought into a kernelTheo de Raadt
2009-06-06Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit andChristian Weisgerber
2009-06-06fix include pathsTheo de Raadt
2009-06-06Add vga bios repost support. Fetched from the NetBSD tree mostly.Paul Irofti
2009-06-05TTheo de Raadt
2009-06-05catch up NetBSD kern/41048.Yojiro Uo
2009-06-05Add support to fxp(4) for the 82552 MAC found in some variation ofChristian Weisgerber
2009-06-05tidy up promiscuous mode and multicast handling; from Brad; ok sthen@Christian Weisgerber
2009-06-05enable IPv6 receive TCP/UDP checksum offload; from BradChristian Weisgerber
2009-06-05Sanity check: we overrun the rnd_ed[] array if nbits is 32, but thatPhilip Guenthe
2009-06-05%zu is not meant for size_t in the kernel. Change to %lu.Ray Lai
2009-06-05this one tooMartynas Venckus
2009-06-05reduce diff i will send in a minuteMartynas Venckus
2009-06-04- factor out rf into its own structureMartynas Venckus
2009-06-04remove variable left behind by thibTheo de Raadt
2009-06-04switch to a bnx style dynamic pool backed tx so we don'tJonathan Gray
2009-06-04- 8187 uses different anaparam valuesMartynas Venckus
2009-06-04detect & print the revision (rev. d, b) of rtl8187l chip using theMartynas Venckus
2009-06-04- prepare for multiple revisions; urtw_lookup stuffMartynas Venckus
2009-06-04- make comments understandable by lintMartynas Venckus
2009-06-04difs&eifs are 8187 regsMartynas Venckus
2009-06-04merge some individual SIS_SETBIT (done for natsemi chips only)Stuart Henderson
2009-06-04- KNFMartynas Venckus
2009-06-04- update io functions to support indexMartynas Venckus
2009-06-04- fix some commentsMartynas Venckus
2009-06-04spacingMartynas Venckus
2009-06-04instead of having some 'generic' data str. with "NB: don't use itMartynas Venckus
2009-06-04trying to split some parts;Martynas Venckus
2009-06-04regenDamien Bergamini
2009-06-04the Sitecom WL-608 is a run(4) (although it is not 80.11n capable).Damien Bergamini
2009-06-04- Rewrite ioctl handling code and receive filter handling to cleanStuart Henderson
2009-06-04Even more KNF.Paul Irofti
2009-06-04Add myself to the copyright, suggested by marco@.Paul Irofti
2009-06-04KNF dammitMiod Vallat