summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2005-09-24Make atw_cardbus_power() not tell us its name every time it is called...Jonathan Gray
2005-09-24Force takeover of host ports after hibernate/resume, otherwise devices willChristopher Pascoe
2005-09-23Handle SI4126 operations differently on ADM8211B. ThisJonathan Gray
2005-09-23complete rearrange and spaces. makes this readable. no binary change.Federico G. Schwindt
2005-09-23addition O2Micro registers needed to make certain chipsets work (atherosFederico G. Schwindt
2005-09-23regen.Federico G. Schwindt
2005-09-23more O2 micro entries and correct some existing ones; based on diffFederico G. Schwindt
2005-09-23cleanup and simplify the regulation domain handling. some devices areReyk Floeter
2005-09-23change the fallback regulation domain to FCC2A (Canada) instead ofReyk Floeter
2005-09-23{TrendNet,Trendware} -> TRENDnet, ok jsg@Alexander von Gernler
2005-09-23- fix PowerNow flags, cosmetic, only affects dmesg output.Brad Smith
2005-09-22Simplify DMA handling. Limit DMA size to a fixed numer of slots.Claudio Jeker
2005-09-22Notify sppp about link state changes. This makes PPP encoding work.Claudio Jeker
2005-09-22remove the very basic ath(4) rate control implementation and useReyk Floeter
2005-09-22revert 1.82 and 1.83 of ami.c and 1.26 of amivar.h since it seems to beDavid Gwynne
2005-09-22NEWINTR is not an option on OpenBSD.Dale Rahn
2005-09-22Print MAC name and version and use "address" instead ofJonathan Gray
2005-09-21isbad() is only used on SMD disks on sparc; remove it on other platforms.Miod Vallat
2005-09-21Reduce NKMEMPAGES_MAX_DEFAULT_SUN4M, or we may allocate too much of kernel_mapMiod Vallat
2005-09-21fix ami_drv_inq so it uses ami_cmd's ability to use an arbitrary kernelDavid Gwynne
2005-09-21dont use the scsi xfer in ami_done to figure out if we have to sync aDavid Gwynne
2005-09-21remove the bits in the ccb that were needed to support scsi commands onDavid Gwynne
2005-09-21rename nsg to nsge in struct ami_passthrough to be consistent with theDavid Gwynne
2005-09-21use the ccbs passthrough command in the raw scsi path rather thanDavid Gwynne
2005-09-21allocate space in each ccb to store a passthrough commandDavid Gwynne
2005-09-21Improve readability by using a variable instead of repeatedKenneth R Westerback
2005-09-21Missing parenthesis. Same problem was addressed in sd.c r1.90. CouldKenneth R Westerback
2005-09-20unbreak tree, how did you do that miodTheo de Raadt
2005-09-20Turn CPU_INFO_FOREACH into a real construct, like all queue(3) iterators,Miod Vallat
2005-09-20add iterators for usb descriptors. from Tony Lambris and Staffan Ulfberg.David Gwynne
2005-09-20memory, media handling and a bunch of register definitions for Yukon-2.Brad Smith
2005-09-20merge xmaciireg.h and yukonreg.h into if_skreg.hBrad Smith
2005-09-20remove unused pci_intr_evcnt() macro.Brad Smith
2005-09-20shuffle some stuff from skreg to skvarBrad Smith
2005-09-19syncTheo de Raadt
2005-09-19Cypress rs232 (not currently ucom compatible)Theo de Raadt
2005-09-19spaces.Federico G. Schwindt
2005-09-19o Add initial bits for IBSS support.Damien Bergamini
2005-09-19sin6_scope_id maps to interface indices for link local addresses only!Brad Smith
2005-09-19remove the unused in6_ifindex2scopeid()Brad Smith
2005-09-19knf.Federico G. Schwindt
2005-09-19spelling.Federico G. Schwindt
2005-09-19another D-Link DFE-670TXD PCMCIA varient; from henrik@flodell.se; ok fgschTheo de Raadt
2005-09-19don't attach unsupported radio chipsetsReyk Floeter
2005-09-19dont use htole32 to set up values to be assigned to an 8 bit field.David Gwynne
2005-09-19replace the pointer mess used to handle wakeups on ccbs with a real flagDavid Gwynne
2005-09-19A few 'demon' -> 'daemon'.Kenneth R Westerback
2005-09-19Use variable to eliminate repeated calculation. More readable. NoKenneth R Westerback
2005-09-19Make idle a global variable so that gprof can see it and the time canDale Rahn
2005-09-19Typo 'taget' -> 'target'.Kenneth R Westerback