perry
a12002f43a
change includes to fix compiler warning
1998-02-03 04:39:14 +00:00
sakamoto
4cec855834
Change bebox_bus_{io,mem} to BEBOX_BUS_SPACE_{IO,MEM}
1998-02-03 04:38:53 +00:00
sakamoto
e65fe12381
Remove MD ed,wdc drivers.
1998-02-03 04:34:49 +00:00
sakamoto
e3fee92b6e
Change bebox_bus_{io,mem}.bus_base to BEBOX_BUS_SPACE_{IO,MEM}.
1998-02-03 04:32:17 +00:00
perry
db7d894b0d
change includes to fix compiler warning
1998-02-03 04:27:35 +00:00
sakamoto
7052e9949b
Change the data access busification functions to
...
the "stream" busification functions.
In the architecture as the BeBox(CPU is big endian, have ISA bus),
These methods would be used where "raw" data needs to {read,write,set}
unchanged.
Add #ifndef __BUS_SPACE_NEED_STREAM_METHODS (define that on NetBSD/bebox),
if not define __BUS_SPACE_NEED_STREAM_METHODS,
define "stream" busification functions to normal busification functions.
1998-02-03 04:26:45 +00:00
perry
cb9fa15a74
change includes to fix compiler warning
1998-02-03 04:24:17 +00:00
perry
dde65b6a43
fix/restore Id
1998-02-03 04:20:36 +00:00
ross
124b287686
Add the last few years of IANA assignments, e.g., Gb ethernet.
1998-02-03 04:20:05 +00:00
perry
d15c52e60c
change includes to fix compiler warning
1998-02-03 04:19:15 +00:00
perry
db49a9331a
change includes to fix compiler warning
1998-02-03 04:08:01 +00:00
perry
36af0320ed
add includes to fix compiler warning
1998-02-03 04:04:58 +00:00
sakamoto
821174f3ba
Remove MD ed,wdc drivers and Support MI ne,wdc drivers.
...
Change assembler source suffix.
1998-02-03 03:59:53 +00:00
perry
9f66981ad6
add <unistd.h> to fix compiler warning
1998-02-03 03:56:44 +00:00
perry
6abf6a014c
<stdlib.h> -> <unistd.h> to fix compiler warning
1998-02-03 03:53:39 +00:00
sakamoto
1f9630f4a8
rename {locore,setjmp}.S to {locore,setjmp}.s
1998-02-03 03:53:23 +00:00
perry
cb66b17575
<stdlib.h> -> <unistd.h> to fix compiler warning
1998-02-03 03:51:49 +00:00
perry
b7110dfa46
add <unistd.h> to fix compiler warning
1998-02-03 03:47:47 +00:00
perry
3a2316b4d9
<stdlib.h> -> <unistd.h> to fix compiler warning
1998-02-03 03:44:22 +00:00
perry
96bf04cc4d
change <strings.h> to <string.h> to fix compiler warning
1998-02-03 03:32:43 +00:00
perry
3ed4e7c6e3
add <unistd.h> to fix compiler warning
1998-02-03 03:24:24 +00:00
perry
860ad7488c
change <strings.h> to <string.h> to fix compiler warning
1998-02-03 03:20:11 +00:00
perry
2850c7f9f7
add <sys/time.h> to fix compiler error
1998-02-03 03:16:01 +00:00
sakamoto
cf5d09dc82
Add bus_space_{read,write,set}_{,multi,region}_stream_{2,4,8}().
...
These methods would be used where "raw" data needs to
{read,write,set} unchanged.
Add define __BUS_SPACE_NEED_STREAM_METHODS.
1998-02-03 03:11:15 +00:00
sakamoto
7026df0613
remove unnecessary cast.
1998-02-03 03:10:24 +00:00
perry
c10fb822b5
add <unistd.h> to fix compiler warning
1998-02-03 03:10:15 +00:00
mycroft
1ee799896c
Deal with GCC warning.
1998-02-03 02:02:13 +00:00
mycroft
51c4c84e39
Nuke `register', deal with GCC warnings.
1998-02-03 01:48:30 +00:00
mycroft
a0326f2ee6
Nuke `register'.
1998-02-03 01:46:27 +00:00
mycroft
704290aaa1
Deal with GCC warning.
1998-02-03 01:40:49 +00:00
mycroft
cb5f577939
Need float.h for prototypes.
1998-02-03 01:30:43 +00:00
perry
c52ced5ca9
include <unistd.h> instead of <stdlib.h> to fix a compile error caused
...
by the fact that the prototype for getopt has moved to unistd.h
1998-02-03 01:30:17 +00:00
mycroft
b5c132e4d2
Prototype __flt_rounds() consistently.
1998-02-03 01:26:20 +00:00
perry
677ae55ec2
force twoway and type out of registers in order to shut up a gcc
...
warning. What a crock!
1998-02-03 01:16:03 +00:00
mrg
111777dda2
remove getvfsbyname cruft.
1998-02-03 01:04:27 +00:00
cgd
9c46cdbef5
in ofbattach(), don't both doing an ofbprint() by hand if the root node.
...
The old ofbprint() wasn't particularly good (it forced the root node
to have a 'name' property, which apparently violates the OFW spec), and
the new one (though it normally prints more useful information) has
nothing useful to say about the root node. It's not clear to me that
'ofroot' should exist at all.
1998-02-03 00:43:46 +00:00
perry
5769bb1db8
add some fixes to realpath() that were in the old realpath.c
1998-02-02 23:33:44 +00:00
perry
e3bf6720fe
bump version -- we've added getsubopt.
1998-02-02 23:24:58 +00:00
perry
1698d73479
add realpath.3, getsubopt.[c3]
1998-02-02 23:24:03 +00:00
perry
764a8201df
realpath is now part of getcwd.c in gen/; man page moved to gen, too.
1998-02-02 23:20:35 +00:00
cgd
f98d915597
remove gross temporary hacks implemented to pacify com.c. That's
...
been done in a cleaner way by cleaning up the com.c #ifdefs some.
Software tty interrupts should be implemented on NetBSD/arm32,
but these hacks are no longer necessary to work around the lack.
1998-02-02 23:05:50 +00:00
cgd
9bffcfef75
change #ifdefs keying on "alpha" to key on "__NO_SOFT_SERIAL_INTERRUPT"
...
instead, and define that on NetBSD/alpha and NetBSD/arm32.
1998-02-02 23:01:02 +00:00
cgd
c2f42b2213
Implement a flag to indicate that the driver attached correctly.
...
This is useful in the case where an attachment's probe routine
verifies that there is indeed hardware present but something goes
"wrong" in the attach causing the device to be unusable. (Without
keeping track of this, in that case incorrect ports could be
accessed or uninitted pointers could be deferenced on open or at
other times.)
1998-02-02 22:54:55 +00:00
perry
f41c5d7661
it turns out we don't want getvfsbyname after all.
1998-02-02 22:52:15 +00:00
perry
b2e2f28353
add sys/time.h include
1998-02-02 22:36:15 +00:00
jonathan
8b8b6ca51d
garbage-collect unused MMSEG. From PR# 3898.
1998-02-02 22:21:32 +00:00
perry
883ee70d11
remove sys/featuretest.h -- why did kleink add it?
1998-02-02 22:07:54 +00:00
cgd
ac4b4ec31d
make ofbprint() use of_nodename(). cleanup.
1998-02-02 22:00:07 +00:00
cgd
5169537359
add of_nodename(), a function to stuff the last component of a node's
...
name into a caller-provided buffer (helpful for generating
autoconfiguration output). Also, other minor cleanup.
1998-02-02 21:56:16 +00:00
cgd
c9249eced0
add a prototype for of_nodename(), a function to stuff the last
...
component of a node's name into a caller-provided buffer (helpful
for generating autoconfiguration output).
1998-02-02 21:55:23 +00:00