kiyohara
c3832bc16f
+ Fix IPL_VM sr_bits for alchemy_ipl_sr_map. Alchemy peripherals connects to
...
MIPS_INT_MASK_[0-3].
+ Also add IPL_DDB.
2012-01-14 16:09:19 +00:00
taca
3be14d3b4d
Update ISC DHCP's current version and remove EOL'd.
2012-01-14 13:46:56 +00:00
tron
d3e795509c
Add "CPU_UCODE" option.
2012-01-14 12:30:12 +00:00
tron
be082034ef
Use "options<SPC><TAB>CPU_UCODE" to keep the indentation if the option
...
is commented out.
2012-01-14 12:14:28 +00:00
pgoyette
765ec9791f
No need for CPU_UCODE here now that it is global
2012-01-14 04:22:56 +00:00
pgoyette
f7607cb2ae
options CPU_UCODE requires firmload.c
2012-01-14 04:18:49 +00:00
wiz
ee2d01f9ba
Sort sections. Uppercase CPU.
2012-01-14 00:59:56 +00:00
wiz
7af0bef7e5
Use more markup. Increase table width since longest string changed.
2012-01-13 23:12:32 +00:00
wiz
c18fbdcf42
New sentence, new line. Use more markup. Bump date for previous.
2012-01-13 23:09:51 +00:00
martin
e485c8dbaa
Make option CPU_UCODE global
2012-01-13 21:46:00 +00:00
joerg
ccdd230122
Reduce difference between recvfrom/recvmsg for netbsd32 and the native
...
version. This fixes the bug of lost file descriptors when the control
space is not large enough.
2012-01-13 21:02:03 +00:00
macallan
be47469bba
document some rasops_info flags that have been added recently ( and not so
...
recently )
2012-01-13 16:50:28 +00:00
christos
3b23191359
PR/44196 is now fixed, so don't expect a failure.
2012-01-13 16:28:44 +00:00
macallan
7160771088
wsfont_find() and wsfont_matches() got a new parameter to allow drivers to
...
request bitmap or alpha fonts ( or both )
welcome to 5.99.60
2012-01-13 16:25:16 +00:00
cegger
30dd7b9cb0
cpu ucode loading support for x86 and xen
2012-01-13 16:15:48 +00:00
macallan
b26b30a09a
make this compile again with rotation enabled
2012-01-13 16:08:02 +00:00
macallan
19ea84bf71
document recent changes
2012-01-13 16:06:20 +00:00
cegger
a3f6c06746
Support CPU microcode loading via cpuctl(8).
...
Implemented and enabled via CPU_UCODE kernel config option
for x86 and Xen Dom0.
Tested on different AMD machines with different
CPU families.
ok wiz@ for the manpages
ok releng@
ok core@ via releng@
2012-01-13 16:05:14 +00:00
rkujawa
71d4ff0745
Make it actually build without PCI_NETBSD_CONFIGURE too.
2012-01-13 13:41:25 +00:00
rkujawa
6bd585b6bd
Make it build without PCI_NETBSD_CONFIGURE too.
2012-01-13 13:36:36 +00:00
ahoka
d338937973
Mention chfs, which I forgot to include here when I merged it to NetBSD.
2012-01-13 09:21:11 +00:00
cherry
c59ad43597
Officially terminate the cherry-xenmp branch.
2012-01-13 08:54:00 +00:00
skrll
122ffdd855
Allow uturn(4) to provide the boot device.
2012-01-13 07:05:57 +00:00
skrll
02dac637ce
Make device_register less ugly.
2012-01-13 07:01:04 +00:00
skrll
fb251482e9
Copyright correction
2012-01-12 23:10:27 +00:00
skrll
cfee3311b5
Real mode is no longer used.
2012-01-12 23:08:50 +00:00
skrll
0bd6a49498
Support virtual mode as PCX-U/U+ (and probably other) CPU based machines
...
required it. Only PCX-W seemed to work with real mode.
Gratuitous copying of code from astro. Deadlines!
2012-01-12 23:06:45 +00:00
skrll
220a3b7997
Update hp700 key sequences section.
2012-01-12 22:22:10 +00:00
christos
a079a21d6c
handle variables that contain variables
2012-01-12 20:41:33 +00:00
cherry
2504a10c74
relocate pte_lock initialisation to the earliest points after %fs is first usable in the XEN bootpath
2012-01-12 19:49:37 +00:00
cherry
58bd5d7cb5
re-order call to x86_bus_space_init() until after %fs is initialised via initgdt().
...
x86_bus_space_init() uses mutex(9) since it uses extent(9), which requires %fs to be setup before use.
2012-01-12 19:37:45 +00:00
joerg
a1968c686d
Second try to sort out the dangling elses. Just use {} markers.
...
Produces identical on amd64.
2012-01-12 14:10:56 +00:00
reinoud
b56977fe32
Remove old comment about space not being freed; it is now done correctly so
...
remove it to avoid confusion later.
2012-01-12 13:28:54 +00:00
joerg
0cd0c897dd
Update LLVM/Clang snapshot to r147888. Most importantly, this fixes a
...
number of ABI issues for i386 and provides the correct
__FLT_EVAL_METHOD__ when using i387.
2012-01-11 23:24:46 +00:00
macallan
b98ab6a827
adjust for wsfont_find() change
2012-01-11 21:23:38 +00:00
macallan
5635788a07
add some register definitions
2012-01-11 21:23:07 +00:00
macallan
ec24591f27
adjust for wsfont_find() change
2012-01-11 21:17:33 +00:00
macallan
449763bb95
adjust wsfont_find()
2012-01-11 21:12:36 +00:00
macallan
a05acd91c0
add extra parameter for wsfont_find()
2012-01-11 20:50:00 +00:00
plunky
898dfb38fa
resolve merge conflicts
2012-01-11 20:46:47 +00:00
macallan
56e33f114e
wsfont_matches() and wsfont_find() take an extra parameter now
2012-01-11 20:41:28 +00:00
plunky
724a57ab74
update for pcc-20120105
2012-01-11 20:36:26 +00:00
plunky
954218c13a
Update to pcc-20120105
...
The full changelog is at
http://pcc.ludd.ltu.se/fisheye/changelog/~date=2012-01-05T06%3A00%3A00/pcc
notable improvements since 2011-09-01
- the previous version failed to compile an i386 kernel, this works
(and the kernel boots though I would consider it experimental)
- MacOS X fixes
- misc documentation improvements
- improved regression tests
- some work has been done towards supporting C++
2012-01-11 20:32:32 +00:00
wiz
389cbee608
Remove trailing whitespace; wording.
2012-01-11 19:44:56 +00:00
rkujawa
f4dbc84931
Add cv3dpb(4) page to set list
2012-01-11 17:28:52 +00:00
plunky
269b0ae7be
offset processing of input reports to a kernel thread, to avoid
...
locking issues when a child device needs to call back into the
Bluetooth stack (eg when caps-lock is pressed, and wskbd wants
to change a LED)
(as discussed with Radoslaw Kujawa)
2012-01-11 17:27:45 +00:00
rkujawa
38e14ec3fe
Add man page for cv3dpb driver.
2012-01-11 17:25:19 +00:00
macallan
9052ce1f68
include a small font
2012-01-11 17:16:35 +00:00
rkujawa
e1ed37bef6
Add cv3dpb, a driver for CyberVision64/3D PCI bridge, which was split from p5pb.
2012-01-11 17:04:29 +00:00
macallan
750f815a0c
include a big and a small font now that rasops should pick the one more
...
appropriate for whatever video mode we're in
2012-01-11 16:29:32 +00:00