Age | Commit message (Collapse) | Author |
|
of new fields in the future is less disruptive. This is done similar
to how struct proc is handled for ps(1). ok jmc (man page changes)
tested fkr simon, and more suggestions from millert
|
|
a valid config file again.
|
|
"router" needs to be added before "router-dead-time".
Figured out by Stuart Henderson
|
|
OK mbalmer@, xsa@, henning@, idea prompted by deraadt
|
|
and let snprintf(3) decide if the path fitted into the buffer.
Inspired by a diff from Nicholas Marriott.
OK millert@ ray@
|
|
(happens when the machine is an IPv6 router).
from kame
ok deraadt, mbalmer
|
|
|
|
|
|
*c && !isspace(*c) is not equivalent to !isspace(*c)
ok millert@
|
|
From Nicholas Marriott.
ok millert@ deraadt@
|
|
|
|
|
|
|
|
but defer the remainder of their initialisation until after the other devices
on their PCI bus have attached. This ensures that any USB2 controller has also
completed its initialisation before we start to initialise the USB1 parts.
This minimises the chance that a nasty SMM implementation will trash the USB1
controller's config when it performs legacy emulation handover of the USB2 part.
This time without accidentally leaving the OHCI controller shutdown, and with
some cosmetic fixes.
ok dlg@, OHCI tests mglocker@
|
|
Save SOF (frame timing adjustment) before the very first host controller
reset, rather than at suspend/resume, otherwise any BIOS inserted value
is lost immediately.
ok dlg@
|
|
Wait the stable power delay on a USB hub only once per hub (not per port),
and defer the delay for root hubs until the host controller event thread
starts, permitting some concurrency. Speeds up the boot process dramatically
when you have lots of host controllers.
ok dlg@
|
|
This includes a nasty hack to reduce openings and throw away command slots
if the device supports a lower queue depth than the host controller does.
Yes, we're thinking about a better solution.
|
|
|
|
silicon image 3124/3132/3531 sata chipsets eventually.
so far this is the autoconf glue, an actual match routine for the 3124, and
interrupt establishment code. it is split up between pci and ic cos there
are cardbus variants of these controllers that we can support in the
future.
thanks to jolan@ for the name, it was better liked than my initial
suggestion of siisl(4).
|
|
don't use xa->flags afterwards.
|
|
reported by Aleksander Piotrowski.
|
|
|
|
of work to be done, but hopefully the layout is good.
|
|
big and out of date; this way we can make intro(8) do some work;
|
|
|
|
- tweak SEE ALSO
|
|
|
|
|
|
Now we are able to select correctly designated forwarders and downstream
dependent routers per interface.
Tested and OK norby@
|
|
|
|
|
|
|
|
|
|
Zap all calls to simple_lock/unlock() on it (those calls are
#defined away though). Remove the LK_INTERLOCK from the calls
to vn_lock() and cleanup the filesystems wich implement VOP_LOCK().
(by remvoing the v_interlock from there calls to lockmgr()).
ok pedro@, art@, tedu@
|
|
|
|
|
|
List evhttp stuff commented out, should probably get its own man page
|
|
OK deraadt@ mjc@ canacar@ krw@, with much input from Enache himself
|
|
entries for undocumented functions to be filled in later, preferably
by someone who uses libevent.
|
|
generation of interrupts when they arrive.
|
|
|
|
switch to "stub router yes" if the forwarding sysctl is set to something
differently than 1. This can be overruled by a later "stub router no"
in ospfd.conf. More work is needed here.
OK norby@
|
|
|
|
Also modify the fib-update block a bit because "fib-update no" implies
"stub router yes".
OK norby@
|
|
|
|
Because you cannot have NCQ commands active at the same time as standard
(non-queued) commands, we must introduce a queueing scheme into the driver.
This scheme ensures that a standard command is only issued to the drive when
all currently active NCQ commands have finished, and that NCQ command issue
is delayed when we have a pending standard command.
Additionally, the queueing scheme adds a constraint to ensure that there are
never more than two standard commands issued on a port at once. This should
ensure that commands become active in the order they were submitted (regardless
of their command slot number) both initially and when the port is reactivated
after error recovery.
These points mean that issuing a standard command effectively serialises the
port, which may help us implement meaningful I/O barriers in the future.
|
|
may want to consider using res_randomid() but since evdns.c
checks for duplicates this is not strictly necessary.
|
|
|
|
JMB368 supported for now, multi port cards
that share PATA/SATA need to do a complicated
internal channel mapping dance I plan to look into next.
ok grange@
|
|
seeing things attach to the scsibus.
ok pascoe@
|