artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c29afb1
)
Actually, that variable needs to be a u_int8_t pointer.
author
kettenis
<kettenis@openbsd.org>
Sat, 1 May 2021 20:04:33 +0000
(20:04 +0000)
committer
kettenis
<kettenis@openbsd.org>
Sat, 1 May 2021 20:04:33 +0000
(20:04 +0000)
This is what was tested, but I forgot to commit a file.
sys/dev/ic/stivar.h
patch
|
blob
|
history
diff --git
a/sys/dev/ic/stivar.h
b/sys/dev/ic/stivar.h
index
dff4ae2
..
4c59308
100644
(file)
--- a/
sys/dev/ic/stivar.h
+++ b/
sys/dev/ic/stivar.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: stivar.h,v 1.2
6 2021/05/01 00:22:33 deraadt Exp $
*/
+/* $OpenBSD: stivar.h,v 1.2
7 2021/05/01 20:04:33 kettenis Exp $
*/
/*
* Copyright (c) 2000-2003 Michael Shalayeff
@@
-45,7
+45,7
@@
struct sti_rom {
bus_addr_t *bases;
struct sti_dd rom_dd; /* in word format */
-
void
*rom_code;
+
u_int8_t
*rom_code;
/*
* ROM-provided function pointers