summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-21Read revision from the correct MSR; no functional change.Miod Vallat
2010-02-21`-q' is an output option, hence it is mutually exclusive.Igor Sobrado
ok jmc@
2010-02-21Make sure we only request our peer to start processing descriptors if itMark Kettenis
isn't currently doing so. Fixes hangs on large data transfers.
2010-02-21Start and stop watchdog timer in the appropriate places, and print a messageMark Kettenis
if it fires.
2010-02-21fix display formatting; ok schwarze sobradoJason McIntyre
2010-02-21syncTheo de Raadt
2010-02-21new plx goo, all the timeTheo de Raadt
2010-02-21dlclose() call should also be #ifdef HAVE_DLOPENTheo de Raadt
2010-02-21syncTheo de Raadt
2010-02-20Instead of defining le16_to_cpu to nothing use letoh16 so thisJonathan Gray
is slightly less likely to explode on big endian systems. Stupidity present in the original FreeBSD code as well.
2010-02-20Make send_* functions return void (and not int) as they can just succeedMichele Marchetto
or fatal(). ok claudio@
2010-02-20The .Ud macro must not have arguments, or it kills the build with mandoc(1).Ingo Schwarze
Since this is the only page in our tree using the .Ud macro at all, just put the text verbatim as suggested by jmc@. Note that i have a vague suspicion that the whole sentence ("dlctl(3) is currently under development") might be a lie, but as i didn't receive feedback on that, i'm just fixing the formatting issue for now.
2010-02-20Remove unneeded abstraction in neighbor fsm.Michele Marchetto
ok claudio@
2010-02-20Multiple issues were killing the build with mandoc(1), thus:Ingo Schwarze
* do not use low-level roff macros like .if and .ds * add the missing .Os to the preamble * move unqualified text out of .Bl ok jmc@
2010-02-20unbreak build for NOPIC systems; noticed, help and ok deraadt@Markus Friedl
2010-02-20alphabetically sort the list of supported controllers; while here,Igor Sobrado
rewrite the list of LSI SAS controllers in a way it is shorter. ok marco@
2010-02-20Add line breaks to the source to render an .RS display that got skipped;Ingo Schwarze
found by and unbreaking the build with mandoc(1). I will also send this patch upstream. ok jmc@
2010-02-20drop nested display, fixing the build with mandoc(1);Ingo Schwarze
feedback and ok jmc@
2010-02-20Warn people when not to use mpiiMarco Peereboom
2010-02-20Add authors and dell boardMarco Peereboom
2010-02-20Make use of PHY port numbers as targets for the drives insteadMarco Peereboom
of the internal PhysDriveNum. Also change ENXIO to EINVAL in one case. From: Mike Belopuhov <mkb@crypt.org.ru> Discussed with Jim Giannoules
2010-02-20- implements bioctl support;Marco Peereboom
- fixes hot-un-plugging w/ softeps; - improves performance; - fixes IPL levels; - fixes lots of small things; - does a little bit of cleanup; - fixes NOWAIT/WAITOK; - disables useless/unused Driver Persistent Mapping code From Mike Belopuhov <mkb@crypt.org.ru> Discussed with Jim Giannoules
2010-02-20Add necessary bits to support AC97 codecs in envy and add supportAlexandre Ratchov
for the VIA Tremor 5.1 card. From Alexandr Shadchin <alexandr.shadchin at gmail.com>, thanks! help from oga@
2010-02-20minor tweak to improve consistency with other drivers; startupIgor Sobrado
messages are usually lower case (exceptions are manufacturer codenames as "Pentium" or "Horse").
2010-02-20regenJonathan Gray
2010-02-20Match on new CH341A in uchcom and correctly name the CH340 device,Jonathan Gray
from looking at the windows driver.
2010-02-20syncTheo de Raadt
2010-02-19syncTheo de Raadt
2010-02-19Work with pre-standard revision A ProCurve Direct Attach Cables.Jonathan Gray
Also let the 82598EB SFP+ card work with optical SFP+ modules by ignoring the EEPROM even though the card officially supports only copper (DA) cables. From and ok claudio@
2010-02-19Partial sync to the latest version of ixgbe in FreeBSD leaving thingsJonathan Gray
like if_ix.c mostly untouched for now. This brings in support for newer 82598 parts and adds several things that will be needed for 82599. Initially from claudio with some additions by me. Tested by claudio, dlg (earlier version) and myself on different cards and media types. ok claudio@
2010-02-19gcc2 requires decls before codeTheo de Raadt
2010-02-19have_arg matches buf so it is no longer necessary, spotted by Tim van derNicholas Marriott
Molen.
2010-02-19fix run_set_region_4 to set the whole region specified,Damien Bergamini
not a quarter of it!
2010-02-19move man page for auglx(4) to MI as wellPeter Hessler
OK miod@
2010-02-19Add built-in audio support on Lemote systems.Miod Vallat
2010-02-19Make this truly MI:Miod Vallat
- remove (unused) MSR defines and x86 specific <machine/cpufunc.h> include - default sc_dmamap_flags to BUS_DMA_COHERENT
2010-02-19Move auglx(4) from i386-only land to MI land.Miod Vallat
(auglx.c is not modified in this commit yet, only moved around)
2010-02-19Add a datasheet URL for reference.Miod Vallat
2010-02-19Oups, unbreak build.Claudio Jeker
2010-02-19Cleanup a bit, remove unneeded dummy neighbor and initialize queue headsClaudio Jeker
in the correct place. Queue mappings ordered by inserting at tail. OK michele
2010-02-19If a neighbor goes down we need to cleanup the LIB from all FEC that pointClaudio Jeker
via that neighbor. Fixes a use after free and an additional NULL dereference in a log_debug is fixed as well. OK michele
2010-02-19Do not double free a knode when kroute_insert() fails. kroute_insert()Claudio Jeker
will free the node if something fails. OK michele
2010-02-19missing "Henning Brauer
From: Aivar Jaakson <aivar@cirt.pri.ee>
2010-02-19update notes to reflect current state of affairs on Lemote systems.Otto Moerbeek
Gdium still needs work; ok miod@ jasper@
2010-02-19oops, remove dead code.David Gwynne
2010-02-19implement ospfctl fib reload.David Gwynne
this tells the daemon to resync the kernels list of interfaces and routes with the daemons list. this is very useful if the routing socket overflows and you want to sync things up again. lots and lots of help from claudio@ ok claudio@
2010-02-19more hw has been testedOtto Moerbeek
2010-02-19even more USB; ok miod@Otto Moerbeek
2010-02-19less verbose in congrats textOtto Moerbeek
2010-02-19tweak previous;Jason McIntyre