freebsd-nq/sys/dev/pci
Matthew Dillon 35f069d08b 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.
1998-12-14 05:47:29 +00:00
..
ohci_pci.c Fixed same as Julian did in uhci_pci.c and fixed the fetching of the revision ohci_pci.c; clean up 1998-12-11 00:09:54 +00:00
pci.c s/%#p/%p/ to fix a warning. This looks like a leftover of once being 1998-11-09 08:08:06 +00:00
pcireg.h ahc_pci.c: 1998-10-07 03:40:51 +00:00
pcivar.h pci_device pd_probe function changed from returning char * to returning 1998-12-14 05:47:29 +00:00
uhci_pci.c Fixed same as Julian did in uhci_pci.c and fixed the fetching of the revision ohci_pci.c; clean up 1998-12-11 00:09:54 +00:00