210683 Commits

Author SHA1 Message Date
rkujawa
3b1a228346 Note clockport support and SilverSurfer driver. 2012-04-17 15:34:51 +00:00
rkujawa
013bef5bf0 Note clockport(4) and a1k2cp(4). 2012-04-17 15:30:35 +00:00
khorben
446efaca9f Added myself to the list of NetBSD Developers 2012-04-17 14:11:59 +00:00
cegger
3f7c493abc print cpu family for AMD CPU families 0x12 - 0x15 2012-04-17 13:00:09 +00:00
macallan
b75a7aad08 fix what has to be a thinko - I doubt there's much hardware out there that
uses BGR in 15/16 bit colour
2012-04-17 12:06:25 +00:00
wiz
71d8b73682 Bump date for previous. 2012-04-17 11:00:43 +00:00
rkujawa
e1a7307087 Note that com(4) is now also supported on top of clockport(4). 2012-04-17 10:55:41 +00:00
bsh
456cfa8109 Support i.MX51's LCD framebuffer on Netwalker.
from Kenichi Hashimoto.
2012-04-17 10:19:57 +00:00
wiz
6c0c790279 Remove trailing whitespace and empty line. Fix table. 2012-04-17 10:16:57 +00:00
wiz
eda83bf290 Remove trailing whitespace. New sentence, new line. 2012-04-17 10:16:37 +00:00
rkujawa
c878064cd3 add a1k2cp(4) and clockport(4) man pages to distribution list 2012-04-17 10:14:12 +00:00
rkujawa
9671b3d53a Add man pages for the new clockport(4) and a1k2cp(4). 2012-04-17 10:12:35 +00:00
rkujawa
c2b6428d4e add missing amiga device names 2012-04-17 10:08:07 +00:00
rkujawa
1bd1939218 regen configs 2012-04-17 10:06:32 +00:00
rkujawa
19eda64f80 Add clockport(4) layer, which provides support for expansion bus present on
Amiga-style clockports. Also add a1k2cp(4) backend driver and the first
clockport device driver com_ss, that supports com(4) on clockport(4)
(particurarly Individual Computers SilverSurfer). Disabled by default,
since probe procedure is not written yet.
2012-04-17 09:59:03 +00:00
bsh
056b7b23a0 driver for i.MX51 Clock Controller Module.
from Kenichi Hashimoto.

Currently used only to get peripheral clock frequencies.
2012-04-17 09:33:31 +00:00
jruoho
f95573c233 Return from main() and use EXIT_FAILURE/EXIT_SUCCESS from stdlib(3). 2012-04-17 09:23:21 +00:00
bsh
6154b5e7e7 add bit definitions for i.MX51 EPIT 2012-04-17 09:12:08 +00:00
wiz
4c92057db4 New sentence, new line.
Sort type descriptions.
Bump date for previous.
2012-04-17 08:28:20 +00:00
bsh
9e881daa93 fix comment 2012-04-17 07:43:21 +00:00
jruoho
ce711fc79d Avoid zero-length format string. 2012-04-17 06:23:52 +00:00
jruoho
681aa38aee Adjust. 2012-04-17 05:18:54 +00:00
tls
8e1a1c9f45 Address multiple problems with rnd(4)/cprng(9):
1) Add a per-cpu CPRNG to handle short reads from /dev/urandom so that
   programs like perl don't drain the entropy pool dry by repeatedly
   opening, reading 4 bytes, closing.

2) Really fix the locking around reseeds and destroys.

3) Fix the opportunistic-reseed strategy so it actually works, reseeding
   existing RNGs once each (as they are used, so idle RNGs don't get
   reseeded) until the pool is half empty or newly full again.
2012-04-17 02:50:38 +00:00
phx
8d59073313 Improved Synology CS/RS support: watch power-state of all SATA drives before
initializing them, configure drive LEDs to reflect SATA activity.
Configure drives on all ATA PCI devices, not only on the first one.
2012-04-16 16:55:29 +00:00
cegger
90a8e71db5 Add rescan support. Re-fixes PR 45268. 2012-04-16 16:07:24 +00:00
nisimura
0bdfa1e561 Preliminary support of TS-TGL/KBT4 power down operation. 2012-04-16 14:30:42 +00:00
joerg
1736013665 Make load_threshold double and restore original value of 0.2.
From NAKAJIMA Yoshihiro.
2012-04-16 10:48:27 +00:00
pgoyette
d61d23dba4 Now that we have amdnb_misc for attaching amdtemp, revert pchb.c revisions
1.27 and 1.32.  This will unbreak the build.

