summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-09-29Add support for Shasta GMAC.Mark Kettenis
2005-09-29Add support for the VIA VT1211 watchdog timer, not tested.Alexander Yurchenko
2005-09-29syncTheo de Raadt
2005-09-292 more cdce devicesTheo de Raadt
2005-09-28add support for the nokia 6680 with a ca-42 cable.David Gwynne
2005-09-27More non-emulating wsdisplay tentacles removal.Miod Vallat
2005-09-27enable support for gigabit adapters; it works reliably with USB1 butJolan Luff
2005-09-26minor knfTheo de Raadt
2005-09-26Share com probe code between com and pccom; allows us to get rid of awkwardMiod Vallat
2005-09-26Enable the USB softintr code on platforms which __HAVE_GENERIC_SOFTINTERRUPTS.Miod Vallat
2005-09-26allocate and map the mbox separately to the iocmds used by the ccbs.David Gwynne
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