In message <[EMAIL PROTECTED]> Mike Smith writes: : Any form of packing is going to cause problems for items that are : located in illegal fashions. It is almost more appropriate to use bus_space_{read,write} than using memory mapped structures. The bus macros will work for otherwise unaligned thigns, while direct access won't. Also, the compiler/system may optimize things in strange ways that cause problems. Do yourself a big favor and don't go down this path. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Driver structures & alignment Yar Tikhiy
- Re: Driver structures & alignment Brian Somers
- Re: Driver structures & alignment Mike Smith
- Re: Driver structures & alignment Yar Tikhiy
- Re: Driver structures & alignment Terry Lambert
- Re: Driver structures & alignment Peter Wemm
- Re: Driver structures & alignment Andrew Gallatin
- Re: Driver structures & alignment Mike Smith
- Re: Driver structures & alignment Warner Losh
- Re: Driver structures & alignment Mike Smith
- Re: Driver structures & alignment David O'Brien
- Re: Driver structures & alignment Warner Losh
- Re: Driver structures & alignment David O'Brien
- Re: Driver structures & alignment Drew Eckhardt
- Re: Driver structures & alignment Warner Losh