From fcf964d01a94f871b07a921945cecd95ced867d7 Mon Sep 17 00:00:00 2001 From: cube Date: Sun, 27 Mar 2005 14:48:35 +0000 Subject: [PATCH] Note attimer(4) introduction. --- doc/CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGES b/doc/CHANGES index 51b9e06a8d8b..22d8cc2b3d26 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.452 $> +LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.453 $> [Note: This file does not mention every change made to the NetBSD source tree. @@ -11,3 +11,5 @@ Changes from NetBSD 3.0 to NetBSD 4.0: agr(4): Add pseudo-device driver for link aggregation. [yamt 20050318] kernel: Limit the number of locks per user to 1024 [christos 20050320] crypto: Upgrade to OpenSSL 0.9.7f [christos 20050325] + attimer(4): Split the pcppi(4) driver to properly assign resources and + allow both the devices to attach through ACPI [cube 20050325]