From: M. R. B. <mr...@us...> - 2001-03-11 11:32:28
|
Update of /cvsroot/linuxdc/linux In directory usw-pr-cvs1:/tmp/cvs-serv3568 Modified Files: ChangeLog.dc Log Message: Initial PCI and BBA support Index: ChangeLog.dc =================================================================== RCS file: /cvsroot/linuxdc/linux/ChangeLog.dc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** ChangeLog.dc 2001/03/05 01:29:23 1.5 --- ChangeLog.dc 2001/03/11 11:34:19 1.6 *************** *** 1,2 **** --- 1,23 ---- + 2001-03-11 M. R. Brown <mr...@0x...> + + * arch/sh/kernel/Makefile (CONFIG_PCI): Added dependancy for pci_gaps.o + for CONFIG_SH_DREAMCAST. + * arch/sh/kernel/io_powervr2dc.c (g2_bus_lock, g2_bus_unlock, ...): + New functions. + Removed comments around original inX/outX routines and enabled them. + * arch/sh/kernel/mach_dreamcast.c: Added new I/O routines and PCI init + routine to the machvec. + Added entries for mv_ioremap, mv_iounmap, and mv_isa_port2addr. + * arch/sh/kernel/pci_gaps.c: New file. + + * drivers/net/8139too.c: Added the SEGA8139 board type. Added PCI + vendor mappings for the Sega Broadband Adapter. + + * include/asm-sh/io_powervr2dc.h: Added prototypes for the new I/O + routines and gaps_init_pci. + Changed generic __readX/__writeX macros to point to custom I/O + routines. + * include/asm-sh/powervr2dc.h: Added PVR2DC_G2_STATUS register def. + 2001-03-04 M. R. Brown <mr...@0x...> |