Date: Mon, 2 Oct 2000 00:11:14 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 src/sys/i386/include pci_cfgreg.h src/sys/i386/isa pcibus.c pcibus.h src/sys/i386/pci pci_bus.c pci_cfgreg.c Message-ID: <200010020711.AAA25758@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2000/10/02 00:11:14 PDT
Modified files:
sys/conf files.i386
sys/i386/include pci_cfgreg.h
sys/i386/pci pci_bus.c pci_cfgreg.c
Removed files:
sys/i386/isa pcibus.c pcibus.h
Log:
Move the i386 PCI attachment code out of i386/isa back into i386/pci.
Split out the configuration space access primitives, as these are needed
elsewhere as well.
Revision Changes Path
1.332 +3 -2 src/sys/conf/files.i386
1.3 +6 -1 src/sys/i386/include/pci_cfgreg.h
1.67 +9 -327 src/sys/i386/pci/pci_bus.c
1.67 +242 -697 src/sys/i386/pci/pci_cfgreg.c
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?200010020711.AAA25758>
