Revision 65591658c11405f18712f723f8c749f09e7551d7 authored by John Baldwin on 17 February 2010, 21:19:10 UTC, committed by John Baldwin on 17 February 2010, 21:19:10 UTC
than the APIC ID of the boot CPU prior to SI_SUB_SMP.  This resulted in
some storage controllers not being able to enumerate attached devices when
using MSI/MSI-X interrupts.  This only affects <= 7.x, so it is a direct
commit to 7.3 rather than an MFC.

Approved by:	re (kib)
1 parent 29e9e54
Raw File
RELNOTES

		 Release notes for OpenPAM Hydrangea
		 ===================================

This release corresponds to the code used in FreeBSD-CURRENT as of the
release date.  It has also been tested on several other platforms, and
is expected to work on almost any POSIX-like platform that has GNU
autotools, GNU make and the GNU compiler suite installed.  One notable
exception is MacOS X, which ships with a very weird, heavily modified
version of GCC.

The library itself is complete.  Documentation exists in the form of
man pages for the library functions.  These man pages are generated by
a Perl script from specially marked-up comments in the source files
themselves, which minimizes the chance that any of them should be out
of date.

The distribution also includes three sample modules (pam_deny,
pam_permit and pam_unix) and a sample application (su).  These are not
intended for actual use, but rather to serve as examples for module or
application developers.

NOTE: to the person who sent me MacOS patches in July 2002: I have
lost your name and email address.  Please contact me so I can give you
proper credit for your contribution.

Please direct bug reports and inquiries to <des@freebsd.org>.

$Id: RELNOTES 404 2007-11-28 12:31:04Z des $
back to top