Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2005 14:56:43 +0530
From:      "Romil Shah" <romil_shah@persistent.co.in>
To:        "Freebsd" <freebsd-questions@freebsd.org>
Subject:   FW: pmap_enter  Vs pmap_kenter_temporary
Message-ID:  <PKEGLDHOACNEEHFFOBJKCEEFCAAA.romil_shah@persistent.co.in>

next in thread | raw e-mail | index | archive | help


-----Original Message-----
From: owner-freebsd-questions@freebsd.org
[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Romil Shah
Sent: Friday, January 07, 2005 11:58 AM
To: Freebsd
Subject: pmap_enter Vs pmap_kenter_temporary



   Hi,
    I am using older ver of FreeBSD RELEGN4 , my system has 2200S Adaptec
RAID controller which uses aac driver and a swap device on raid disk. When
kernel panics , the control passes to the aac_disk_dump() function under
aac/aac_disk.c , where the dump get queued to controller . As i am using
older RELEGN4 aac driver uses pamp_enter rather than pmap_kenter_temporary ,
on calling the aac_dump_enqueue va is passed i.e. return value of
pmap_kenter_tmporary.(in new version)

If i am not wrong than va hold the location of RAM from where data needs to
be copied to swap device through the aac_dump_enqueue.

:( I am using old version so i have pmap_enter which return void .

Can you tell me the exact task that is done by pmap_enter Vs
pmap_kenter_temporary.
Can i use pmap_kenter_temporary in my older RELEGN4 (i cannot move to new
RELEGN4)

Thanks,
Romil Shah

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"



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