Messages in this thread Patch in this message |  | | From | (Wingerde van GR) | Subject | drivers/block/Config.in patch for ide chipsets. | Date | Wed, 5 Jun 1996 11:00:14 +0200 (MET DST) |
| |
Hi,
The Promise ide chipset driver in the block drivers directory is still marked as ALPHA. This is the last place in the kernel tree where an ALPHA indication of a driver is not converted to an EXPERIMENTAL indication. This patch corrects that.
Gertjan
------ start patch --- linux-pre2.0.12/drivers/block/Config.in.old Tue May 21 21:19:24 1996 +++ linux-pre2.0.12/drivers/block/Config.in Tue Jun 4 23:43:05 1996 @@ -25,7 +25,9 @@ bool ' ALI M1439/M1445 support' CONFIG_BLK_DEV_ALI14XX bool ' DTC-2278 support' CONFIG_BLK_DEV_DTC2278 bool ' Holtek HT6560B support' CONFIG_BLK_DEV_HT6560B - bool ' PROMISE DC4030 support (ALPHA)' CONFIG_BLK_DEV_PROMISE + if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then + bool ' PROMISE DC4030 support (EXPERIMENTAL)' CONFIG_BLK_DEV_PROMISE + fi bool ' QDI QD6580 support' CONFIG_BLK_DEV_QD6580 bool ' UMC 8672 support' CONFIG_BLK_DEV_UMC8672 fi ------ end patch --
Gertjan van Wingerde home address: Student Computer Science Vrije Universiteit J.H. Dunantstraat 44 Amsterdam 1561 BD Krommenie The Netherlands
e-mail: gertjan@cs.vu.nl URL: http://www.cs.vu.nl/~gertjan/
|  |