Age | Commit message (Collapse) | Author |
|
make differences obvious.
|
|
|
|
|
|
else, No
functional change.
|
|
The vm hackers don't use it, don't maintain it and have to look at it all the
time. About time this 800 lines of code hit /dev/null.
``never liked it'' tedu@. ariane@ was very happy when i told her i wrote
this diff.
|
|
map in bus_dmamem_map().
ok miod@
|
|
that's ever used it, and it's long since been changed to use
DVACT_{QUIESCE,SUSPEND,RESUME} instead.
ok deraadt@, dlg@; miod@ also agreed with this idea when I brought it
up a few weeks ago
|
|
the obvious cases to return EINVAL and ENXIO.
ok tedu deraadt
|
|
spinning on a contended lock.
ok kettenis@
|
|
|
|
scsi?" rule, similar to how ethernet PHY drivers attach at mii.
Discussed on icb.
|
|
doesn't work. goodbye. ok miod
|
|
kind of ok deraadt
|
|
ok tedu@, "I won't mourn it" miod@, "no objection" oga@,
"I won't cry" todd@, "fine, even happy" nick@
|
|
If it returns 1, skip calling the handlers further down the list. The
interrupt pin will remain asserted, and the handler will be called on the
next go-around. This makes sparc64 "similar" to other architectures.
ok kettenis jsing
|
|
This results in the higher IPL handlers being run first.
ok deraadt@ kettenis@
|
|
|
|
|
|
b_error. Otherwise a good i/o will appear to have failed. Fixes
problem with dkcsum.c being unable to read data to checksum from
subsequent devices after an i/o fails. And thus failing to find
correct root in some cases.
Introduced at k2k11 with buf flags rectification. Scan of all
biowait() calls finds no other obvious re-use of a buf that could
have error'ed out. Just re-use of bufs that worked. So quick fix
pending closer review of all uses.
Problem noted by Jens A. Griepen.
ok matthew@ deraadt@
|
|
|
|
might need network (ie. nfs). Move the call to the MD boot() routines.
This cause for boot hangs diagnosed by kettenis.
|
|
to work fine on a t1k and a t5120, so let's enable this right from the start.
|
|
accidental commit)
|
|
|
|
to the level they were at before we started splraise'ing for the various
handlers.
with jsing, ok kettenis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
i386. Stop abusing it on other archs for controling a shutdown by
pressing the soft power button:
* Add a MI sysctl hw.allowpowerdown; if set to 1 (the default) it
allows a power button shutdown.
* Make acpi(4)/acpibtn(4) honor hw.allowpowerdown.
* Switch the various power button intercepts on landisk, sgi, sparc64
and zaurus over to hw.allowpowerdown.
* Garbage collect the machdep.kbdreset sysctl on all archs other than
amd64 and i386.
ok miod@
|
|
So let the intr_list_handler do this, and prevent the real handlers from doing
it as well.
tested by deraadt@
|
|
__cpu_simple_lock_t - gcc most likely ignores the alignment for a stack
variable anyway. Also remove unnecessary initialisation.
ok kettenis@ miod@
|
|
using MII.
This diff from brad@
Build test and ok yasuoka@
|
|
these macros.
This diff from brad@
built test and ok yasuoka@
|
|
As discussed on icb: remove the comment,
remove pmap_remove (uvm_km_free does that for us).
ok oga@, deraadt@
|
|
- Fix MAC address printing for OpenBSD dmesg.
- Set IFCAP_VLAN_MTU to allow for VLAN sized frames.
- Remove commented out code to enable the shutdown hook since OpenBSD
doesn't use these hooks in Ethernet drivers anymore.
this diff from brad@
ok and tested by yasuoka@.
|
|
|
|
certainly deraadt@
|
|
requested by deraadt@
|
|
|
|
be interrupted.
ok matthew
|
|
rather than using various wrappings. Convert vnd to using the sc_dk
rwlock instead of using one of its own.
ok matthew
|
|
the proper location.
this diff from brad@
ok and tested by yasuoka@
|
|
separate functions and install them as route/unroute functions for the
MIS pseudo-PIC.
|
|
1) Allocating with M_WAITOK, checking for NULL, and calling panic() is
pointless (malloc() will panic if it can't allocate) so remove the check
and the call.
2) Allocating with M_WAITOK, checking for NULL, and then gracefully
handling failure to allocate is pointless. Instead also pass M_CANFAIL
so malloc() doesn't panic so we can actually handle it gracefully.
1) was done using Coccinelle.
Input from oga.
ok miod.
|
|
delete garbage lines.
ok syuu@
|
|
Prodded by deraadt@ and the lack of testers on tech@.
|