Date: Wed, 23 May 2001 23:54:49 -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_isa.c pcic_pci.c pcicvar.h Message-ID: <200105240654.f4O6so026834@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/05/23 23:54:49 PDT Modified files: sys/pccard i82365.h pcic.c pcic_isa.c pcic_pci.c pcicvar.h Log: Use bus_space functions rather than inb/outb. Add defines for PCIC_INDEX and PCIC_DATA offsets. Change PCIC_INDEX_0 to PCIC_PORT_0 Add define for PCIC_NPORT. Document why the vadem probe works. Revision Changes Path 1.17 +5 -5 src/sys/pccard/i82365.h 1.135 +10 -5 src/sys/pccard/pcic.c 1.8 +13 -9 src/sys/pccard/pcic_isa.c 1.39 +2 -2 src/sys/pccard/pcic_pci.c 1.9 +3 -4 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?200105240654.f4O6so026834>