Age | Commit message (Collapse) | Author |
|
ok tedu@ oga@
|
|
ok deraadt
|
|
uniform. as a result shared code like acpi needs less #ifdef's
ok marco kettenis
|
|
code. This is due to the fact that we do timecounter initialization
after autoconf(9).
ok deraadt
|
|
|
|
you use 'disable acpi' or 'disable apm' withn you encounter problems
(depending on which kind of problems). if we work hard enough, this can
remain the situation by the time we ship the next release. otherwise, we
will re-disable acpi... so let's crackin'
|
|
will be improved), or it is unsafe because AML assumes it must be there
ok almost everyone
|
|
ok deraadt
|
|
designations.
ok deraadt
|
|
prompted by deraadt
|
|
ok deraadt
|
|
|
|
sure that interrupt overrides from the MADT are applied.
ok marco@, toby@
|
|
put the "fninit" where it belongs logically
deal with XMM exceptions
From NetBSD (drochner)
|
|
|
|
some radix configurations.
|
|
ok deraadt weingart
|
|
amd64 the not ghetto architecture.
ok toby@
|
|
ok beck, gwk
|
|
stuff and have acpi actually do something.
note acpi is still disabled by default, but now will do more stuff when
enabled with config -e/boot -c
ok gwk@, weingart@, canacar@, deraadt@
|
|
ok kettenis
|
|
delay. will be revisited. ok art
|
|
with make -j on fast SMP boxes.
noticed by robert@, input by miod, kettenis, okay toby@, robert@,
and tested to work if people build kernels correctly...
|
|
|
|
ok art deraadt
|
|
ok deraadt
|
|
|
|
well (in fact, all 4 combinations of codebase and processor) written by
Mike Belopuhov and Aleksey Lomovtsev
|
|
|
|
|
|
|
|
- Move the functionality of choosing a process from cpu_switch into
a much simpler function: cpu_switchto. Instead of having the locore
code walk the run queues, let the MI code choose the process we
want to run and only implement the context switching itself in MD
code.
- Let MD context switching run without worrying about spls or locks.
- Instead of having the idle loop implemented with special contexts
in MD code, implement one idle proc for each cpu. make the idle
loop MI with MD hooks.
- Change the proc lists from the old style vax queues to TAILQs.
- Change the sleep queue from vax queues to TAILQs. This makes
wakeup() go from O(n^2) to O(n)
there will be some MD fallout, but it will be fixed shortly.
There's also a few cleanups to be done after this.
deraadt@, kettenis@ ok
|
|
|
|
by mickey, man page by me. Help, suggestions by Theo and jmc.
Enable this driver and glxpcib(4) in all RAMDISK kernel, but glxpcib(4)
does not provide the watchdog timer in the RAMDISK kernels.
Prodded by deraadt.
E
|
|
If people testing could send mail to mglocker and myself we'd appreciate it.
ok mglocker@
|
|
disabled for now.
From brad@
|
|
ok krw@
|
|
|
|
ok ray@ cnst@ moritz@ sobrado@ millert@ mbalmer@
|
|
the holes a MMU may have from a given vm_map. This will be automagically
invoked for newly created vmspaces.
On platforms with MMU holes (e.g. sun4, sun4c and vax), this prevents
mmap(2) hints which would end up being in the hole to be accepted as valid,
causing unexpected signals when the process tries to access the hole
(since pmap can not fill the hole anyway).
Unfortunately, the logic mmap() uses to pick a valid address for anonymous
mappings needs work, as it will only try to find an address higher than the
hint, which causes all mmap() with a hint in the hole to fail on vax. This
will be improved later.
|
|
USB capable archs.
|
|
there.
|
|
|
|
no support for 802.11n functions yet (need work in net80211(9) first).
committed over my 4965AGN, with only 2 of 3 antennas plugged :-)
needs a firmware that is not freely redistributable (see man page).
ok deraadt@
|
|
also, theres no need to check first if we're the kernel pmap
and then if we're the curmap in two different if statements,
pmap_is_curpmap() check's if we're the kernel pmap, so nuke
those tests.
ok art@
|
|
bmc's watching on the shared bus. if you disable ipmi, you might see it
pop up (reminder why ipmi / i2c mixes are disabled: some ipmi's seem to
violate the i2c bus locking protocol). tested by Alexander Lobodzinski
|
|
|
|
change inteded.
ok ray@
|
|
|
|
ok miod
|