imp
4ed8527585
Need at91rm9200_lowlevel.h for SDRAM_BASE definition.
2006-04-13 17:31:02 +00:00
jhb
b0e5efc22c
Turn on ithread_destroy() and call it from intr_event_destroy() to tear
...
down an interrupt event's associated thread (if it has one).
2006-04-13 17:29:04 +00:00
cognet
bfb1f1e0fc
Bring back arm-specific workaround from rev 1.15:
...
Do not use the IO-mapping to issue the reset on the 82546 on arm. For some
reason, it results in corrupted descriptors.
2006-04-13 15:10:25 +00:00
cognet
89b59ebb5e
We need to adjust the bus handle if the resource is SYS_RES_MEMORY, NOT
...
SYS_RES_IOPORT.
2006-04-13 15:07:59 +00:00
cognet
b63a034818
Disable/enable fiqs as well as irqs.
2006-04-13 14:25:28 +00:00
ru
c3bf094702
Fix DEVICE_POLLING support (compile-only tested).
2006-04-13 14:12:26 +00:00
ru
9568bc10a0
Record the /lib/libgpib.so.1 move to /usr/lib.
2006-04-13 13:19:10 +00:00
ru
f3ca421d95
- Let make(1) track dependencies and regen netid map when needed.
...
- Add missing dependency for netid.byname.
2006-04-13 13:03:35 +00:00
ru
89e2376997
Add missing library dependencies.
2006-04-13 12:49:24 +00:00
flz
73a2128463
Fix Mother's/Father's day in most case.
...
PR: misc/79415
Submitted by: thierry
Approved by: cperciva (mentor)
MFC after: 1 week
2006-04-13 12:14:44 +00:00
ru
8165da5c32
Re-apply changes to make this compile with -Wundef:
...
/usr/src/sys/modules/drm/radeon/../../../dev/drm/radeon_state.c:2976:5: "BITS_PER_LONG" is not defined
(Previous revision has trashed my changes.)
2006-04-13 11:16:59 +00:00
ru
0337714208
Regen.
2006-04-13 10:38:43 +00:00
ru
4cee6aa3c7
Implications are auto-generated.
2006-04-13 10:37:29 +00:00
flz
45d238b51a
Use ps true power instead of tr/tail which aren't available early enough.
...
PR: conf/95654
Submitted by: Rong-En Fan <rafan@infor.org>
Noticed/Fix by: many people on freebsd-current@
Approved by: cperciva (mentor)
2006-04-13 08:30:43 +00:00
ru
f7d1aac02a
Apply style.Makefile(5) here.
2006-04-13 08:12:31 +00:00
ru
38b115ac20
Install the shared library under /usr/lib; it's not used by anything
...
in /bin or /sbin.
Not objected to by: phk
2006-04-13 08:08:21 +00:00
ru
0d7c003380
Place shared libpcap library under /lib, currently needed by
...
/sbin/ipf and /sbin/pflogd.
OK'ed by: mlaier
2006-04-13 07:25:02 +00:00
brooks
1f100dedee
Commit the various network interface configutation updates I've been
...
working on.
1) Make it possible to configure interfaces with certain characters in
their names that aren't valid in shell variables. Currently supported
characters are ".-/+". They are converted into '_' characters.
2) Replace nearly all eval statements in network.subr with a new
function get_if_var which substitues an interface name (after the
translations above) for "IF" in a variable name.
3) Fix list_net_interfaces() in the nodhcp case.
4) Allow the administrator to specify if dhclient should be started
when /etc/rc.d/netif configures the interface or only by devd.
This can be set on both a per interface and system wide basis.
PR: conf/88974 [1,2], conf/92433 [1,2]
2006-04-13 06:50:46 +00:00
gshapiro
b016b4a609
Add a note regarding bumping the freebsd*mc files for mergemaster's sake.
2006-04-13 04:12:38 +00:00
gshapiro
3306231308
Forced commit to bump the $FreeBSD$ version so mergemaster merges
...
/etc/mail/freebsd.cf and /etc/mail/freebsd.submit.cf.
PR: conf/95634
Submitted by: Rostislav Krasny
Approved by: re (scottl)
Obtained from: keramida
2006-04-13 04:08:22 +00:00
alc
aac2697d98
Include opt_pmap.h for PMAP_SHPGPERPROC.
...
PR: 94509
2006-04-13 03:31:48 +00:00
delphij
cf4eda6001
Unexpand TAILQ_FIRST(foo) == NULL to TAILQ_EMPTY.
...
Ok'ed by: davidxu
2006-04-13 03:09:34 +00:00
imp
5d98c3bea2
Common register definition for AT91RM9200
2006-04-12 21:23:36 +00:00
imp
57ab6c1ee2
Recovery boot loader for the AT91 family of processors. Download it
...
via xmodem to the DBGU port when the AT91 comes up in recovery mode.
The recovery loader will then load your program via xmodem into SDRAM
at 1MB which can do its things. It needs to be tweaked to the
specific board one is using, but it fits in < 1kB (all of Atmel's ARM
products have at least 8kb of SRAM that I can tell, so this should
work for them all).
Parts of this code were provided by Kwikbyte with copyright
specifically disclaimed. I heavily modified it to act as a recovery
loader (before it was a bootstrap loader) and to optimize for size
(before I started the size was closer to 8k).
Bootstrap loaders for SPI and IIC to follow.
2006-04-12 21:22:44 +00:00
ru
f6f87616ef
libc_r is no longer provided, and on alpha and sparc64, libthr
...
is (sym)linked to libpthread. Account for this change and
check for MK_LIBTHR instead of MK_LIBC_R where appropriate.
2006-04-12 19:52:34 +00:00
ru
6f911199b8
Fix a symlink.
2006-04-12 19:51:14 +00:00
ru
450f399135
Install shared libpthread library into /lib; needed by some
...
/sbin programs.
2006-04-12 19:42:20 +00:00
brueffer
b9f45ae81a
Document the bluetooth/, rc.d/, security/ and ssh/ etc subdirectories.
...
Prodded by: markus
MFC after: 3 days
2006-04-12 18:41:25 +00:00
ps
1f50d57e59
Fix the PHY support for the 5780. I mis-merged this from my sources.
2006-04-12 18:34:00 +00:00
sam
638ab32010
adapt PacketGetAdapterNames to 0.4.8 calling convention
...
PR: bin/94735
Submitted by: Scot Hetzel <swhetzel@gmail.com>
Requested by: scottl
2006-04-12 17:12:04 +00:00
pjd
dd51e2368b
Pass BIO_GETATTR requests down.
...
MFC after: 1 week
2006-04-12 12:18:44 +00:00
pjd
b8538a9381
Remove unused prototypes.
2006-04-12 12:17:29 +00:00
pjd
7f664ed13a
On padlock initialization, allocate memory with M_WAITOK.
2006-04-12 12:13:34 +00:00
pjd
5b9ec83b0c
Correct an obvious typo.
...
MFC after: 1 week
2006-04-12 12:12:44 +00:00
ume
5acd17702f
Remove an inappropriate comment which is put into generated
...
host.conf. Someone may want to edit it later.
Requested by: Rostislav Krasny <rosti.bsd__at__gmail.com>
2006-04-12 12:01:53 +00:00
rwatson
950380b23d
Use ANSI C function protypes and declarations for if_arcsubr.
...
MFC after: 1 month
2006-04-12 07:44:31 +00:00
alc
a7e3d6f83b
Retire pmap_track_modified(). We no longer need it because we do not
...
create managed mappings within the clean submap. To prevent regressions,
add assertions blocking the creation of managed mappings within the clean
submap.
Reviewed by: tegge
2006-04-12 04:22:52 +00:00
rwatson
de19fa1701
Assert the inpcb lock in udp6_output(), as we dereference various
...
fields.
MFC after: 3 months
2006-04-12 03:34:22 +00:00
rwatson
63a6c29297
Add comment to udp6_input() that locking is missing from multicast
...
UDPv6 delivery.
Lock the inpcb of the UDP connection being delivered to before
processing IPSEC policy and other delivery activities.
MFC after: 3 months
2006-04-12 03:32:54 +00:00
rwatson
8a39e7b800
Add udbinfo locking in udp6_input() to protect lookups of the inpcb
...
lists during UDPv6 receipt.
MFC after: 3 months
2006-04-12 03:23:56 +00:00
rwatson
c67babbd23
Don't use spl around call to in_pcballoc() in IPv6 raw socket support;
...
all necessary synchronization appears present.
MFC after: 3 months
2006-04-12 03:07:22 +00:00
rwatson
695637abdc
Remove one remaining use of spl in the IPv6 fragmentation code, as
...
this code appears properly locked.
MFC after: 3 months
2006-04-12 03:06:20 +00:00
rwatson
600ea5a782
Add missing locking to udp6_getcred(), remove spl use.
...
MFC after: 3 months
2006-04-12 03:03:47 +00:00
rwatson
6f0c2ddcfa
Remove spl use from IPv6 inpcb code.
...
In various inpcb methods for IPv6 sockets, don't check of so_pcb is NULL,
assert it isn't.
MFC after: 3 months
2006-04-12 02:52:14 +00:00
cognet
ecc538ef6d
Make this compile without INVARIANTS.
2006-04-11 23:15:47 +00:00
jmg
a2a4e2db32
use pwrite to always write at the begining of the file.. If multiple calls
...
to pidfile_write happen, the pidfile will have nul characters prepended
due to the cached file descriptor offset...
Reviewed by: scottl
MFC after: 3 days
2006-04-11 23:10:02 +00:00
mjacob
8ecd1bb434
If we end up with a CTIO completing with CAM_REQUEUE_REQ,
...
be obliging and just redo the request instead of squawking
and dying.
2006-04-11 21:36:43 +00:00
sobomax
913293e636
Merge in timeout into A20-enable routine from cdboot/boot1.
...
MFC after: 1 day
2006-04-11 20:53:49 +00:00
jhb
f701a00d00
Drop the gateA20() function in the loader as it is unused. All the other
...
boot loaders that load the loader already handle A20. In fact, they are
required to do so in order to setup the environment that btxldr expects.
2006-04-11 20:11:30 +00:00
jhb
340a564f4a
Minor whitespace tweak.
2006-04-11 20:09:42 +00:00