]> git.ipfire.org Git - thirdparty/pciutils.git/commitdiff
header.h: Fix type 1 header comment master
authorRong Tao <rongtao@cestc.cn>
Mon, 23 Jun 2025 08:30:43 +0000 (16:30 +0800)
committerMartin Mareš <mj@ucw.cz>
Mon, 23 Jun 2025 12:10:18 +0000 (14:10 +0200)
Should be 0x35-0x37 is reserved.

Signed-off-by: Rong Tao <rongtao@cestc.cn>
lib/header.h

index 9cef020c97cbd2ee2db49f21953480bdff450168..b68f2a0559e5ae2f31e00e65a8b19de36a28e07d 100644 (file)
 #define PCI_IO_BASE_UPPER16    0x30    /* Upper half of I/O addresses */
 #define PCI_IO_LIMIT_UPPER16   0x32
 /* 0x34 same as for htype 0 */
-/* 0x35-0x3b is reserved */
+/* 0x35-0x37 is reserved */
 #define PCI_ROM_ADDRESS1       0x38    /* Same as PCI_ROM_ADDRESS, but for htype 1 */
 /* 0x3c-0x3d are same as for htype 0 */
 #define PCI_BRIDGE_CONTROL     0x3e