Date: Sat, 20 Jul 2002 15:29:24 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard i82365.h pcic.c pcic_pci.c pcicvar.h Message-ID: <200207202229.g6KMTOWh024222@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2002/07/20 15:29:24 PDT Modified files: sys/pccard i82365.h pcic.c pcic_pci.c pcicvar.h Log: Add support for writing to mapping high memory for pccard memory windows. Right now we only support pci chips that are memory mapped. These are the most common bridges in use today and will help a large majority of the users. I/O mapped PCI chips support this functionality in a different way, as do some of the ISA bridges (but only when mounted on a motherboard). These chips are not supported by this change. Revision Changes Path 1.26 +7 -0 src/sys/pccard/i82365.h 1.177 +11 -0 src/sys/pccard/pcic.c 1.119 +2 -0 src/sys/pccard/pcic_pci.c 1.29 +1 -0 src/sys/pccard/pcicvar.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?200207202229.g6KMTOWh024222>