diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-05-02 19:47:11 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:27:09 +0200 |
commit | 5ccc7791cd3ea06c70af61cf5a580e06b10bcc37 (patch) | |
tree | 5d9b0d56173aa6d6d3955e7ee2f3d7e9571f96d8 /ChangeLog | |
parent | 7104e4f22e9cc30921bfd68ac9a162a48a235ad1 (diff) |
2007-05-02 Thomas Schwinge <tschwinge@gnu.org>
* configure.ac (--disable-default-device-drivers): Transform into...
(--enable-device-drivers): ... this new option and extend it.
* i386/configfrag.ac (--enable-lpr): Adapt to that.
* linux/configfrag.ac (AC_OPTION_Linux_ix86_at, AC_Linux_DRIVER):
Likewise.
(AC_Linux_DRIVER_qemu): New definition. Use it for the `floppy', `ide'
and `ne' device drivers.
* doc/mach.texi: Document all that.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2007-05-02 Thomas Schwinge <tschwinge@gnu.org> + + * configure.ac (--disable-default-device-drivers): Transform into... + (--enable-device-drivers): ... this new option and extend it. + * i386/configfrag.ac (--enable-lpr): Adapt to that. + * linux/configfrag.ac (AC_OPTION_Linux_ix86_at, AC_Linux_DRIVER): + Likewise. + (AC_Linux_DRIVER_qemu): New definition. Use it for the `floppy', `ide' + and `ne' device drivers. + * doc/mach.texi: Document all that. + 2007-05-01 Thomas Schwinge <tschwinge@gnu.org> * assigns: Remove file. See `copyright.list' on the GNU server instead. |