diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 2005-04-01 22:56:37 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 2005-04-01 22:56:37 +0000 |
| commit | 0e49742d03aed2199b979e5e2ac1b822b412252f (patch) | |
| tree | 2dda2e92611ed426e5523ca7ec4ff5423a5909ee | |
| parent | 5abe8537a0207182b288996fa2526f0e4ba61f01 (diff) | |
Notes
| -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 |
