Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jonathan Stone <jonathan@netbsd.org>
List: source-changes
Date: 07/30/2003 18:49:30
Module Name:	src
Committed By:	jonathan
Date:		Wed Jul 30 18:49:29 UTC 2003

Modified Files:
	src/sys/dev/pci: hifn7751.c hifn7751reg.h hifn7751var.h

Log Message:
Discard previous driver; it didnt really do anything.

Replace with  a new from-scratch port of  recent OpenBSD hifn7751 source,
with changes to the crypto-framework calls to fit Sam Leffler's rework.
(Some of the attach-time changes from the previous driver were carried over).
Many thanks to Quentin Garnier (cube@cubidou.net) for testing an pre-release
of the driver and finding a couple of missing initializations.

Note that RNG support is temporarily disabled, until a potential issue
with RNG quality is investigated and resolved.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/pci/hifn7751.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/pci/hifn7751reg.h
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/hifn7751var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.