Commit Graph

218049 Commits

Author SHA1 Message Date
bouyer
3a9336e624 A driver for I2C modules found in TI Sitara SoCs. Should also work
for some OMAP4 CPUs with little work.
2013-04-17 14:33:06 +00:00
bouyer
654699b334 Add a driver for the control module found in TI Sitara SoCs.
This module controls the pad multiplexor (e.g. is a pad connected to
the GPIO module or the I2C module) and some timing aspects; it
also provides some specific information, like MAC address.
From FreeBSD
2013-04-17 14:31:02 +00:00
macallan
bbd4cb91c8 support Shasta
from Phileas Fogg
2013-04-17 12:25:15 +00:00
jakllsch
305bcb916e Also print port multiplier port number when register accesses fail. 2013-04-17 12:22:43 +00:00
skrll
0869f9f1e8 Initial commit of earmeb gdb mknative output. 2013-04-17 10:12:26 +00:00
joerg
58520523b5 White space 2013-04-17 09:07:32 +00:00
skrll
afebf55114 Initial run of gcc mknative for earmeb 2013-04-17 08:55:12 +00:00
skrll
688c5db149 Re-run mknative for earm. It helps if GDB can read ELF binaries. 2013-04-17 08:15:19 +00:00
msaitoh
8306713d99 Don't check whether PCIe Slot Control Register is all 0 or not.
For example, 82801I PCI Express Port #1 (devid 0x2940) is really
Root Port and it has the Root Control Register and the default
value is 0 (the document say so and really 0 (Tested with my
machine)).
2013-04-17 08:07:40 +00:00
msaitoh
9a1bc2611b - Add slot related registers
- Add root port related registers
- Fix the definition of PCI_PCIE_SLCAP_PSN
- Cleanup
2013-04-17 06:31:15 +00:00
skrll
a73abb63de Added __packed in a couple of places to help AEABI 2013-04-17 06:12:42 +00:00
msaitoh
94b93e5a0d Add PCI_CAP_SUBVENDOR (= 0x0d). 2013-04-17 04:36:27 +00:00
riz
5acfc15a7b Add ./usr/tests/kernel/t_umountstress to set lists, to fix the build. 2013-04-17 01:36:41 +00:00
khorben
883d7b65e0 Improved n900acad(4) with:
- more readable dmesg output;
- unmapping the GPIO pin upon failure to establish an interrupt;
- some additional cosmetics.
2013-04-17 01:10:28 +00:00
khorben
c6f00f69ca Imported n900lckbtn(4), a driver for the lock button on the Nokia N900
smartphone. Currently reporting events via a hotkey, named after the driver
instance.

