Commit Graph

203442 Commits

Author SHA1 Message Date
mbalmer
e0b81c69ef Fix a typo, noticed by Snader_LB, tnx! 2011-07-28 16:14:50 +00:00
matt
b475d67404 Back out commit. 2011-07-28 15:54:49 +00:00
matt
abe9d75a5d INSTALL kernel for SheevaPlug 2011-07-28 15:50:46 +00:00
matt
9c6e0201a3 Bring forward from matt-nb5-mips64. Support for Ralink RT3883 MIPS 74K SoC
from CradlePoint Technology.
2011-07-28 15:50:13 +00:00
matt
0062f2f291 Bring forward from matt-nb5-mips64. Support for Ralink RT3883 MIPS 74K SoC
from CradlePoint Technology.
2011-07-28 15:38:48 +00:00
matt
02e9f71ae1 Use cfdata_t 2011-07-28 15:36:47 +00:00
macallan
210a4a47e8 appease gcc 4.5 2011-07-28 15:29:52 +00:00
uebayasi
3abce800c0 Define SYMTAB_SPACE in opt_ksyms.h, not opt_ddbparam.h. Ensure
that ddb(4) code is independent of SYMTAB_SPACE value.
2011-07-28 13:42:16 +00:00
mbalmer
9e924e522c Remove duplicate (but commented out) entries. 2011-07-28 12:55:35 +00:00
tsutsui
6a6959f98c Explicitly print uPD7201A name, which is a Z80 SIO like serial chip
with 8086 I/O interfaces.
2011-07-28 10:01:44 +00:00
tsutsui
bf42741306 Use volatile uint8_t to access 8255 PPI ports. 2011-07-28 09:59:13 +00:00
tsutsui
54b5e30119 KNF, use ANSI decls, remove an obsolete hack, misc cosmetics etc. 2011-07-28 09:56:34 +00:00
joerg
4104b0e782 Sync compat defines to unbreak build.
XXX Do a proper config.h update from configure
2011-07-28 05:18:43 +00:00
uebayasi
c16fddc807 Fix DEBUG build. 2011-07-28 04:06:09 +00:00
christos
7da8639ecc whitespace 2011-07-28 03:52:19 +00:00
christos
02479cacb5 whitespace 2011-07-28 03:48:46 +00:00
christos
47b4c27f8c whitespace and comments 2011-07-28 03:44:36 +00:00
uebayasi
6b742f99f5 dev_t is uint64_t; use PRIx64 to print it. Fix DEBUG build. 2011-07-28 03:42:20 +00:00
uebayasi
63715cd3da One more typo in #ifdef DEBUG. 2011-07-28 03:21:14 +00:00
uebayasi
486f0b2e24 Fix DEBUG build. 2011-07-28 03:15:20 +00:00
uebayasi
15302a25c3 machine/bus.h -> sys/bus.h 2011-07-28 02:07:42 +00:00
uebayasi
5bad846c95 Bump SYMTAB_SPACE. 2011-07-28 02:02:23 +00:00
christos
d47f958456 Rename key to keymacro to avoid conflicts with term.h. The renaming of term
to terminal was again to avoid conflicts with term.h. term.h is a moving
namespace violation.
2011-07-28 01:56:26 +00:00
macallan
2f4b6c0966 more PCI_MAGIC_IO_RANGE fixes 2011-07-28 01:44:50 +00:00
macallan
b602207310 userland needs to see PCI_MAGIC_IO_RANGE 2011-07-28 01:30:22 +00:00
macallan
4b81ad3a98 hiding PCI_MAGIC_IO_RANGE from userland is counter-productive 2011-07-28 01:24:31 +00:00
christos
8cf227343c - check and don't cast malloc return
- more wide function use
2011-07-28 01:08:58 +00:00
christos
98c7cbebbc term -> terminal
XXX: need to rename key_ too.
2011-07-28 01:05:20 +00:00
christos
78cb86e064 regen 2011-07-28 01:05:00 +00:00
christos
fd46b57ee4 avoid shadowed variable 2011-07-28 01:04:41 +00:00
christos
5fc21e9736 use vis.h from . 2011-07-28 00:54:26 +00:00
christos
b210596944 eliminate alloca for portability
portable getpw{nam,uid}
2011-07-28 00:50:23 +00:00
christos
82edb784c6 term -> terminal
eliminate MAXPATHLEN
2011-07-28 00:49:18 +00:00
christos
0c0f23399c - fix memory allocation botch in wide strings
- check mbstowcs return code
2011-07-28 00:48:21 +00:00
christos
e63c844a17 term -> terminal 2011-07-28 00:45:50 +00:00
christos
885062da0b more portability defines 2011-07-28 00:45:30 +00:00
christos
c2c011fc82 term -> terminal 2011-07-28 00:45:14 +00:00
christos
adb2121e55 term -> terminal
fix wide function confusion
2011-07-28 00:44:35 +00:00
christos
f375da6e14 include config.h for all c files. 2011-07-28 00:43:53 +00:00
christos
b723d6a65c include vis.h from dot. 2011-07-28 00:43:33 +00:00
christos
df2309ca73 fix confusion with wide functions. 2011-07-28 00:43:12 +00:00
matt
6ed2595d7e Change a cast to appease gcc4.5 2011-07-27 23:11:23 +00:00
matt
1df400bdea Make this use offsetof and __typeof__ to appease gcc4.5 2011-07-27 23:10:40 +00:00
macallan
6ba00a6f80 move clearing PSL_IP in ofwmsr back where it was - if we do it too early my
PowerBook 3400c hangs on startup.
2011-07-27 22:04:23 +00:00
nakayama
81762e2b5f Don't attach same ivec's event coutner more than once. They are
difficult to distinguish since they are handled by intr_list_handler.
2011-07-27 21:50:16 +00:00
nakayama
ffaed6f279 ivec is assigned to hardware, so count its event counter up in
interrupt_vector, not in softint, and do some optimization.
2011-07-27 20:07:49 +00:00
njoly
16b9d696ed Make atoi() use strtoll from libkern. 2011-07-27 15:08:42 +00:00
uebayasi
2de1fdfe8b These don't need uvm/uvm_extern.h. 2011-07-27 14:35:33 +00:00
tsutsui
e571eaa8db KNF, use uintNN_t, tab/space cosmetics etc. 2011-07-27 14:17:54 +00:00
uebayasi
bf4e691e73 Include uvm/uvm_extern.h only once. 2011-07-27 13:45:49 +00:00