Module Name: src
Committed By: jakllsch
Date: Sun Apr 4 14:46:36 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
Note Intel 82855GM AGP support in agp(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1376 -r1.1377 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1376 src/doc/CHANGES:1.1377
--- src/doc/CHANGES:1.1376 Thu Apr 1 18:47:19 2010
+++ src/doc/CHANGES Sun Apr 4 14:46:35 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1376 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1377 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -578,3 +578,4 @@
[macallan 20100401]
atari: Add support for the EtherNEC, ISA NE2000 based Ethernet
connected to Atari ROM cartridge slot. [tsutsui 20100401]
+ agp(4): Add support for the Intel 82855GM AGP port. [jakllsch 20100404]