Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 1998 21:47:30 -0800 (PST)
From:      Matt Dillon <dillon@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
Message-ID:  <199812140547.VAA05231@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812140547.VAA05231>