Tasted and approved.
2013-04-17 01:06:13 +00:00
khorben
6ace007c22 Disable com0 for the time being, so that the console defaults to the framebuffer. 2013-04-17 00:57:22 +00:00
riz
fdd7809702 Sync DKWEDGE options with XEN3_DOM0. 2013-04-17 00:09:04 +00:00
christos
3d6e1ab522 Add some more futex gunk and explain why it does not work (yet).
Now skype aborts with a futex timeout, instead of a stack smash leading
to a SEGV.
2013-04-16 23:03:05 +00:00
mlelstv
86479a1389 First attempt at stress testing umount of a busy disk. 2013-04-16 22:05:44 +00:00
joerg
a67fde0356 Add strtol_l and friends. Switch _citrus_bcs_strtol to use plain
strtol_l unless in tools mode. Add note to retire the BCS code on the
next libc major bump.
2013-04-16 21:44:06 +00:00
para
9c44086af0 addresses PR/47512
properly return NULL for failed allocations not 0x8 with size checks enabled.
2013-04-16 21:13:38 +00:00
jakllsch
d673e87705 Clamp sectors per unit in the default disklabel to the maximum value,
instead of allowing it to wrap, as is already done in wd(4).
2013-04-16 21:01:09 +00:00
joerg
c7dafd4acd Do not use isalpha here, since we explicitly only support the Portable
Character Set as base and in theory a locale could define a ASCII
control character as letter, resulting in negations. Also avoid isdigit
here to give the compiler a better chance of deciding whether an
unsigned compare or a jump table is a better option, both are very
likely better choices than the memory indirection.
2013-04-16 19:34:57 +00:00
joerg
444e318434 Add support for wcstoimax_l and friends. 2013-04-16 16:52:13 +00:00
msaitoh
853aaa5112 Decode some PCIe capability register bits. 2013-04-16 15:50:57 +00:00
christos
3f1838bce3 remove dup 2013-04-16 15:30:09 +00:00
christos
4189a9f4d7 add missing file 2013-04-16 15:21:33 +00:00
christos
a65a483fac fix obsolete npf shared objects 2013-04-16 15:03:18 +00:00
msaitoh
dfde2ffecb Use macro. 2013-04-16 14:34:34 +00:00
ginsbach
7813bee605 AMQP OTP 2013-04-16 14:03:33 +00:00
matt
3dd33daddb Deal with arguments being NaNs 2013-04-16 13:38:34 +00:00
matt
c9faa1e14f Use MACHINE_ARCH, not MACHINE 2013-04-16 12:26:28 +00:00
joerg
2eb3224ae9 Also add prototypes for wcwidth_l and wcswidth_l. 2013-04-16 11:55:02 +00:00
joerg
b7970e3b60 Add wcwidth_l, wcswidth_l and the wctype.h family of *_l functions. 2013-04-16 11:39:13 +00:00
joerg
4e2459a9e6 Add isalpha_l and friends. 2013-04-16 11:29:12 +00:00
matt
f6c75cc7da ARM EABI needs different floating point comparision functions. 2013-04-16 10:54:53 +00:00
matt
9be231ea7c aeabi floating compare ops are different from the normal gcc softfloat ones. 2013-04-16 10:37:39 +00:00
msaitoh
215e9630c0 Fix a bug that IRQ(MSI) bits in PCIe capability register is incorrectly
decoded. The bit field is not 0x4e000000 but 0x3e000000.
2013-04-16 09:13:04 +00:00
macallan
7e36e71b76 unscrew this again 2013-04-16 09:04:24 +00:00
macallan
095356428f add definitions for Loongson 2F Chip Config register 2013-04-16 09:02:32 +00:00
martin
2715e8ca06 Make a "panic" message slightly more verbose 2013-04-16 07:45:37 +00:00
jdc
5b2f52eca0 Add PCI fixup for MicroSPARC-IIep.
Unconfigured PCI-PCI bridges and devices behind them are configured.
2013-04-16 06:57:05 +00:00
jdf
29366d9bc2 * remove superfluous .Pp' and .Ns' macros (fixes mandoc(1) warnings)
* macro correction (`.Nm' -> `.Pa');
 * small wording, punctuation, and white space corrections/improvements.

Patch supplied by Bug Hunting.
2013-04-15 22:50:08 +00:00
jdf
2304bc2255 Remove superfluous '.Pp' macro (fixes mandoc(1) warning).
Patch supplied by Bug Hunting.
2013-04-15 22:46:52 +00:00
christos
7ed35ab90d PR/47744: Frank Kardel: netstat -s stops output prematurely when ipsec is not
compiled.
If the first sysctl fails return silently.
XXX: pullup-6
2013-04-15 21:20:39 +00:00
christos
44aeece4bf make this compile again; macallan, please commit the right fix! 2013-04-15 19:46:16 +00:00
christos
c790311fd0 fix typo. 2013-04-15 19:26:15 +00:00
christos
890d27ce13 alpha uses standard utimes. 2013-04-15 19:24:04 +00:00
bouyer
8281180ba6 include com.h before testing NCOM 2013-04-15 18:56:38 +00:00
msaitoh
3380db55b3 Print some PCIE device type. 2013-04-15 18:51:29 +00:00