ib_addr in the iicbus attach args should be an int not a u_int as -1
is an acceptable address.
This commit is contained in:
parent
ff84194c2f
commit
763f5034bd
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: iic.h,v 1.1 1996/04/19 19:52:46 mark Exp $ */
|
||||
/* $NetBSD: iic.h,v 1.2 1997/01/03 23:13:05 mark Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1996 Mark Brinicombe.
|
||||
@ -47,7 +47,7 @@
|
||||
#ifdef _KERNEL
|
||||
|
||||
struct iicbus_attach_args {
|
||||
u_int ib_addr; /* i/o address */
|
||||
int ib_addr; /* i/o address */
|
||||
void *ib_aux; /* driver specific */
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user