CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/19 01:57:49
Modified files:
sys/dev/isa : pas.c ess.c
Log message:
Constify string tables
Each only used one for a printf() call in *_attach().
Seen while tweaking their *_hw_if struct.
OK gnezdo ratchov
