1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00

Switch off debugging that was left on in last commit.

This commit is contained in:
Søren Schmidt 2005-12-05 17:58:11 +00:00
parent eed08844c9
commit 02268a2d11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=153118

View File

@ -106,7 +106,7 @@ static void ata_raid_via_print_meta(struct via_raid_conf *meta);
static struct ar_softc *ata_raid_arrays[MAX_ARRAYS];
static MALLOC_DEFINE(M_AR, "ar_driver", "ATA PseudoRAID driver");
static devclass_t ata_raid_sub_devclass;
static int testing = 1;
static int testing = 0;
/* device structures */
static disk_strategy_t ata_raid_strategy;