summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 89bd16dd91..9c64104274 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2000-03-20 Richard Henderson <rth@cygnus.com>
+
+ * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
+ Kill sethae.
+ * sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
+ * sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
+ Use physical addresses not KSEG addresses.
+ (io_system): Add PYXIS.
+ (io): Remove hae.reg, sys, hae_shift.
+ (stb_mb, stw_mb, stl_mb, __sethae): New.
+ (inline_outb, inline_outw, inline_outl): Don't set hae.
+ (inline_inb, inline_inw, inline_inl): Likewise.
+ (dense_sethae): New null function.
+ (struct cpuinfo_data): New.
+ (process_cpuinfo): Use local and stack variables, not static.
+ Move readlink check here from init_iosys.
+ (init_iosys): Use __pciconfig_iobase first. Know SX and LX as PYXIS.
+ (_iopl): Simplify.
+ (_hae_shift): Calculate it here.
+ * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
+ add pciconfig_iobase.
+
2000-03-20 Roland McGrath <roland@baalperazim.frob.com>
* locale/programs/ld-time.c (time_finish): Use %Z instead of %z.