K 10 svn:author V 6 dillon K 8 svn:date V 27 1998-12-14T05:47:29.000000Z K 7 svn:log V 280 pci_device pd_probe function changed from returning char * to returning const char *. Originally I was going to add casts from const char * to char * in some of the pci device drivers, but the reality is that the pci device probes return constant quoted strings. END