Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/dev/firewire/fwohcireg.h 119155 2003-08-20 03:11:37Z simokawa $
---
> * $FreeBSD: head/sys/dev/firewire/fwohcireg.h 120660 2003-10-02 04:06:56Z simokawa $
79c79
< typedef volatile u_int32_t fwohcireg_t;
---
> typedef u_int32_t fwohcireg_t;
97,100c97,100
< volatile u_int32_t cmd;
< volatile u_int32_t addr;
< volatile u_int32_t depend;
< volatile u_int32_t res;
---
> u_int32_t cmd;
> u_int32_t addr;
> u_int32_t depend;
> u_int32_t res;
102c102
< volatile u_int32_t immed[4];
---
> u_int32_t immed[4];
320c320
< volatile struct fwohcidb *db;
---
> struct fwohcidb *db;