summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2006-12-30Enable jumbo frames (except on the Yukon-2 FE).Mark Kettenis
From brad@
2006-12-30Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHYMark Kettenis
hardware resets.
2006-12-30In agp_generic_alloc_memory(), make sure the age_mem structure freshlyMiod Vallat
malloc'ed is completely bzeroed before use. ok deraadt@
2006-12-30In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as theMiod Vallat
caller has already done this. Test matthieu@ ok deraadt@
2006-12-30SyncMarco Peereboom
2006-12-30Add new marvell sata controller. from brad@Marco Peereboom
2006-12-29Pass MIIF_DOPAUSE to mii_attach().Mark Kettenis
ok brad@
2006-12-29Sort product ids alphabetically like jmc did in the manpage. fkr alsoMarc Balmer
suggested that.
2006-12-29Avoid void * arithmetic, okay deraadt@, suggestions from millert@Pedro Martelletto
2006-12-29Add support for the Meinberg PCI511 and GPS170PCI cards.Marc Balmer
"put it in" deraadt, ok fkr
2006-12-29Don't wrap MAC address to newline.Marcus Glocker
2006-12-28Add support for the Cronyx Omega serial ports card; this particular cardMiod Vallat
forces the com(4) uart type to ST16C654 since that's what's on it; from Alexei G. Malinin (alexei.malinin@inetcomm.ru)
2006-12-28RegenMiod Vallat
2006-12-28Cronyx Omega serial ports card.Miod Vallat
2006-12-28Remove useless code dealing with media type. Simplify PHY reset code.Mark Kettenis
2006-12-28Pass MIIF_DOPAUSE to mii_attach().Mark Kettenis
2006-12-27Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER.Mark Kettenis
From brad@
2006-12-24Make non-autonegotiated 10baseT and 100baseTX work.Mark Kettenis
2006-12-24In msk_marv_miibus_writereg, wait for busy flag to clear instead ofMark Kettenis
continuing when busy flag set.
2006-12-24use the right size when loading the rx/tx descriptor bus dma maps.Reyk Floeter
from the NetBSD port tested by bion@ and others from tech@ ok marco@ brad@
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-12-22always include sensors.hTheo de Raadt
2006-12-22Remove never used code for a BCM5700 feature (BGE_EXTRAM) that didn'tKenneth R Westerback
survive past 1st gen silicon. From brad. Tested by wilfried@ and Johan Mason Lindman.
2006-12-22fold long lines.Marc Balmer
2006-12-22regen.Marc Balmer
2006-12-22Add two more Meinberg radio clocks.Marc Balmer
2006-12-22shorten codeTheo de Raadt
2006-12-22make driver look more like others do; ok mbalmerTheo de Raadt
2006-12-21betetr yet, just nuke sc_enaddr all together, just fill in arpcom andJason Wright
everybody is happy
2006-12-21syncTheo de Raadt
2006-12-21support Avlab PCI 2S as a puc; from nicm__@ntlworld.comTheo de Raadt
2006-12-21regenMichael Shalayeff
2006-12-21another radeon x1600; from formMichael Shalayeff
2006-12-21'immediatly' -> 'immediately' in comments.Kenneth R Westerback
2006-12-18Add support for pci-based sti devices. ok mickey@Miod Vallat
2006-12-18delete extra gooTheo de Raadt
2006-12-18Format dmesg line according to our rules and make sure the firmware idMarc Balmer
string is '\0' terminated, plus some KNF. from deraadt
2006-12-17Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.Miod Vallat
2006-12-17mbg(4), a driver for Meinberg Funkuhren time signal station receiversMarc Balmer
"Made in Switzerland" Currently, the DCF77 PCI32 receiver card is supported I have to mention the outstanding support from Meinberg, not only did they give me the hardware, docs, and reference source code, but they even call me back to explain the details of their hardware to me. If only the wireless manufacturors were that cooperative... ok claudio, ok mglocker, "commit it when ready" deraadt
2006-12-17add a little spacing here, to please mglockerMarc Balmer
2006-12-17regen.Marc Balmer
2006-12-17Add Meinberg Funkuhren GmbHMarc Balmer
2006-12-17Add/modify some comments. From Brad.Kenneth R Westerback
2006-12-16Enable RAM buffer for the second port too; makes dual port cards work soMark Kettenis
reenable attachment of the second port on cards that have it.
2006-12-16Process status descriptors for port B. Fix two typos while I'm there.Mark Kettenis
2006-12-15Process status descriptors that have SK_Y2_STOPC_OWN bit set instead ofMark Kettenis
looking at SK_STAT_BMU_PUTIDX; makes Yukon-2 XL rev. A3 work.
2006-12-15regenMark Kettenis
2006-12-15Add e few entries found on a HP DL585 G2.Mark Kettenis
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
domain number such that we can distinguish between busses with the same bus number that are behind different host bridges. Domains can be accessed by using different device nodes. ok deraadt@
2006-12-14remove an ugly macro that made claudio sad. luckily it wasnt being used.David Gwynne