diff options
author | archie <archie@FreeBSD.org> | 2000-10-02 00:41:43 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2000-10-02 00:41:43 +0000 |
commit | bc3a00b59c07d3dd51088ecd5dc2d3f07cab15c5 (patch) | |
tree | 04a04effcb2118628bfebe2df29c95eb4386956b /sys/pci | |
parent | 1a40bfc3781c0b385a09c058e4076cf5140969fd (diff) | |
download | FreeBSD-src-bc3a00b59c07d3dd51088ecd5dc2d3f07cab15c5.zip FreeBSD-src-bc3a00b59c07d3dd51088ecd5dc2d3f07cab15c5.tar.gz |
Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass.
Remove cut & paste leftovers.
Diffstat (limited to 'sys/pci')
-rw-r--r-- | sys/pci/pcireg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/pci/pcireg.h b/sys/pci/pcireg.h index 8f6e474..eb5c471 100644 --- a/sys/pci/pcireg.h +++ b/sys/pci/pcireg.h @@ -220,8 +220,7 @@ #define PCIS_SERIALBUS_SSA 0x02 #define PCIS_SERIALBUS_USB 0x03 #define PCIS_SERIALBUS_FC 0x04 -#define PCIS_SERIALBUS -#define PCIS_SERIALBUS +#define PCIS_SERIALBUS_SMBUS 0x05 #define PCIC_OTHER 0xff |