diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2003-08-05 20:11:50 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2003-08-05 20:11:50 +0000 |
| commit | 55a6f50b8d4c8f0e465cfde87eccf711be680e9f (patch) | |
| tree | 14a44882470d4b79fe3c927933ed33762017650b /sys/dev/digi | |
| parent | 235a79707a2b66bc4980ae3118bf7efc5f2d3c8b (diff) | |
Notes
Diffstat (limited to 'sys/dev/digi')
| -rw-r--r-- | sys/dev/digi/digi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h index e8f9e0fe2f14..c5c1a4c60342 100644 --- a/sys/dev/digi/digi.h +++ b/sys/dev/digi/digi.h @@ -152,8 +152,8 @@ struct digi_softc { const char *name; enum digi_board_status status; ushort numports; /* number of ports on card */ - ushort port; /* I/O port */ - ushort wport; /* window select I/O port */ + u_int port; /* I/O port */ + u_int wport; /* window select I/O port */ struct { struct resource *mem; |
