Chameleon

Chameleon Svn Source Tree

Root/tags/2.0/i386/libsaio/gma.h

Source at commit 2225 created 11 years 1 month ago.
By macman, Chimera 2.0.1: iMessage login fix by Meklort from Chameleon 2.2 r2169 HD4000 support from Chimera 1.11.1 CPU bus and processor speed fix from Chimera 1.11.1 Reverted AMD and NVIDIA card reporting to Chimera 1.11.1 style
1#ifndef __LIBSAIO_GMA_H
2#define __LIBSAIO_GMA_H
3
4bool setup_gma_devprop(pci_dt_t *gma_dev);
5
6struct gma_gpu_t {
7unsigned device;
8char *name;
9};
10
11#define REG8(reg)((volatile uint8_t *)regs)[(reg)]
12#define REG16(reg)((volatile uint16_t *)regs)[(reg) >> 1]
13#define REG32(reg)((volatile uint32_t *)regs)[(reg) >> 2]
14
15
16#endif /* !__LIBSAIO_GMA_H */
17

Archive Download this file

Revision: 2225