From owner-cvs-all Sun Dec 13 21:47:33 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA00409 for cvs-all-outgoing; Sun, 13 Dec 1998 21:47:33 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA00401; Sun, 13 Dec 1998 21:47:30 -0800 (PST) (envelope-from dillon@FreeBSD.org) From: Matt Dillon Received: (from dillon@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA05231; Sun, 13 Dec 1998 21:47:30 -0800 (PST) Date: Sun, 13 Dec 1998 21:47:30 -0800 (PST) Message-Id: <199812140547.VAA05231@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ahc_pci.c ide_pci.c if_de.c if_ed_p.c if_fxp.c if_vx_pci.c ncr.c pci_compat.c pcisupport.c pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dillon 1998/12/13 21:47:29 PST Modified files: sys/pci ahc_pci.c ide_pci.c if_de.c if_ed_p.c if_fxp.c if_vx_pci.c ncr.c pci_compat.c pcisupport.c pcivar.h Log: 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. Revision Changes Path 1.4 +3 -3 src/sys/pci/ahc_pci.c 1.17 +2 -2 src/sys/pci/ide_pci.c 1.92 +2 -2 src/sys/pci/if_de.c 1.14 +3 -3 src/sys/pci/if_ed_p.c 1.59 +3 -3 src/sys/pci/if_fxp.c 1.10 +2 -2 src/sys/pci/if_vx_pci.c 1.140 +4 -4 src/sys/pci/ncr.c 1.17 +3 -3 src/sys/pci/pci_compat.c 1.79 +9 -9 src/sys/pci/pcisupport.c 1.23 +2 -2 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message