more modifications for cross-endian support. linux now gets to pciconfig
authorAli Saidi <saidi@eecs.umich.edu>
Wed, 23 Jun 2004 19:07:09 +0000 (15:07 -0400)
committerAli Saidi <saidi@eecs.umich.edu>
Wed, 23 Jun 2004 19:07:09 +0000 (15:07 -0400)
commit231fac0a2b4ed7c882c6d83c279bf2a4d2083726
treef951bf16ef486951c3b31cb135bfc58fe0aa177d
parent3f7b780af5530cc60228ebd3e895ab26d477614e
more modifications for cross-endian support. linux now gets to pciconfig

dev/alpha_console.cc:
    rather than acessing a byte array for alpha access, access the members
    **this requires an updated console**
dev/pcidev.cc:
    correctly type all the pci data and store in in little endian no
    matter what system we are on
dev/tsunami_uart.cc:
    correct a bug with the data type.
kern/linux/linux_system.cc:
    system type in hwprb needs to be endian happy as well.

--HG--
extra : convert_revision : 8de9bb69365b5d30fceaf4fa342a1639f92d7a83
dev/alpha_console.cc
dev/pcidev.cc
dev/tsunami_uart.cc
kern/linux/linux_system.cc