macallan
826e1b36bc
Make the VT_* ioctl()s work in LP64/big endian platforms, like sparc64.
...
The problem is that these ioctl()s are declared as _IO() and expect to pass an
integer as argument, instead of a pointer. When dereferencing the argument
pointer in the ioctl() handler as an int we get the upper 32bit of the value so
we simply dereference it as long. Other _IO() ioctl()s may need similar fixes.
Tested on sparc64, sparc and macppc.
2005-12-04 14:03:42 +00:00
xtraeme
fd15439a4e
Note that auich(4) now supports ICH7 and Intel 6300ESB audio
...
controllers. Suggested by tsutsui.
2005-12-04 12:54:57 +00:00
wiz
187c950940
Comma fix.
2005-12-04 12:36:18 +00:00
wiz
bfd334e39b
Remove leading zero in Dd argument.
2005-12-04 12:35:44 +00:00
xtraeme
c60f14706f
Intel ICH7 and 6300ESB are supported by this driver. Bump date.
2005-12-04 12:31:27 +00:00
xtraeme
40fe6ad1b5
Add support for Intel 6300ESB.
2005-12-04 12:27:49 +00:00
xtraeme
279c037778
Attach to ICH6, ICH6-M and ICH7 Intel I/O Controller Hub.
...
Tested by seb with ICH6-M.
2005-12-04 12:20:31 +00:00
cube
06267a35ab
ACPI_ACTIVATE_DEV is a defflag, hence doesn't take a value. Pointed out
...
by Nicolas Joly in misc/32235.
2005-12-04 11:25:40 +00:00
wiz
559504cae5
lexi_co_graphical, with "co". From Igor Sobrado in PR 32231.
2005-12-04 09:14:58 +00:00
sekiya
ebf2cdc1f6
Add wm and igphy -- tested on my E250, fully functional.
2005-12-04 07:53:29 +00:00
he
df680013d1
Bump SYMTAB_SPACE so that it fits again.
2005-12-04 03:21:44 +00:00
he
1067be953e
After addition of "show all pools", we now need <sys/pool.h> here.
...
Fixes build problem for mac68k.
2005-12-03 22:47:25 +00:00
christos
aa1c65555d
protect against multiple inclusion instead of forbidding their access from
...
userland, and #ifdef _KERNEL all their kernel functions.
2005-12-03 22:16:16 +00:00
rpaulo
bcb67e15ae
s/NBFILTER/NBPFILTER
2005-12-03 21:20:07 +00:00
rpaulo
de470a4422
Make this compile without bpf(4).
2005-12-03 21:18:32 +00:00
wiz
85f30d09fa
We have 2005.
2005-12-03 21:05:31 +00:00
christos
5e677d36af
match reality
2005-12-03 21:01:53 +00:00
christos
4bffed72de
- protect userland exported files against multiple inclusion.
...
- make sure that kernel only files don't compile in userland using #error
- XXX: some kernel only files still get installed.
- XXX: some files used in userland, don't get installed.
2005-12-03 17:34:43 +00:00
yamt
059ae4967d
genfs_compat_getpages: add minimum support of async get. ie. ignore them.
...
should fix a crash reported by Jukka Salmi on current-users@.
2005-12-03 17:23:25 +00:00
christos
a563f6ba33
Make sure that multiple header inclusion is done, it uses consistent names,
...
and it is around the whole code of the file, not parts of it.
2005-12-03 17:10:46 +00:00
christos
c3ed95a039
Regen
2005-12-03 17:07:12 +00:00
christos
3b5b073fd2
protect sys/syscall.h properly against multiple inclusion and make the
...
names of the protection macros consistent.
2005-12-03 17:04:36 +00:00
yamt
347f995cea
- constify and remove __UNCONST from caller of clnt_call().
...
- use __UNCONST where approproate.
2005-12-03 15:16:19 +00:00
yamt
748feac977
remove unnecessary __UNCONST.
2005-12-03 15:13:04 +00:00
wiz
84b1788811
Improve diagnostics section. Inspired by PR 32217 from Jeff Ito.
2005-12-03 11:24:02 +00:00
riz
28cb63d856
The sgimips files will be extracted into a different directory if sgimips
...
is on an image of a different name - compensate.
2005-12-03 01:23:23 +00:00
hubertf
e968750664
Only warn about running as non-root when -v is given
...
(or when running in non-unprivilegedmode, but how to detect?)
2005-12-03 01:08:38 +00:00
christos
48d8900cac
For now, s/c99/gnu99/ for WARNS=4. This is so that alloca() is defined (and
...
possibly other built-in functions). Another solution would be to add:
#ifdef __GNUC__
#define alloca(a) __builtin_alloca(a)
#else
void *alloca(size_t);
#endif
in stdlib.h, since we have assembly support for some architectures on
non-gcc environments, and we can add the rest.
2005-12-02 21:34:50 +00:00
hubertf
a7477788d0
bump date for previous (PIM)
2005-12-02 21:06:22 +00:00
hubertf
0ae416724f
Add a bit more data on where to go with option PIM
2005-12-02 21:03:44 +00:00
dbj
b60dc87c88
bump SYMTAB_SPACE to 310000
...
noticed by yamt, ok'd by scw
2005-12-02 20:54:38 +00:00
xtraeme
7ee2d6b20e
Add support for ICH7. Tested by gendalia@.
2005-12-02 19:47:52 +00:00
kleink
3b3dbbe727
Fix AUDIO_DEBUG printf formatting of size_t; from Pavel Cahyna in
...
PR kern/32207.
2005-12-02 19:26:14 +00:00
christos
a98f67ae9c
PR/32216: Nicolas Joly: Missing HTT feature display for Opterons dual-core CPUs
2005-12-02 17:11:19 +00:00
is
4493beadad
Make messages more useful.
2005-12-02 16:44:54 +00:00
yamt
4470fd926f
redo the previous (WARNS=4) differently. consitify rather than making
...
strings writable.
2005-12-02 14:45:24 +00:00
yamt
e301b762a1
redo the previous; constify rather than making a string writable.
2005-12-02 14:19:43 +00:00
yamt
a6a060b04b
note that "argv" is not really const.
2005-12-02 14:11:01 +00:00
yamt
9de32b7fa1
don't make internal functions pretend to take a const argument.
2005-12-02 14:08:51 +00:00
yamt
bc6aedb03c
remove an unnecessary __UNCONST.
2005-12-02 13:51:22 +00:00
yamt
c9d01e68e9
use __UNCONST rather than having a writable string.
2005-12-02 12:19:16 +00:00
yamt
d2e4059844
constify and remove __UNCONST.
2005-12-02 12:12:29 +00:00
yamt
ebd9a381a8
constify.
2005-12-02 11:33:39 +00:00
yamt
92ca7d2b16
constify and remove an unnecessary __UNCONST.
2005-12-02 11:33:26 +00:00
yamt
765035980c
constify and remove an unnecessary __UNCONST.
2005-12-02 11:22:09 +00:00
yamt
307c0260b8
remove unnecessary __UNCONST.
2005-12-02 11:14:20 +00:00
yamt
6efd91c498
constify and remove an __UNCONST.
2005-12-02 11:10:45 +00:00
skrll
30214a4282
WARNS
2005-12-02 09:33:48 +00:00
yamt
e66191b30c
genfs_gop_write: use devvp directly as genfs_getpages does.
2005-12-02 00:47:54 +00:00
yamt
8afb2e8ad0
genfs_putpages: initialize marker pages only when needed.
2005-12-02 00:43:51 +00:00