Date: Wed, 23 May 2001 21:03:29 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic.c pcic_isa.c pcicvar.h Message-ID: <200105240403.f4O43TT96723@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2001/05/23 21:03:29 PDT Modified files: sys/pccard pcic.c pcic_isa.c pcicvar.h Log: Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to pcic_{get,put}b_io. There are some pci bridges (the CL-PD6729 and maybe others) that do not have memory mapped registers, so we'll need these in both places. Declare them in pcicvar.h. Revision Changes Path 1.134 +21 -1 src/sys/pccard/pcic.c 1.7 +3 -23 src/sys/pccard/pcic_isa.c 1.8 +3 -1 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?200105240403.f4O43TT96723>