CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/05/10 09:57:38
Modified files:
sys/dev/ic : stireg.h
sys/dev/pci : sti_pci.c
Log message:
Almost 26 years ago, when sti(4) was rewritten as an MI driver, some of
the pci-related defines for the "bus support" field in the rom information
were incorrectly defined. This was not noticed as there was no pci attachment
for sti devices yet.
Replace these with the correct values, as documented in the sti spec and also
in stirom.h found in HP-UX 11i.
While there, rework and simplify the logic deciding whether we need to make
a ram copy of the rom on pci devices.
No functional change, FireGL-UX still won't work.