summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-09-19"pure g" is a special, non-standard ofdm-only mode. use the standardReyk Floeter
2006-09-19better mode setup in the ar5211 and ar5212 reset functionsReyk Floeter
2006-09-19syncReyk Floeter
2006-09-19add atheros AR2413 and AR5413 device idsReyk Floeter
2006-09-19fix 11a/b antenna mode setupReyk Floeter
2006-09-19use the correct antenna mode settings and fix a bug in the txReyk Floeter
2006-09-19disable 11g mode for nowReyk Floeter
2006-09-19ansi/deregisterJonathan Gray
2006-09-19fix all malloc()s to nowait|canfail and do not ignore errors reading sensor s...Michael Shalayeff
2006-09-19no externs on protots ad no casts from void *Michael Shalayeff
2006-09-19add a missing space to a DMA load error printf.Brad Smith
2006-09-19add 82801GHM and 82801HBrad Smith
2006-09-18Fix for re_stop() being called from re_cardbus_shutdown() with theDimitry Andric
2006-09-18boot(8) ``machine memory'' support for > 4G.Marco Pfatschbacher
2006-09-18boot(8) ``machine memory'' support for > 4G.Marco Pfatschbacher
2006-09-18Import a slightly stripped down strtoll(3) from stdlibMarco Pfatschbacher
2006-09-18Add a hand rolled 64bit hex printf that can be used outside ofMarco Pfatschbacher
2006-09-18fix my 1.7 commit.Damien Bergamini
2006-09-18Extend the .text and .data segments to 64MB. This allows programs withMarco Peereboom
2006-09-18better uath_set_rates().Damien Bergamini
2006-09-18cleanup the list of supported devices.Damien Bergamini
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-09-18macros and types for event notifications from the hardware.David Gwynne
2006-09-18tiny whitespace nitDavid Gwynne
2006-09-18get rid of the usb_port.h macros that wrap our kthread create functions.David Gwynne
2006-09-18allow RST from TCP client, even if client does not send data after SYN;Markus Friedl
2006-09-18fix tos (type-of-service) comparisons. for rules which use 'tos x', compareDaniel Hartmeier
2006-09-18regenGordon Willem Klok
2006-09-18Add some pci device types for Integrated Micro Solutions.Gordon Willem Klok
2006-09-18g/c unused SK_{SET,CLR}BIT macrosBrad Smith
2006-09-18There's no need to walk the list of devices to find the SCSI bus wePedro Martelletto
2006-09-18regenBrad Smith
2006-09-18add entries for unknown Marvell SATA and ServerWorks IDE PCI ids.Brad Smith
2006-09-18regenBrad Smith
2006-09-18- fix typo in Corollary vendor nameBrad Smith
2006-09-18More uath devices, also properly mark some of the UB52/AR5005UX devicesJonathan Gray
2006-09-18regenJonathan Gray
2006-09-18More uath devices.Jonathan Gray
2006-09-17add a flag to indicate which boards are only capable of 10/100 modes ofBrad Smith
2006-09-17No need to check for both cd_devs != NULL && cd_ndevs != 0, since the latterMiod Vallat
2006-09-17Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in theMiod Vallat
2006-09-17Time to leave the bus.Miod Vallat
2006-09-17Readd the Dell PHY LED setup workaround and the Jumbo capability flag.Brad Smith
2006-09-17Try to reclaim the TX descriptors in the watchdog handler before actuallyBrad Smith
2006-09-17Overhaul RX path to recover from mbuf cluster allocation failure.Brad Smith
2006-09-17do not fill in the anar for the manual 1000baseT media setting case.Brad Smith
2006-09-17Shorten the area where interrupts are enabled to calibrate delay(), and runMiod Vallat
2006-09-17Move get ipmi id into the match function. This prevents attach from beingMarco Peereboom
2006-09-17Re-add the link state check to re_start(), which was added in rev 1.31 andBrad Smith
2006-09-17set the IFCAP_VLAN_MTU flag.Brad Smith