NetBSD/src cBlUpNssys/dev/pci piixpm.c piixpmreg.h

   Improve SB800 and newer chipsets support:
   - Add newer chipset (e.g. X370/X399 and newer) support that the PCI device id
     is 0x790b. The register definitions are mainly taken from FreeBSD.
   - Rename PIIXPM_INDIRECTIO_* to SB800_INDIRECTIO_* because those are only
     for SB800 and newer chipsets.
   - SB800 also support 4 ports.
   - SB800's interrupt configuration bit is different from others.
     Use SB800_SMB_HOSTC's bit 0.
   - Do not bus_space_map devices which are at address 0 (it's uninitialized)
     in piixpm_attach().
   - Add the port number to the dmesg output.
   - Avoid uninitiliazed use of ctl and corresponding warnings. From OpenBSD rev.
     1.38
VersionDeltaFile
1.54+119-63sys/dev/pci/piixpm.c
1.8+63-5sys/dev/pci/piixpmreg.h
+182-682 files

UnifiedSplitRaw