diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 2005-04-02 05:03:34 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 2005-04-02 05:03:34 +0000 |
| commit | e31e295051bfd9a5d8543414b8aa9ffb06be2e4e (patch) | |
| tree | 1263be75478661a53937918ab1fe02fce3824bb1 /sys/dev | |
| parent | 59449e86dc29edf7fa5eaa0246f255d74e68fda8 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcireg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index d010291be131..466cddaa55d6 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -273,7 +273,7 @@ #define PCIS_PROCESSOR_PENTIUM 0x02 #define PCIS_PROCESSOR_ALPHA 0x10 #define PCIS_PROCESSOR_POWERPC 0x20 -#define PCIS_PROCESSOR_MIPS 0x20 +#define PCIS_PROCESSOR_MIPS 0x30 #define PCIS_PROCESSOR_COPROC 0x40 #define PCIC_SERIALBUS 0x0c |
