lhc 193 dev/pci/ami_pci.c const char *intrstr, *model = NULL, *lhc; lhc 279 dev/pci/ami_pci.c case AMI_SGL_LHC: lhc = "64b/lhc"; break; lhc 280 dev/pci/ami_pci.c case AMI_SGL_HLC: lhc = "64b/hlc"; break; lhc 281 dev/pci/ami_pci.c default: lhc = "32b"; lhc 292 dev/pci/ami_pci.c printf("%s: %s, %s", sc->sc_dev.dv_xname, model, lhc);