diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-07-26 23:16:34 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:39 +0200 |
commit | da6a24089aa37a15cfc370654756dd1016e568e1 (patch) | |
tree | 4c64dda9f78349458e65af7694535d7570a74590 /ChangeLog | |
parent | 0f5e02cac96eaeb7645c4ff4470809e97cd86bfa (diff) |
2006-07-27 Stefan Siegl <stesie@brokenpipe.de>
* i386/linux/configure.ac (pcmcia, wireless): New driver classes.
(i82365, 3c574_cs, 3c589_cs, axnet_cs, fmvj18x_cs, nmclan_cs, pcnet_cs)
(smc91c92_cs, xirc2ps_cs, orinoco_cs): New drivers.
* i386/linux/Makefile.in (linux-pcmcia-cs-modules-files)
(linux-pcmcia-cs-clients-files, linux-pcmcia-cs-wireless-files): New
variables. Add `vpath's to the files locations.
(all-linux-files): Add the three new variables.
(linux-pcmcia-cs-modules-flags, linux-pcmcia-cs-clients-flags)
(linux-pcmcia-cs-wireless-flags): New variables.
(linux-flags): Add code to handle the above files and flags.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2006-07-27 Stefan Siegl <stesie@brokenpipe.de> + * i386/linux/configure.ac (pcmcia, wireless): New driver classes. + (i82365, 3c574_cs, 3c589_cs, axnet_cs, fmvj18x_cs, nmclan_cs, pcnet_cs) + (smc91c92_cs, xirc2ps_cs, orinoco_cs): New drivers. + * i386/linux/Makefile.in (linux-pcmcia-cs-modules-files) + (linux-pcmcia-cs-clients-files, linux-pcmcia-cs-wireless-files): New + variables. Add `vpath's to the files locations. + (all-linux-files): Add the three new variables. + (linux-pcmcia-cs-modules-flags, linux-pcmcia-cs-clients-flags) + (linux-pcmcia-cs-wireless-flags): New variables. + (linux-flags): Add code to handle the above files and flags. + * i386/i386at/i386at_ds_routines.c (emulation_list) [LINUX_DEV && CONFIG_INET && CONFIG_PCMCIA]: Add the Linux pcmcia emulation structure. |