summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-25Initial NAND flash support for Zaurus, not enabled yet; prodded by many.Uwe Stuehler
2006-11-25Cleanup obsolete rate bits and pass right value to the TX rate descriptor.Marcus Glocker
2006-11-25If no TX rate has been calculated yet, set rate value to autoselectMarcus Glocker
2006-11-25fix use of gem_bitwait().Brad Smith
2006-11-25Split the GEM registers into two halfs and provide a bus_space_handle_tBrad Smith
2006-11-25additional registers and some comment fixes.Brad Smith
2006-11-25Fix a copy and pasto.Brad Smith
2006-11-24Small KNF fix.Marcus Glocker
2006-11-24Enable setting of fixed rates.Marcus Glocker
2006-11-24Check the reference count for interface addresses when detachingCan Erkin Acar
2006-11-24Enable automatic rate adapation (done by firmware and hardware).Marcus Glocker
2006-11-24From Jon Simola <jsimola@gmail.com>:Marcus Glocker
2006-11-24regenBrad Smith
2006-11-24add the Broadcom BCM5709 PCI id.Brad Smith
2006-11-24When copying out struct statfs to userland, we need to zero out the fsidArtur Grabowski
2006-11-24add support to tag ipsec traffic belonging to specific IKE-initiatedReyk Floeter
2006-11-24never call an ioctl without process context! this diffs checks theReyk Floeter
2006-11-24fix typo for remote port; from Brian CandlerMarkus Friedl
2006-11-24Use correct define to detect soft fpu on arm, dont complain on lint so much.Dale Rahn
2006-11-24replace a magic number (reserved TX descs?) with macroBrad Smith
2006-11-24regenBrad Smith
2006-11-24add the DLink DWL-G120 product id.Brad Smith
2006-11-23Fix example code, okay dlg@Pedro Martelletto
2006-11-23Remove 802.11a stuff. There is one RF chip (88W8030) which supports 5GHz,Marcus Glocker
2006-11-23Do not attach second port on dual port cards for now.Mark Kettenis
2006-11-23Set some more power management bits; makes Yukon-2 XL work somewhat.Mark Kettenis
2006-11-23Add the 88W8310 chip which is for cardbus devices.Marcus Glocker
2006-11-23The duration field is calculated by the firmware. Remove malo_txtime()Marcus Glocker
2006-11-23OpenBSD-ify the HW VLAN tag insertion code.Brad Smith
2006-11-23Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-11-23only HW VLAN tag insertion.Brad Smith
2006-11-22add the BCM4312 PCI id.Brad Smith
2006-11-22Definitions for the fast block move routines were missing registers in theirMiod Vallat
2006-11-22Be more generous with interrupt disabling in the scheduler.Miod Vallat
2006-11-22The softintr lock needs to be an __mp_lock, not a __cpu_simple_lock.Miod Vallat
2006-11-22malo(4) doesn't use rssadapt(9).Damien Bergamini
2006-11-22style(9): remove variables names from prototypes.Damien Bergamini
2006-11-22Remove rssadapt(9) bits; Firmware supports rate adaption. Also,Marcus Glocker
2006-11-22sync dhclient and dhcpd parse.c areas where we can.Kevin Steves
2006-11-22don't write to BBP before it is ready and fully initializedDamien Bergamini
2006-11-22Fix an int overflow, reported on bugtraq by Gruzicki Wlodek; ok millert@Otto Moerbeek
2006-11-22Improved cross build support for gcc on OpenBSD. allows the cross builtDale Rahn
2006-11-22small header cleanup:Kevin Steves
2006-11-22If M_CANFAIL is set and the malloc() size is to bigThordur I. Bjornsson
2006-11-22fix some warning messages and comments in parse_date(); ok henning@Kevin Steves
2006-11-22tagging -> tag insertionBrad Smith
2006-11-22only mention VLAN tag insertion.Brad Smith
2006-11-22mention only VLAN tag insertion.Brad Smith
2006-11-22Some more minor cleanup in the PCI hookup.Marcus Glocker
2006-11-22From Jon Simola <jon@mecha.ca>:Marcus Glocker