XXX The amdtemp device currently does not seem to provide correct sensor
    values.

XXX The amdnb_misc device does not currently have a rescan capability, so
    the amdtemp module will not instantiate any devices (PR kern/45268
    reappears).

XXX The agp attachment at the same pci device and function (which was
    the motivation for attaching amdtemp at pchb) probably ought to also
    be moved to attach at amdnb_miscbus.
2012-04-16 04:57:42 +00:00
wiz
d1cbb54293 Increase width of table column so it formats more nicely. 2012-04-15 21:20:16 +00:00
martin
1fb5ae697f We don't support KMEM_GUARD nor FREECHECK yet with rump, so disable them
in debug builds of the rump kernel.
2012-04-15 19:07:40 +00:00
wiz
623d7ac414 Choose better argument name for `-U' (sync with man page).
From Bug Hunting in email.
2012-04-15 18:10:13 +00:00
wiz
463d14b148 - choose better argument name for `-U';
- add argument names for options in man page;
- improve wording, punctuation, capitalization.

From Bug Hunting in email.
2012-04-15 18:09:50 +00:00
bsh
baf596cf75 add base addresses for i.MX51 IPU registers.
from Kinichi Hashimoto.
2012-04-15 16:34:11 +00:00
wiz
f41e473d4b Handle pages with slashes in their names better.
From Abhinav Upadhyay in private mail.
2012-04-15 15:56:52 +00:00
martin
0ed1ffcc64 Fix leak in a posix_spawn error path, from Greg Oster. 2012-04-15 15:35:00 +00:00
bsh
f9b6ec2bd2 set same values to IOMUX registers as the linux kernel does.
make it a bit simpler. (we can treat MUX and PAD registers in the same
way here)
2012-04-15 10:34:14 +00:00
bsh
33c228ef9d initialize one more pin for USB Host1. 2012-04-15 10:19:47 +00:00
bsh
885e65883d delete many definitions like MUX_PIN_foo.
use MUX_PIN(foo) instead.
2012-04-15 10:16:37 +00:00
bsh
38bb79c98b add HVE bit definition in iomux PAD_CTL register. 2012-04-15 10:09:58 +00:00
bsh
2768fb99c7 delete unused reference.
delete trailing whitespace, and NKF.
2012-04-15 09:51:31 +00:00
bsh
0dbb9f78f8 compile netwalker kernel with -mcpu=cortex-a8 2012-04-15 08:57:16 +00:00
mrg
9ac63422b6 force set ac_cv_mkdir_path to our install -d program.
fixes the remaining issues with 'sourcesets' and 'tools'.
2012-04-15 08:37:32 +00:00
bsh
322b46f881 fix comment.
remove trailing whitespace.
2012-04-15 08:17:42 +00:00
bsh
e2df9c219e regen 2012-04-15 07:19:17 +00:00
bsh
87bbd9a7c4 add USB keyboard found on Netwalker. 2012-04-15 07:17:38 +00:00
christos
2e74a3b7d6 simplify 2012-04-15 03:05:57 +00:00
christos
86c0819aee Fix check_mcontext for PK_32 binaries. Makes gdb work for i386 binaries on
amd64.
2012-04-15 00:34:09 +00:00
rmind
9ffbe6bd3d Add initial NPF regression tests integrated with RUMP framework (running the
kernel part of NPF in userland).  Other tests will be added once converted to
RUMP framework.  All tests are in the public domain.

Some Makefile fixes from christos@.
2012-04-14 21:57:29 +00:00
rmind
16bec229c7 Update rumpdev_npf; use WARNS=4. 2012-04-14 19:01:21 +00:00
rmind
9cd8b15e05 rumpnet_net: add pfil.c 2012-04-14 18:26:31 +00:00