Deleted Added
full compact
34c34
< * $FreeBSD: head/sys/dev/firewire/fwohcireg.h 258780 2013-11-30 22:17:27Z eadler $
---
> * $FreeBSD: head/sys/dev/firewire/fwohcireg.h 272214 2014-09-27 16:50:21Z kan $
187c187
< struct ohci_dma{
---
> struct ohci_dma {
214c214
< struct ohci_itdma{
---
> struct ohci_itdma {
240c240
< fwohcireg_t vender; /* vender ID 0x40 */
---
> fwohcireg_t vendor; /* vendor ID 0x40 */
311c311
<
---
>
331c331
< struct fwohcidb_tr{
---
> struct fwohcidb_tr {
344,345c344,345
< struct fwohci_txpkthdr{
< union{
---
> struct fwohci_txpkthdr {
> union {
379c379
< }asycomm;
---
> } asycomm;
395,396c395,396
< }stream;
< }mode;
---
> } stream;
> } mode;
398c398,399
< struct fwohci_trailer{
---
>
> struct fwohci_trailer {
401c402
< time:16;
---
> time:16;
404c405
< stat:16;
---
> stat:16;
415c416
< * defined in OHCI 1.1
---
> * defined in OHCI 1.1