artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3adef08
)
Get mainbus working with gcc 2.95.x. -moj
author
maja
<maja@openbsd.org>
Sun, 12 Mar 2000 19:25:13 +0000
(19:25 +0000)
committer
maja
<maja@openbsd.org>
Sun, 12 Mar 2000 19:25:13 +0000
(19:25 +0000)
sys/arch/pmax/pmax/mainbus.c
patch
|
blob
|
history
diff --git
a/sys/arch/pmax/pmax/mainbus.c
b/sys/arch/pmax/pmax/mainbus.c
index
6f24dc9
..
164f440
100644
(file)
--- a/
sys/arch/pmax/pmax/mainbus.c
+++ b/
sys/arch/pmax/pmax/mainbus.c
@@
-1,3
+1,4
@@
+/* $OpenBSD: mainbus.c,v 1.9 2000/03/12 19:25:13 maja Exp $ */
/* $NetBSD: mainbus.c,v 1.18 1996/10/13 03:39:51 christos Exp $ */
/*
@@
-123,8
+124,8
@@
mbattach(parent, self, aux)
*
* For now, we only have one. Attach it directly.
*/
- /*nca.ca_name = "cpu";*/
-
bcopy("cpu", nca.ca_name, sizeof(nca.ca_name))
;
+
+
nca.ca_name = "cpu"
;
nca.ca_slot = 0;
nca.ca_offset = 0;
nca.ca_addr = 0;