sato
2ddad1a12e
add missing terminator of hpcbattery_parameters.
2001-07-24 09:23:30 +00:00
matt
bfac03b510
Update the max_linkhdr when we attach a fddi interface.
2001-07-24 06:29:13 +00:00
itojun
19392ee73b
fix comment on setsockopt arg size. KAME PR 369
2001-07-24 00:44:36 +00:00
eeh
a25d2e82ff
Update this.
2001-07-23 21:06:37 +00:00
jdolecek
000f85917b
Since ~all pckbc_poll_data1() callers had the appropriate pckbc
...
tag handy and we are going to need more of it in pckbc_poll_data1() soon,
change pckbc_poll_data1() to accept it as first arg. iot, ioh_d, ioh_c are
no longer passed separately. Use fabricated pckbc tag for calls from
arch/arc/jazz/pckbc_jazzio.c and dev/isa/pckbc_isa.c.
2001-07-23 21:03:19 +00:00
scw
5b69ac0a44
Apply pmap_k{enter_pa,remove} patches provided by Chuck Silvers.
2001-07-23 20:34:00 +00:00
bouyer
aa053c0bd1
Regen for TITAN PCI100H.
2001-07-23 20:14:36 +00:00
bouyer
d2039a5f9b
Add TITAN PCI100H.
2001-07-23 20:13:26 +00:00
jdolecek
bef81951f3
define BIG_PIPE_SIZE value using PIPE_SIZE
2001-07-23 19:34:36 +00:00
itojun
bee33e3d00
repair scoped address handling in PRU_BIND. sync with kame.
2001-07-23 19:29:53 +00:00
eeh
cc6781a464
Get rid of a bunch of obsolete files.
2001-07-23 18:21:26 +00:00
thorpej
bd35a1b7ed
Make sure to initialize the all Rx descriptors properly in *_init()
...
even if mbufs for them are already allocated.
2001-07-23 17:26:50 +00:00
thorpej
536f4fded2
Adjust some reset delays.
2001-07-23 17:23:09 +00:00
thorpej
13dab3bfa7
Make sure to initialize the all Rx descriptors properly in *_init()
...
even if mbufs for them are already allocated.
2001-07-23 17:20:03 +00:00
eeh
f53d7d33ec
Get rid of some debug code that really isn't all that useful any more.
2001-07-23 17:19:56 +00:00
thorpej
a7dc1c1b01
Some whitespace cleanup.
2001-07-23 17:08:18 +00:00
matt
384a403ca5
Make sync_icache_args use more standard types.
2001-07-23 17:04:27 +00:00
tsutsui
8a34464ff6
Remove old homegrown sonic driver since now we have switched to
...
the MI one.
2001-07-23 16:40:32 +00:00
tsutsui
2a2e37ec6c
Switch to the MI SONIC driver.
...
XXX Device declaration for the MI SONIC should be moved into sys/conf/files
XXX after all other ports switch to it from their own drivers.
2001-07-23 16:36:37 +00:00
tsutsui
2f456b8f00
Make sure to initialize the all Rx descriptors properly in sonic_init()
...
even if mbuf for them are already allocated.
This fixes "receive descriptor exhausted" errors.
2001-07-23 16:33:48 +00:00
itojun
ddf920093e
wrap IPv6 code by #ifdef INET6
2001-07-23 15:20:41 +00:00
itojun
489df53efe
use in6_maxmtu, not in_maxmtu, for IPv6 mss computation
2001-07-23 15:17:58 +00:00
nathanw
9f36932334
Add the constant for the IEEE 1284-mode protocol for the printer
...
class, as given in revision 1.1 of the USB printer class spec.
2001-07-23 15:17:50 +00:00
bouyer
ecbce129cb
Handle HPT-370A controllers, from skanto@sjk-software.fi (kern/13540) but
...
with some differences to the original patch: don't assume all controllers with
rev >= HPT370_REV are HPT370, and explicitely print if we have a chip with a
rev the driver does't know.
2001-07-23 14:55:26 +00:00
eeh
a555b32a7f
Fix bootpath checks on machines with simbas.
2001-07-23 03:45:38 +00:00
itojun
6338419cfb
manage IFA_ROUTE on interface address better, so that we can
...
provide a better support for multiple address with the same prefix better.
(like 10.0.0.1/8 and 10.0.0.2/8 on the same interface)
continuation of PR 13311.
remove irrelevant #if 0'ed segment for PR 10427.
2001-07-22 16:18:31 +00:00
itojun
71aa31a75a
support multiple batteries (currently only # of batteris is visible -
...
need to tweak ioctl API more). PR 10545.
2001-07-22 16:05:17 +00:00
wiz
c95a92f84f
bcopy -> memcpy, bzero -> memset
2001-07-22 15:51:16 +00:00
wiz
20ab98b30f
bcopy -> memcpy
2001-07-22 15:48:11 +00:00
wiz
8eaf0a103e
bcopy -> memcpy, bzero -> memset
2001-07-22 15:46:41 +00:00
wiz
9654501023
bcopy -> memmove, bzero -> memset, bcmp -> memcmp
2001-07-22 15:26:47 +00:00
wiz
6c8f415983
bzero -> memset
2001-07-22 15:23:53 +00:00
wiz
684d06bac8
bcopy -> memcpy, bzero -> memset
2001-07-22 15:17:30 +00:00
wiz
ef8d715888
bzero -> memset
2001-07-22 15:11:01 +00:00
wiz
2f10ae1421
bcopy -> memcpy, bzero -> memset
2001-07-22 14:58:20 +00:00
wiz
fda9343e10
bcopy -> memmove
2001-07-22 14:57:50 +00:00
wiz
3ed1e031ab
bcopy -> memcpy, bzero -> memset
2001-07-22 14:43:14 +00:00
wiz
a73374d9c8
bcopy -> memcpy, bcmp -> memcmp, bzero -> memset
2001-07-22 14:34:36 +00:00
wiz
c29fb7279b
bcopy -> memmove
2001-07-22 14:32:16 +00:00
tsubai
f9493fa115
Make this compile again.
2001-07-22 14:20:13 +00:00
scw
c4d9b998af
ptest_addr() is prototyped (in pmap.c) to return a u_long not a pointer.
...
Therefore the return value should be in %d0, not %a0.
2001-07-22 14:11:05 +00:00
wiz
f38345c6d9
bcopy -> memcpy
2001-07-22 14:09:04 +00:00
jdolecek
718eee7811
make linux_socketcall_argsize[] static const
2001-07-22 13:55:23 +00:00
jdolecek
85fbcb3c05
return EMSGSIZE rather than ENOMEM if it would not be possible to
...
allocate space for accrights within stackgap
comment the copyin() of msg.msg_control in recvmsg() is safe
2001-07-22 13:46:51 +00:00
wiz
a9356936b4
seperate -> separate
2001-07-22 13:33:58 +00:00
wiz
611461bc5e
memcpy -> memmove. Noted by Tsubai Masanari.
2001-07-22 13:21:04 +00:00
wiz
0ef3731e14
Replace memcpy's of obviously overlapping regions with memmove.
...
Noted by Izumi Tsutsui.
2001-07-22 13:08:09 +00:00
wiz
c5a6be17f4
bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.
...
Reviewed by Matt Thomas, ok'd by Tsubai Masanari.
2001-07-22 11:29:44 +00:00
sato
c84f4a5476
adhoc battery event creation for some vr machines.
...
XXX: temporary
this file is needed with vrpiu.c rev1.14
2001-07-22 10:40:09 +00:00
takemura
64b6b76a21
You must set 'HPCFB_SWAP_*' if bytes are stored in reverse order, i.e.
...
little endian like order, however, usage of 'HPCFB_SWAP_*' was widely
misunderstood because it reminded you of 'RI_BSWAP' in raster operation.
Please note that 'RI_BSWAP' indicate that frame buffer byte order is different
from natural order of system while 'HPCFB_REVORDER_*' is independent of
system byte order.
2001-07-22 09:56:39 +00:00