CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/10/21 11:45:40
Modified files:
sys/dev/ic : aic7xxxvar.h aic79xx.h
sys/dev/pci : ahc_pci.c ahd_pci.c
Log message:
constify global identity tables
ah{c,d}_find_pci_device() already return their members as const.
OK krw
