thorpej
a183d34f04
- Implement cnbell() -- ring the console bell. The cn_bell entrypoint
...
is optional.
- Add cn_bell to statically allocated consdevs as appropriate.
2000-03-06 21:36:05 +00:00
nisimura
c9fc3f7c80
Mention a bit about possible HZ interporation improvement in microtime().
2000-03-04 07:09:09 +00:00
nisimura
8098245d56
Mention a bit about various issues NetBSD/arc must solve.
2000-03-04 06:54:17 +00:00
nisimura
4e461d33ef
Have a local variable to match/attach mainbus insteading using ->cf_unit.
2000-03-04 06:35:02 +00:00
nisimura
400fee7b5a
Remove never used memory error address register manipulation
...
inherited from DECstation 3100 and other debris floating around.
This file will go away naturally when interrupt establish procedure
and dispatcher are well coordinated in sane way of encapulating
target implementation differences.
2000-03-04 05:21:20 +00:00
soda
09a5eed1e8
NEC RISCstation 2250 (NEC-RD94) support.
...
contributed by Shuichiro URATA <ur@a-r.org>.
2000-03-03 13:08:42 +00:00
soda
a031341f9b
NEC RISCstation 2250 (NEC-RD94) support.
...
contributed by Shuichiro URATA <ur@a-r.org>.
2000-03-03 12:50:19 +00:00
soda
d4b9359964
do not install bus.h, kbdreg.h and pio.h..
...
since currently these are not useful/needed from userland.
2000-03-03 12:38:25 +00:00
soda
65102815b0
cosmetic change.
2000-03-03 12:35:40 +00:00
soda
0ded8728bc
typo in comment
2000-03-03 12:32:43 +00:00
soda
a39a58d0fb
update
2000-03-03 12:32:15 +00:00
soda
0fd8c949e4
prepare for wscons
2000-03-03 12:31:33 +00:00
soda
e47c4a5f51
add some MI devices, including raidframe, tun, ...
2000-03-03 12:29:57 +00:00
nisimura
3c5d39d73b
Make clearer a bit how proc0's USPACE is intialized.
2000-03-03 08:36:20 +00:00
soda
59ebd61fdf
Do not hardcode ethernet address.
...
This haven't tested with original Acer Pica 61, but it appeared that
NEC Image RISCstation is almost fully compatible with Pica 61, and
doesn't have problem with using product id as ethernet address.
(Although it is better to use SONIC device configuration data from ARC BIOS,
rather than product id. Autoconfiguration stuff for jazz derived systems
really should be revisited.)
2000-02-25 13:28:42 +00:00
soda
0e123969af
some clean up, especially,
...
- use "objcopy -O ecoff-littlemips" instead of elf2ecoff to make cross
compilation easy. this also workarounds a problem that -current
elf2ecoff doesn't work with ARC BIOS.
- use -mips2 for ld, since mixing -mips3 and -mips2 doesn't work with
-current ld.
mostly from Izumi Tsutsui <tsutsui@netbsd.org>
2000-02-25 13:20:43 +00:00
soda
ea30c06e0e
remove commented out ``ident "GENERIC-..."'', since this file is not GENERIC.
2000-02-22 12:17:52 +00:00
soda
4ad26273c2
rd -> md
2000-02-22 11:40:20 +00:00
soda
e9423d1a30
this file belongs to arc/include on NetBSD.
2000-02-22 11:32:23 +00:00
soda
71f6ef9ee6
merge changes between OpenBSD-2.1 and OpenBSD-2.6
2000-02-22 11:25:55 +00:00
soda
87009692f7
OpenBSD-2.6/arc
2000-02-22 11:05:02 +00:00
thorpej
5903e181fa
Nuke NKMEMCLUSTERS.
2000-02-12 03:29:18 +00:00
thorpej
dded044fc2
Update for the NKMEMPAGES changes.
2000-02-11 19:25:12 +00:00
thorpej
fe551f0e64
Fix a bug in disksort_*() which caused non-optimal ordering when multiple
...
active partitions were on a single spindle. Add a b_rawblkno member to
struct buf which contains the non-partition-relative block number to sort
by.
2000-02-07 20:16:47 +00:00
cgd
7d16ac338c
add __BROKEN_CONFIG_UNIT_USAGE #define, becuase these ports do very
...
wrong things with device configuration data "cf_unit" information.
2000-02-05 00:13:22 +00:00
tsutsui
11c8f56d48
Revert STRIPPROG -> STRIP
2000-02-01 05:25:24 +00:00
nisimura
be6d4a9d34
Fix chrtoblktbl[] array to reflect reality.
2000-02-01 02:59:30 +00:00
nisimura
5b465690f2
Have .set mips3 directive to make it consistent with other *.S files.
2000-02-01 02:30:20 +00:00
soda
e44d6b7781
ELF*_MACHDEP_ENDIANNESS was undefined.
2000-01-31 15:51:35 +00:00
soda
f227455441
make "make build" work
2000-01-31 15:50:13 +00:00
soda
7978d0205b
- _MACHINE_ARCH was undefined, MACHINE_ARCH was wrong.
...
- make "make includes" work
2000-01-27 07:50:02 +00:00
soda
39cd3507d2
make "make includes" work
2000-01-27 07:49:13 +00:00
kleink
2e7016f6ac
Add missing wrapper header.
2000-01-26 16:42:02 +00:00
soda
946eebbb4c
options<SPACE><TAB> and options "<foo>=<bar>" clean up
...
pointed point by enami@netbsd.org
2000-01-26 12:48:44 +00:00
enami
7209b41f18
- Kill the very last reference to VNODEPAGER, SWAPPAGER and DEVPAGER.
...
- Remove empty lines at the end of file.
- The traditional hack, options<SPC><TAB>.
2000-01-25 16:07:12 +00:00
tron
04eb110431
Add "dependall" target for comfort.
2000-01-24 20:36:06 +00:00
soda
4f994e0e73
Add commented out "ident"-command
...
from hubertf's changes to (removed) pica/conf/GENERIC
2000-01-24 08:04:11 +00:00
soda
564df9b630
merge to NetBSD-current (DeskStation and Algor support is currently broken)
2000-01-23 21:01:48 +00:00
soda
66ac043ce1
Moved to /cvsroot/syssrc/sys/arch/arc/include/isa_machdep.h,v
2000-01-23 20:49:32 +00:00
soda
c87e9a032b
Moved to /cvsroot/syssrc/sys/arch/arc/dev/if_snreg.h,v
2000-01-23 20:47:18 +00:00
soda
479e34aa41
merge to NetBSD-current (DeskStation and Algor support is currently broken)
2000-01-23 20:45:01 +00:00
soda
8906480ccd
Moved from /cvsroot/syssrc/sys/arch/arc/dev/if_sn.h,v
2000-01-23 20:43:35 +00:00
soda
5009ff6d63
OpenBSD-2.1/arc
2000-01-23 20:24:23 +00:00
soda
ec9ad11ed0
Moved from /cvsroot/syssrc/sys/arch/pica/pica/pica.c,v
2000-01-23 20:09:22 +00:00
soda
fd78f5ac1f
Moved from /cvsroot/syssrc/sys/arch/pica/pica/vm_machdep.c,v
2000-01-23 20:09:21 +00:00
soda
a6baafa121
Moved from /cvsroot/syssrc/sys/arch/pica/pica/trap.c,v
2000-01-23 20:09:19 +00:00
soda
88f0da0712
Moved from /cvsroot/syssrc/sys/arch/pica/pica/sys_machdep.c,v
2000-01-23 20:09:16 +00:00
soda
bbcae0d43c
Moved from /cvsroot/syssrc/sys/arch/pica/pica/pmap.c,v
2000-01-23 20:09:16 +00:00
soda
346d71525e
Moved from /cvsroot/syssrc/sys/arch/pica/pica/minidebug.c,v
2000-01-23 20:09:14 +00:00
soda
2b21cd18fa
Moved from /cvsroot/syssrc/sys/arch/pica/pica/mainbus.c,v
2000-01-23 20:09:13 +00:00