- fix two date formats

- x86 -> amd64, i386 (for "Port specific changes" on www)
This commit is contained in:
tsutsui 2008-08-27 16:10:08 +00:00
parent 5299fe67e8
commit 5977bb1cc4
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1096 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1097 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -455,7 +455,7 @@ Changes from NetBSD 4.0 to NetBSD 5.0:
[jmmv 20080209]
iwn(4): Added a driver for the Intel Pro/Wireless Lan 4965AGN
Mini-PCI Adapter, ported from OpenBSD. [ober 20080209]
ofppc: Add support for the 7046-B50. [garbled 2008-02-13]
ofppc: Add support for the 7046-B50. [garbled 20080213]
powerpc: Add tuned assembler from IBM for memcpy(3), memmove(3) and
memcmp(3). [garbled 20080221]
puc(4): Add support for I-O DATA RSA-PCI 2 port serial board.
@ -489,7 +489,7 @@ Changes from NetBSD 4.0 to NetBSD 5.0:
[jmcneill 20080331]
zaurus: Add sysinst support. [chris 20080401]
isv(4): Add support for the IDEC Supervision/16 image capture board
for ISA. dyoung 20080402]
for ISA. [dyoung 20080402]
puc(4): Support for Digi International 4 and 8 port boards,
from OpenBSD. [riz 20080403]
finsio(4): Added a driver for the Fintek Super I/O chips, supporting
@ -637,7 +637,7 @@ Changes from NetBSD 4.0 to NetBSD 5.0:
base systems [pooka 20080729]
rump_fs: Install rump versions of kernel file system servers with a
puffs-enabled base system [pooka 20080729]
x86: VGA_POST in GENERIC can replace vbetool after resume
amd64, i386: VGA_POST in GENERIC can replace vbetool after resume
(machdep.acpi_vbios_reset=2) and allows basic diagnostic
after a panic in X with "call ddb_vgapost" [joerg 20080731]
wapbl(4): Add support for metadata journaling for FFS. Contributed