Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Mar 1997 21:17:24 GMT
From:      Richard Tobin <richard@cogsci.ed.ac.uk>
To:        Amancio Hasty <hasty@rah.star-gate.com>
Cc:        Steve Passe <smp@csn.net>, multimedia@freebsd.org
Subject:   Re: newest bt848 driver 
Message-ID:  <28054.199703292117@pitcairn.cogsci.ed.ac.uk>
In-Reply-To: Amancio Hasty's message of Sat, 29 Mar 1997 12:20:33 -0800

next in thread | raw e-mail | index | archive | help
> get_bktr_mem allocates memory in terms of pages (4096 bytes)

No it doesn't!

See what it does for the main memory:

#define BROOKTREE_ALLOC		(BROOKTREE_ALLOC_PAGES * PAGE_SIZE)
...                                                    ^^^^^^^^^^^
    if ( BROOKTREE_ALLOC )
        buf = get_bktr_mem(unit, BROOKTREE_ALLOC);

-- Richard



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?28054.199703292117>