jruoho
5abf4f43b3
Add a small summary page for altq. From the list in PR # kern/21345.
2011-06-22 20:29:38 +00:00
jruoho
9fbe6ae1dc
Add a small summary page for sysmon. From the list in PR # kern/21345.
2011-06-22 19:34:53 +00:00
jruoho
572cbf005a
Regen.
2011-06-22 19:26:36 +00:00
jruoho
56a1544615
Add SMO8800.
2011-06-22 19:26:22 +00:00
kefren
561daf4fe9
make LSE prepend the rest of the shims in they exist
2011-06-22 19:08:29 +00:00
matt
d775f2f519
Provide the pci_* routines for modules to use.
2011-06-22 18:20:59 +00:00
matt
a2ad2b75a6
ibm4xx now uses <powerpc/pci_machdep.h>
2011-06-22 18:17:17 +00:00
matt
dd2488a8b3
Add support pci_intr_setattr.
...
Export non-inline version of pci api for modules (_MODULE is defined).
Fix definition of pc_conf_hook and pc_conf_interrupt.
Switch to using inlines instead of macros.
Switch ibm4xx to use <powerpc/pci_machdep.h>
2011-06-22 18:06:32 +00:00
matt
cc137877b5
Add inline accessors for pba_pc and pa_pc so that <machine/pci_machdep.h>
...
can use them in inline functions.
2011-06-22 18:03:30 +00:00
matt
65af758777
bump up SYMTAB_SPACE
2011-06-22 17:52:57 +00:00
kiyohara
b0f15cf1e1
Add member sc_addr to struct pxa2x0_i2c_softc.
...
And use sc_addr to bus_space_map() instead of macro-directly.
2011-06-22 16:18:54 +00:00
martin
130dae22e3
Include liblzma to unbreak gzip on the install CD. (Hi Joerg!)
2011-06-22 14:05:38 +00:00
jruoho
1adfb1b50e
Add small comment.
2011-06-22 09:28:08 +00:00
jruoho
4fb79b4e25
Get rid of RUN_ONCE(9). Should fix PR # kern/44043.
2011-06-22 08:49:54 +00:00
jruoho
796e6c822e
Contrary to the previous, use aprint_error(9) but suppress warnings
...
caused by the (optional) BIOS-based dynamic voltage and frequency scaling.
2011-06-22 08:05:10 +00:00
mrg
fcdfa9157d
don't bother casting the return value of malloc.
2011-06-22 06:23:07 +00:00
mrg
0e79bf59af
use offsetof() instead of some strange local hack.
2011-06-22 06:22:48 +00:00
mrg
2ba5b6cced
there's no fr_arg[6] or fr_arg[7] -- they're called fr_fp and fr_pc.
...
use the right names and avoid some array bounds violations picked up
by GCC 4.5. it's a real bug, but the code would have been generated
correctly for the sparc* ABIs.
2011-06-22 05:50:47 +00:00
mrg
5ed322d90a
apply some -Wno-error/-Wno-enum-compare/-Wno-array-bounds.
...
this should be looked at more closely.
2011-06-22 05:23:53 +00:00
mrg
d993dd3b69
when checking for SKSV data, use the same test as before. fixes an
...
always true conditional GCC 4.5 found, and is also a real bug fix.
2011-06-22 05:18:03 +00:00
mrg
4791aafc2d
fix the paths for GCC 4.5. don't build the non-tools gmp/mpfr/mpc libs
...
yet since we don't have them fully working. XXX.
2011-06-22 05:16:37 +00:00
mrg
840a879e5b
port this change from our gcc 4.1 tree. not entirely sure it's correct
...
yet, but not yet able to test ...
revision 1.5
date: 2011/04/10 16:50:18; author: joerg; state: Exp; lines: +2 -2
Reduce difference between src/tools/gcc and src/gnu/usr.bin/gcc4
configuration. All but the target to helper programs should be the same.
Mark include directories as sysroot-relative.
2011-06-22 05:15:15 +00:00
mrg
65a1c6301f
avoid installing limits.h and friends.
2011-06-22 05:14:26 +00:00
mrg
a8eadc0087
fix the parts that build libgcc/crtstuff, etc., for GCC 4.5.
2011-06-22 05:13:20 +00:00
matt
2cb49e2b8e
This is no longer needed.
2011-06-22 05:09:25 +00:00
matt
546208c586
Make pmppc use stock <powerpc/pci_machdep.h>
...
Move some private declartions to <pmppc/dev/mainbus.h>
2011-06-22 05:08:56 +00:00
kefren
2715676450
don't compile tag functions if SMALL is defined. Should fix the build
2011-06-22 04:57:28 +00:00
mrg
33c01d32fc
remove some always true if () checks GCC 4.5.3 picks up.
2011-06-22 04:03:23 +00:00
mrg
62f88af12a
fix the length argument to a memcpy() to refer to the size of the
...
destination, not the size of the pointer. real bug on 64 bit platforms.
2011-06-22 04:02:46 +00:00
mrg
ff721708ed
fix an off by one array overflow found by GCC 4.5.3.
2011-06-22 04:01:33 +00:00
mrg
331c95a1e1
fix an operator precedence error picked up by GCC 4.5.3. real bug.
2011-06-22 04:01:08 +00:00
mrg
14ac2b9dab
deal with __builtin_va_start()'s introduction.
2011-06-22 04:00:43 +00:00
mrg
c64370a6d5
fix a potential off-by-two array overflow found by GCC 4.5.3.
2011-06-22 03:59:49 +00:00
mrg
16c29695a3
use %option noinput since we need it. found by GCC 4.5.3.
2011-06-22 03:58:51 +00:00
mrg
1f2368609b
remove an always true test found by GCC 4.5.3.
2011-06-22 03:58:24 +00:00
mrg
3cdf6fedc7
initialise from_cs[1] instead of from_cs[0] twice. from GCC 4.5.3.
2011-06-22 03:57:46 +00:00
mrg
66f169a030
don't write "(u_char) NULL".
2011-06-22 03:57:20 +00:00
mrg
dec137ed28
add a missing part from rev 1.10 and s/newline/newlinex/. found by GCC 4.5.3.
2011-06-22 03:56:17 +00:00
mrg
c111245a78
apply some -Wno-error and/or -fno-strict-aliasing.
...
all of this should be looked at closer, but some of them are not
very trivial.
2011-06-22 02:49:41 +00:00
joerg
e060a1ff71
Actually used SSE branch. Noticed by enami@
2011-06-21 21:52:49 +00:00
joerg
cb569b5c4c
Include liblzma to unbreak gzip on the install CD.
2011-06-21 21:49:22 +00:00
wiz
322aa1720c
New sentence, new line.
2011-06-21 20:51:27 +00:00
kefren
f881c97d31
add a sentence regarding multiple tags
2011-06-21 19:46:36 +00:00
kefren
214feb60c7
print multiple tags if exists, comma separated
2011-06-21 19:42:45 +00:00
nonaka
9bb80a5b37
backout previous.
2011-06-21 18:13:19 +00:00
rjs
0b2b1f96e7
Make it compile when PIC_DEBUG is defined.
2011-06-21 18:02:43 +00:00
riz
eef0581420
The referred-to comment was moved to vfs_vnode.c; update the pointer.
2011-06-21 17:28:11 +00:00
nonaka
ab3c0dc475
use pmf_event_inject() instead of call lcd_blank() directly.
2011-06-21 17:17:27 +00:00
kiyohara
f479ccd483
Add bicons to constab.
2011-06-21 15:28:05 +00:00
kiyohara
88282c5654
Split pxa2x0_hpc/wzero3.
2011-06-21 15:23:57 +00:00