- if_xl is locked, but not marked INTR_MPSAFE. Also, the mutex is
marked MTX_RECURSE.
- hifn is locked and INTR_MPSAFE.
- ubsec is locked and INTR_MPSAFE.
table:
- if_bge now marked as INTR_MPSAFE, SMPng locked. Busdma is now tested.
- if_dc now marked as INTR_MPSAFE, SMPng locked. Note that this driver
uses MTX_RECURSE.
- if_de no longer uses vtophys().
- if_em is now SMPng locked.
- if_en contains locking, but is not marked as INTR_MPSAFE.
- if_ep is now marked as INTR_MPSAFE, SMPng locked, but uses MTX_RECURSE.
- if_fxp is now marked SMPng locked.
- if_gx has locking, but isn't marked INTR_MPSAFE. Uses MTX_RECURSE.
- if_pcn still uses vtophys(); locking is present, but it's not marked
as INTR_MPSAFE, and the mutex is marked MTX_RECURSE.
- if_rl contains locking, but isn't marked as INTR_MPSAFE. The mutex
is marked MTX_RECURSE.
- if_sf still uses vtophys(). It contains locking, but uses MTX_RECURSE
and isn't marked INTR_MPSAFE.
- if_sis has locking, but isn't marked as INTR_MPSAFE. Its mutex is
marked MTX_RECURSE.
logos, but also a few BSD Daemon images.
They layout of the BSD Daemon section probably looks a bit odd, but
that is due to a missing BSD Daemon image that I will add soon.
This version is commited now so the gallery can be removed without
removing the "Powered by FreeBSD" logos from the website.
located in /usr/share/examples/BSD_daemon on all FreeBSD systems. It
is scaled to 45% of the original size. This image is for use on the
upcoming FreeBSD Art page.
these cases we get urls like 'http://www.FreeBSD.org///ru//java/', etc.
On such urls webcheck fails immediately with 403 error code. So, cleanup
multiple slashes.
. Make 'checkmissing' output more compact and readable. Avoid
printing '===>' in case if current directory does not have anything
to report. Also print each missing entry on separate line to make
output more readable.
cards, but need to find a pair of 32-bit if_em cards to test against
if_bge cards.
Still need a replacement motherboard for my SGI 1100 SMP box, since
it is quite dead.
Need a gigabit ethernet switch with a monitor port.
Would love another SMP testbox with at least 1GHz CPUs, but I recognize
I'm asking for quite a bit. Asking doesn't hurt, right?
instead of ${.CURDIR}
. Add 'obj' target depending on _PROGSUBDIR, so 'make obj' for web tree
is processed recursively for SUBDIRs
. Remove 'cleandir' target. bsd.obj.mk declares it unconditionally and
it does absolutely same things. Removing of target from this makefile
reduces spawning of ${MAKE} by factor *6* when called from 'www/en'
directory!