]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Assign start to the value we were able to allocate and use that to
authorimp <imp@FreeBSD.org>
Mon, 30 Oct 2006 22:46:33 +0000 (22:46 +0000)
committerimp <imp@FreeBSD.org>
Mon, 30 Oct 2006 22:46:33 +0000 (22:46 +0000)
commit82791e6dba1cc9ea7aac2b1f1e01299f5e874419
treec8b5c7636a22e0f2267928601e1cece8790f14ef
parent02d450964f3b7fa286520f9baca6c25197cff69d
Assign start to the value we were able to allocate and use that to
write out the BAR.  Otherwise, we were trying to shift a 32-bit
quantity on 32-bit platforms.  Also, 'start' check sanity to where it
is known.
sys/dev/pci/pci.c