CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/31 08:58:53
Modified files:
sys/dev/pci : neoreg.h
sys/dev/microcode/neomagic: build.c neo-coeff.h
Log message:
Skip making structure elements const, as it provides no benefit, and
it would require a pile of pointless de-const casts in the firmware
construction code.
