summaryrefslogtreecommitdiffstats
path: root/drivers/parport/ChangeLog
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-03-23 02:25:38 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-03-23 02:25:38 +0000
commit16b5d462f73eb29d1f67fa01cc1ea66afdc72569 (patch)
tree5407bd573f4840e473ea27cbe61e5c7a07131fcd /drivers/parport/ChangeLog
parentce8a076e11e7e5ee36007f9a3eee5bb3744cb8f6 (diff)
Merge with Linux 2.3.99-pre2.
Diffstat (limited to 'drivers/parport/ChangeLog')
-rw-r--r--drivers/parport/ChangeLog25
1 files changed, 22 insertions, 3 deletions
diff --git a/drivers/parport/ChangeLog b/drivers/parport/ChangeLog
index 8d01df21e..d2bb93c74 100644
--- a/drivers/parport/ChangeLog
+++ b/drivers/parport/ChangeLog
@@ -1,4 +1,23 @@
-2000-03-13 <twaugh@redhat.com>
+2000-03-16 Tim Waugh <twaugh@redhat.com>
+
+ * parport_pc.c (parport_ECP_supported): This seems to trigger on
+ machines that don't have an IRQ conflict; toned down the warning
+ message accordingly.
+
+2000-03-16 Gunther Mayer <gunther.mayer@braunschweig.netsurf.de>
+
+ * parport_pc.c (show_parconfig_smsc37c669): Fix typo.
+ (decode_winbond): More IDs.
+ (winbond_check): Protect against false positives.
+ (winbond_check2): Likewise.
+ (smsc_check): Likewise.
+
+2000-03-15 Tim Waugh <twaugh@redhat.com>
+
+ * parport_pc.c (cleanup_module): Don't call pci_unregister_driver
+ if we didn't call pci_register_driver first.
+
+2000-03-13 Tim Waugh <twaugh@redhat.com>
* parport_pc.c (parport_pc_init): Moved from asm/parport.h.
@@ -19,12 +38,12 @@
(parport_pc_find_ports): New function.
(init_module): Make superio a config option, not a parameter.
-2000-03-10 <twaugh@redhat.com>
+2000-03-10 Tim Waugh <twaugh@redhat.com>
* parport_pc.c (decode_winbond): Use correct 83877ATF chip ID.
(decode_winbond): Fix typo.
-2000-03-09 <twaugh@redhat.com>
+2000-03-09 Tim Waugh <twaugh@redhat.com>
* parport_pc.c: Integrate SuperIO PCI probe with normal PCI card
probe, so that the MODULE_DEVICE_TABLE is complete.