Date: Thu, 16 Jan 2003 05:09:33 -0800 (PST) From: Hidetoshi Shimokawa <simokawa@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h Message-ID: <200301161309.h0GD9X82084739@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
simokawa 2003/01/16 05:09:33 PST
Modified files:
sys/dev/firewire firewire.c fwdev.c fwohci.c fwohcivar.h
Log:
Improve memory allocation.
- Don't use contigmalloc() and allocate page by page to avoid
allocation failure.
- allocate buffer by PAGE_SIZE.
Revision Changes Path
1.23 +4 -4 src/sys/dev/firewire/firewire.c
1.7 +2 -2 src/sys/dev/firewire/fwdev.c
1.20 +34 -23 src/sys/dev/firewire/fwohci.c
1.6 +3 -0 src/sys/dev/firewire/fwohcivar.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?200301161309.h0GD9X82084739>
