he
b2ba218c77
Cast to char* before doing pointer arithmetic.
2007-03-08 06:57:14 +00:00
matt
a59429a2da
More caddr_t -> void * fallout.
2007-03-08 05:33:04 +00:00
tsutsui
3c3f50b339
MI softintr(9)'fy.
...
Probably problematic, but LC630 is running at single user.
2007-03-08 02:24:39 +00:00
bjh21
a3ad5d7241
TRUE -> true; FALSE -> false.
2007-03-07 23:17:01 +00:00
he
78fdb9937b
Cast to char* before doing pointer arithmetic.
2007-03-07 22:43:32 +00:00
he
1b50aea089
Cast to char* before doint pointer arithmetic.
2007-03-07 22:38:33 +00:00
he
25eb40abe8
Fix typo on previous.
2007-03-07 22:36:43 +00:00
he
278741e2a4
Cast to char* before doing pointer arithmetic.
2007-03-07 22:35:22 +00:00
bouyer
d6610037ac
Remove duplicate ACPIVERBOSE and ACPI_SCANPCI; pointed out by Nicolas Joly.
2007-03-07 22:23:14 +00:00
liamjfoy
9763fa0590
Add IPv6 Fast Forward:
...
Add call to ip6flow_invalidate_all()
ok christos, matt, dyoung and joerg
2007-03-07 22:21:45 +00:00
liamjfoy
8aa640dadd
Add IPv6 Fast Forward - the IPv4 counterpart:
...
If ip6_forward successfully forwards a packet, a cache, in this case a
ip6flow struct entry, will be created. ether_input and friends will
then be able to call ip6flow_fastforward with the packet which will then
be passed to if_output (unless an issue is found - in that case the packet
is passed back to ip6_input).
ok matt@ christos@ dyoung@ and joerg@
2007-03-07 22:20:04 +00:00
thorpej
f00c540051
TRUE -> true, FALSE -> false
2007-03-07 21:43:43 +00:00
plunky
3617998677
add validity check for inbound packets
2007-03-07 20:44:52 +00:00
macallan
f658e972f2
correct the maximum supported dotclock on monitors that report one value
...
but claim to support modes which need something higher, while there also
initialize the edid_preferred_mode pointer before using it
2007-03-07 19:56:40 +00:00
bouyer
7b1bb0a86b
Revert local changes that went in accidentally with the "add ACPI" commit.
2007-03-07 18:58:48 +00:00
macallan
9975dc8fd4
initialize edid_nmodes before using it (in edid_parse() )
2007-03-07 18:49:31 +00:00
macallan
eb5de43ad9
add 1280x1024@70Hz
2007-03-07 18:48:37 +00:00
macallan
710e3dc0d7
add Relisys
2007-03-07 18:47:13 +00:00
tsutsui
52d4f5af01
Remove lines not intended to commit in the previous.
2007-03-07 18:00:49 +00:00
njoly
35052cfd97
Fix features display for Intel CPUs.
...
Slightly updated version from PR/35302.
ok by cube
2007-03-07 18:00:20 +00:00
xtraeme
efdbf7cdc4
* Remove unneeded headers.
...
* KNF, u_intx_t -> uintx_t
* There's no need to use additional variables for iobase and iot, just
use the members from ia.
2007-03-07 17:32:47 +00:00
christos
786c0109c2
count outgoing packets. from Markus Mayer
2007-03-07 17:24:38 +00:00
he
77ea0f7a10
Use char* and not void* with mtod() before doing pointer arithmetic
...
on the result.
2007-03-07 17:22:27 +00:00
tsutsui
4dfb61f1c6
Previous fix is not correct. sc_dmaaddr is actually
...
pointer against pointer, so just use proper casts
rather than bogus void pointers.
2007-03-07 17:22:19 +00:00
tsutsui
de8ce52c3b
Add missed '*', use or add (char *) where pointer arithmetics are needed.
2007-03-07 13:57:30 +00:00
tsutsui
2e775e899c
Change variables which are used to read byte stream data
...
from (void *) to (char *).
2007-03-07 13:54:49 +00:00
he
e651aa0bfe
Add a required __UNVOLATILE() around argument to memcpy() / memset().
2007-03-07 11:49:00 +00:00
skrll
fc4b2491b2
caddr_t fallout
2007-03-07 11:29:46 +00:00
he
2f5c434280
Change casts from void* to char* when doing pointer arithmetic.
2007-03-07 09:24:46 +00:00
he
820deae228
Change a cast from void* to char* due to the need to do pointer arithmetic.
2007-03-07 09:23:32 +00:00
he
2c6b5facb2
Change a cast from void* to char* when doing pointer arithmetic.
2007-03-07 09:22:38 +00:00
he
86747a56e1
Cast to char* before doing pointer arithmetic.
2007-03-07 09:18:56 +00:00
he
4e894df92a
Cast to char* and int before doing pointer arithmetic.
2007-03-07 09:15:21 +00:00
he
331a9e6c5c
Fix an instance of "void *v, x;" and cast to char* before doing
...
pointer arithmetic.
2007-03-07 09:10:16 +00:00
he
a0f301859f
Cast to char* before doing pointer arithmetic.
2007-03-06 23:50:20 +00:00
he
8a3ceb1726
Cast to char* before doing pointer arithmetic.
2007-03-06 23:38:37 +00:00
simonb
0f3b0c048d
Fix some caddr_t rototill fallout.
...
Some from Erik Bertelsen on port-pmax@.
2007-03-06 22:31:36 +00:00
simonb
6e01250597
Fix some caddr_t rototill fallout.
2007-03-06 22:29:29 +00:00
bouyer
ff6bcd05a5
For the benefit of modern hardware, enable ACPI by default in INSTALL and
...
GENERIC kernels. If ACPI is an issue on your hardware, 'boot -c' and
'disable acpi' should be a workaround. ACPI-enabled kernels works fine
on pre-acpi hardware.
for amd64:
- add ACPI to INSTALL and GENERIC, remove the *_ACPI config files.
- get rid of the bootfloppy-big.fs boot image, and got to a 3-floppy boot
image
for i386:
- introduce INSTALL_LARGE which has ACPI and some devices with big firmware
- move some devices from INSTALL to INSTALL_LARGE
- Boot floppies still use INSTALL, and bootfloppy-big.fs is still there
(for thoses who want to build el-torito floppy emulation boot CD) and use
INSTALL.
For both, drop the 'iso-image' code in etc/ to make the iso bootable, we'll
use something else to build bootable CDs.
2007-03-06 21:47:45 +00:00
drochner
e612542ff1
clean up and fix irframe attachment as a line discipline:
...
make it a regular "bus frontend" in terms of configuration attachment
(this is something new: a device which can be real or pseudo device),
and use only autoconf functions considered exported.
This suffers a bit from the fact that pseudo-devices don't get "aux"
context data passed to the xxx_attach() function. This can be changed
easily; the differences between real and pseudo devices are diminishing...
2007-03-06 20:45:59 +00:00
drochner
603c9278cd
irframe is no interface attribute, so remove the "{}"
2007-03-06 20:34:36 +00:00
plunky
fdf9144e1f
fix typo
2007-03-06 19:50:28 +00:00
plunky
5bfc159132
don't reset MTU when invalid value is given
2007-03-06 19:04:31 +00:00
he
15e52c3822
Cast to char* before doing pointer arithmetic.
2007-03-06 17:32:05 +00:00
he
c574c4ccc1
Use char* with mtod() when doing pointer arithmetic on the result.
2007-03-06 17:30:34 +00:00
drochner
c29d907bea
use char* for the kernel representation of the user profile buffer
...
address too, for consistency
(we've lost some abstraction here)
2007-03-06 16:16:02 +00:00
drochner
5f590e753e
regen
2007-03-06 16:10:17 +00:00
drochner
067e5852ea
make the first argument to profil(2) char*, for consistency with <unistd.h>
2007-03-06 16:09:21 +00:00
tsutsui
f343bfa8eb
Treat bus_space_handle_t as opaque, and use bus_space_vaddr(9) to
...
get device address.
XXX: This driver should be rewritten to use bus_space(9) more properly.
2007-03-06 14:45:31 +00:00
tsutsui
d5aef94bf1
Change bus_space_handle_t from void * (formerly caddr_t) to u_long
...
to make things easier.
2007-03-06 14:42:44 +00:00