CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/12/03 08:46:07
Modified files:
sys/arch/amd64/amd64: bus_dma.c bus_space.c
sys/arch/amd64/include: bus.h isa_machdep.h pci_machdep.h
sys/arch/amd64/isa: isa_machdep.c
sys/arch/amd64/pci: iommu.c pci_machdep.c
sys/arch/i386/eisa: eisa_machdep.c eisa_machdep.h
sys/arch/i386/i386: bus_space.c machdep.c
sys/arch/i386/include: bus.h
sys/arch/i386/isa: isa_machdep.c isa_machdep.h
sys/arch/i386/pci: pci_machdep.c pci_machdep.h
Log message:
Remove the x86 and i386 prefixes to the bus_dma types. It's really quite
pointless and just makes the code different for no reason. This moves i386 and
amd64 bus_dma to being a lot closer to identical.
suggestion to just remove the prefix instead of merge them from [EMAIL
PROTECTED]
no objections art@, kettenis@, ok weingart@