From 7d169ecd1a4f274bdd40db5053e87ac101be1e48 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Mar 2007 09:44:48 +0000 Subject: [PATCH] =?UTF-8?q?2007-03-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * shared/pci/pcibios.c, shared/pci/pcibios.h: Reflect changes to rtems/pci.h. Convert to using stdint fixed-size types. --- c/src/lib/libbsp/i386/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/c/src/lib/libbsp/i386/ChangeLog b/c/src/lib/libbsp/i386/ChangeLog index 1d34fbab93..3b764828a4 100644 --- a/c/src/lib/libbsp/i386/ChangeLog +++ b/c/src/lib/libbsp/i386/ChangeLog @@ -1,3 +1,9 @@ +2007-03-30 Ralf Corsépius + + * shared/pci/pcibios.c, shared/pci/pcibios.h: + Reflect changes to rtems/pci.h. Convert to using + stdint fixed-size types. + 2006-12-12 Ralf Corsépius * shared/irq/idt.c: unsigned limits to match with