]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move getb1 and putb1 from pcic_isa.c to pcic.c. Rename them to
authorimp <imp@FreeBSD.org>
Thu, 24 May 2001 04:03:28 +0000 (04:03 +0000)
committerimp <imp@FreeBSD.org>
Thu, 24 May 2001 04:03:28 +0000 (04:03 +0000)
commit85de757366f537a26a6400585ffe3f4e4218d608
tree1c0f888aa43be02be1038ef698df85ac2cb71f2e
parent717e07e4944616b973ee8251f533ee5dc4044d30
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.
sys/pccard/pcic.c
sys/pccard/pcic_isa.c
sys/pccard/pcicvar.h