Age | Commit message (Collapse) | Author |
|
ok krw@ deraadt@
|
|
|
|
|
|
the ANAR as appropriate.
Derived from a diff for FreeBSD; same technique used by the Linux r8169 driver.
|
|
ok marco@
|
|
found by krw@
|
|
|
|
i can just check if this is non zero to see if a volume is degraded. this
means i dont have to pull the raid info page to find failed disks in the
volume inquiry.
|
|
|
|
to either a BCM5700 or BCM5701 chip and have the Dell PCI vendor subid.
The appropriate code has been in brgphy for 2 years, now the bge(4) driver
will use it.
Also found in the Broadcom bcm5700 and Linux tg3 drivers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
UltraSPARC III and up. That way it isn't really that horrid and doesn't really
affect UltraSPARC I & II. This gives us a GENERIC that runs on UltraSPARC III.
ok deraadt@
|
|
|
|
|
|
but fetching array status and rebuild/blinking works on compaq/hp boxen; testing and some fixes by krw@
|
|
OK jmc@.
|
|
in the PCI slot of the v210.
ok jason@
|
|
|
|
|
|
|
|
MSB in the first byte, not the LSB to indicate the peer must not wait
before sending us updates
|
|
console works on color model, serial console works, ethernet attaches but
does not work correctly yet.
|
|
Don't forget to rerun config(8)!
|
|
|
|
to check wether a session was put in IDLE manually by the operator or
by bgpd itself as result of a fatal session error we were looking at the
wrong timer, claudio ok
|
|
draft-ietf-idr-restart. Do not announce actual restart capabilities,
so that this only serves as indicator that we are capable of sending
and receiving the End-of-RIB marker.
leave disabled for now, since the code to actually send the EoR-marker
is currently ifdef'd out (to be fixed soon) and we wanna play safe for
4.0. and juniper doesn't support that capability (which is not a problem
per se) and at the same time has its capability negotiation code completely
fucked up, if a capability is rejected they don't indicate WHICH capability
they reject (which makes that a problem, tho still a small one and we cope).
claudio ok
|
|
no surprise sending route refresh requests didn't work on my i386 routers,
i think I originally hacked & tested this on sparc64
|
|
we used to put all capability attributes into one optional attribute. this
is legal.
I recentlu observed that basically all other implementations use one
optional attribute per capability attribute. this difference might explain
why we - in some cases - saw "unsupoorted capabiliy" notifications from
neighbors without the capability in question in the data part. of course
that makes capability negotiation a little hard...
so switch us to use one optional attribute per capability as well, and
ease the code a bit while there, claudio ok
|
|
|
|
|
|
volume is degraded, just if it is working or not. if a volume is degraded,
its still online, so we have to go look for missing disks. if a disk has
been replaced, but it is yet to be rebuilt, the firmware kindly tells us
that it needs rebuilding. we can figure out if a volume is degraded using
these two facts.
|
|
bioctl output. this is actually a bit of a struggle since the firmware
doesnt represent these states well at all. im only showing the obvious
ones: online, init, rebuild, and offline. i have no idea how they tell if
a volume is degraded.
|
|
as 0xff, and the command to query that phys disk will fail and cause the
ioctl to get stuck. so if the disk id is 0xff, fake an offline disk on
another bus since bioctl doesnt know how to show that properly.
|
|
|
|
NOTE: this does NOT close 5204
|
|
|
|
|
|
Convert to ansi function declarations while here.
No binary change.
|
|
|
|
Seems to be the only reliable way to guarantee the fan runs at sufficient speed
on the Thecus n2100.
ok drahn@
|
|
|
|
ok drahn@
|
|
the following form:
track 01 'd' 00328891/00328891 100%
checked lots, but nobody replied to my mail...
|
|
the number of retries by two orders of magnitude wont affect most systems
but will make transitions smoother on marginal ones, if people see
"change pending bit stuck" printed to the console after this I would like to
hear about it.
tested by and ok niallo@
|