Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 10/29/2005 08:10:38
Module Name: src
Committed By: scw
Date: Sat Oct 29 08:10:38 UTC 2005
Modified Files:
src/sys/dev/pci: if_iwi.c
Log Message:
Support big-endian hosts:
- Always byte-swap data read from EEPROM.
- Byte-swap firmware image when host is big-endian.
In iwi_tx_start():
- Fix descriptor initialisation bogon (only problematic on big-endian hosts).
- Fix bus_dmamap_sync() 'len' parameter..
To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/dev/pci/if_iwi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.