summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-09-25regenMark Kettenis
2005-09-25Add stuff found in iMac G5.Mark Kettenis
2005-09-25Change 21040 modes slightly.Brad Smith
2005-09-25Remove some duplicate definitions.Brad Smith
2005-09-25shuffle some stuff aroundBrad Smith
2005-09-25remove TULIP_PCI_ATTACH_ARGS and TULIP_SHUTDOWN_ARGSBrad Smith
2005-09-251.83 again:David Gwynne
2005-09-251.82 again; dont use the scsi xfer to decide if we should dma_sync.David Gwynne
2005-09-25remove more indirection through typedef's and macrosBrad Smith
2005-09-25- delint: zero sized array initalisation is a gccismBrad Smith
2005-09-24The ADM8211B seems to stall after some time of constantJonathan Gray
2005-09-24Make use of ieee80211_ibss_merge() from net80211.Jonathan Gray
2005-09-24Remove a bunch of redundant defines that are also in net80211.Jonathan Gray
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-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-22Print MAC name and version and use "address" instead ofJonathan Gray
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-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-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-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-19Typo 'taget' -> 'target'.Kenneth R Westerback
2005-09-19floppy support; form@openbsd.ruTheo de Raadt