Subject: Re: PG_BUSY and other discrepancies?
To: BSD Current Users <current-users@netbsd.org>
From: Greywolf <greywolf@starwolf.com>
List: current-users
Date: 02/16/2001 13:52:07
Following up to myself (duh): In case it's not apparent:
- I found the i810 chipset driver for X but the compiled server
is XF86 3.3.6
- The module provided does not modload under -current.
- so I'm trying to rebuild the module and HOPE that it will work,
but I can't rebuild because of these discrepancies.
On Fri, 16 Feb 2001, Greywolf wrote:
# h'lo.
#
# in -current, one of the discrepancies I'm finding is (full paths mine):
#
# /* /usr/include/vm/vm_page.h 1.36 2000/04/24 17:12:02 thorpej */
# #define PG_BUSY 0x0010
#
# /* /usr/src/sys/uvm/uvm_page.h 1.19 2000/12/28 08:24:55 chs */
# #define PG_BUSY 0x0001
#
# The problem is that one seems to depend on the other; I'm also getting
# conflicts for PG_WANTED, PG_TABLED, PG_FAKE, PG_RELEASED as well
# as redeclarations/redefinitions of vm_inherit_t, voff_t, vm_map_object_t...
#
# ...am I out of sync here?
#
# --*greywolf;
# --
# *BSD: No Worries!
#
#
--*greywolf;
--
*BSD: Perpetual performance!