diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-09-09 06:00:00 +0300 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2009-09-09 13:39:04 +0300 |
commit | f6039ef1bc9962caf18a3abb15c7f627ffc6158a (patch) | |
tree | af1668534a21a12bee86c760fc08f9e00517575c | |
parent | 50b44451c6462bf999e8899715377dd735bc8940 (diff) |
geode: use lowercase vendor id
-rw-r--r-- | src/geode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geode.h b/src/geode.h index 4f0b467..8fe67b5 100644 --- a/src/geode.h +++ b/src/geode.h @@ -60,7 +60,7 @@ #define LX 0x20 #define PCI_VENDOR_ID_CYRIX 0x1078 -#define PCI_VENDOR_ID_NS 0x100B +#define PCI_VENDOR_ID_NS 0x100b #define PCI_VENDOR_ID_AMD 0x1022 #define PCI_CHIP_5530 0x0104 |