Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-30 | Enable jumbo frames (except on the Yukon-2 FE). | Mark Kettenis | |
From brad@ | |||
2006-12-30 | Pass MIIF_FORCEANEG to mii_attack() until we stop doing unnecessary PHY | Mark Kettenis | |
hardware resets. | |||
2006-12-30 | In agp_generic_alloc_memory(), make sure the age_mem structure freshly | Miod Vallat | |
malloc'ed is completely bzeroed before use. ok deraadt@ | |||
2006-12-30 | In agp_i810_alloc_memory(), do not check for sc_maxmem limit reached, as the | Miod Vallat | |
caller has already done this. Test matthieu@ ok deraadt@ | |||
2006-12-30 | Sync | Marco Peereboom | |
2006-12-30 | Add new marvell sata controller. from brad@ | Marco Peereboom | |
2006-12-29 | Pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis | |
ok brad@ | |||
2006-12-29 | Sort product ids alphabetically like jmc did in the manpage. fkr also | Marc Balmer | |
suggested that. | |||
2006-12-29 | Avoid void * arithmetic, okay deraadt@, suggestions from millert@ | Pedro Martelletto | |
2006-12-29 | Add support for the Meinberg PCI511 and GPS170PCI cards. | Marc Balmer | |
"put it in" deraadt, ok fkr | |||
2006-12-29 | Don't wrap MAC address to newline. | Marcus Glocker | |
2006-12-28 | Add support for the Cronyx Omega serial ports card; this particular card | Miod 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-28 | Regen | Miod Vallat | |
2006-12-28 | Cronyx Omega serial ports card. | Miod Vallat | |
2006-12-28 | Remove useless code dealing with media type. Simplify PHY reset code. | Mark Kettenis | |
2006-12-28 | Pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis | |
2006-12-27 | Set IFM_ETH_MASTER if local PHY configuration resolved to MASTER. | Mark Kettenis | |
From brad@ | |||
2006-12-24 | Make non-autonegotiated 10baseT and 100baseTX work. | Mark Kettenis | |
2006-12-24 | In msk_marv_miibus_writereg, wait for busy flag to clear instead of | Mark Kettenis | |
continuing when busy flag set. | |||
2006-12-24 | use 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-23 | adapt to new two-level sensor api; Constantine A. Murenin | Theo de Raadt | |
2006-12-22 | always include sensors.h | Theo de Raadt | |
2006-12-22 | Remove never used code for a BCM5700 feature (BGE_EXTRAM) that didn't | Kenneth R Westerback | |
survive past 1st gen silicon. From brad. Tested by wilfried@ and Johan Mason Lindman. | |||
2006-12-22 | fold long lines. | Marc Balmer | |
2006-12-22 | regen. | Marc Balmer | |
2006-12-22 | Add two more Meinberg radio clocks. | Marc Balmer | |
2006-12-22 | shorten code | Theo de Raadt | |
2006-12-22 | make driver look more like others do; ok mbalmer | Theo de Raadt | |
2006-12-21 | betetr yet, just nuke sc_enaddr all together, just fill in arpcom and | Jason Wright | |
everybody is happy | |||
2006-12-21 | sync | Theo de Raadt | |
2006-12-21 | support Avlab PCI 2S as a puc; from nicm__@ntlworld.com | Theo de Raadt | |
2006-12-21 | regen | Michael Shalayeff | |
2006-12-21 | another radeon x1600; from form | Michael Shalayeff | |
2006-12-21 | 'immediatly' -> 'immediately' in comments. | Kenneth R Westerback | |
2006-12-18 | Add support for pci-based sti devices. ok mickey@ | Miod Vallat | |
2006-12-18 | delete extra goo | Theo de Raadt | |
2006-12-18 | Format dmesg line according to our rules and make sure the firmware id | Marc Balmer | |
string is '\0' terminated, plus some KNF. from deraadt | |||
2006-12-17 | Remove unnecessary <dev/wscons/wscons_raster.h> inclusion. | Miod Vallat | |
2006-12-17 | mbg(4), a driver for Meinberg Funkuhren time signal station receivers | Marc 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-17 | add a little spacing here, to please mglocker | Marc Balmer | |
2006-12-17 | regen. | Marc Balmer | |
2006-12-17 | Add Meinberg Funkuhren GmbH | Marc Balmer | |
2006-12-17 | Add/modify some comments. From Brad. | Kenneth R Westerback | |
2006-12-16 | Enable RAM buffer for the second port too; makes dual port cards work so | Mark Kettenis | |
reenable attachment of the second port on cards that have it. | |||
2006-12-16 | Process status descriptors for port B. Fix two typos while I'm there. | Mark Kettenis | |
2006-12-15 | Process status descriptors that have SK_Y2_STOPC_OWN bit set instead of | Mark Kettenis | |
looking at SK_STAT_BMU_PUTIDX; makes Yukon-2 XL rev. A3 work. | |||
2006-12-15 | regen | Mark Kettenis | |
2006-12-15 | Add e few entries found on a HP DL585 G2. | Mark Kettenis | |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark 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-14 | remove an ugly macro that made claudio sad. luckily it wasnt being used. | David Gwynne | |