diff options
author | Stefan Reinauer <stepan@openbios.org> | 2003-09-25 12:54:55 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2003-09-25 12:54:55 +0000 |
commit | bb79b0efb810e20becec881e5892b96d0403174e (patch) | |
tree | 2fa126c3bd3500e5e90986efdd27d555f1b9be40 /src/southbridge | |
parent | 0fff41e261c97dab2a43d52678b161c2d6412951 (diff) |
remove last occurence of AMD8111_DEV
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1128 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge')
-rw-r--r-- | src/southbridge/amd/amd8111/amd8111_smbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/amd/amd8111/amd8111_smbus.c b/src/southbridge/amd/amd8111/amd8111_smbus.c index 4b938d1eb7..bfa78b3c8a 100644 --- a/src/southbridge/amd/amd8111/amd8111_smbus.c +++ b/src/southbridge/amd/amd8111/amd8111_smbus.c @@ -3,7 +3,7 @@ #include <arch/io.h> #define PM_BUS 0 -#define PM_DEVFN (AMD8111_DEVFN+3) +#define PM_DEVFN PCI_DEVFN(0x7,3) #define SMBUS_IO_BASE 0x1000 #define SMBHSTSTAT 0 |