From a3e4c69284ac99220c8d2b2614630c42ea6b5d79 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 27 Jan 2004 18:26:43 +0000 Subject: [PATCH] USB storage devices are standard fare these days, add device atapicam to GENERIC. --- sys/config/GENERIC | 3 ++- sys/i386/conf/GENERIC | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/config/GENERIC b/sys/config/GENERIC index a2fcd3b3a9..0edc5ad639 100644 --- a/sys/config/GENERIC +++ b/sys/config/GENERIC @@ -16,7 +16,7 @@ # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.54 2003/04/28 03:41:46 simokawa Exp $ -# $DragonFly: src/sys/config/GENERIC,v 1.7 2004/01/09 20:49:39 drhodus Exp $ +# $DragonFly: src/sys/config/GENERIC,v 1.8 2004/01/27 18:26:43 dillon Exp $ machine i386 cpu I386_CPU @@ -93,6 +93,7 @@ device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives +device atapicam # Emulate ATAPI devices as SCSI via CAM options ATA_STATIC_ID #Static device numbering # SCSI Controllers diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 1dca3b4d97..bc84380d5b 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -16,7 +16,7 @@ # in doubt as to the purpose or necessity of a line, check first in LINT. # # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.54 2003/04/28 03:41:46 simokawa Exp $ -# $DragonFly: src/sys/i386/conf/Attic/GENERIC,v 1.7 2004/01/09 20:49:39 drhodus Exp $ +# $DragonFly: src/sys/i386/conf/Attic/GENERIC,v 1.8 2004/01/27 18:26:43 dillon Exp $ machine i386 cpu I386_CPU @@ -93,6 +93,7 @@ device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device atapifd # ATAPI floppy drives device atapist # ATAPI tape drives +device atapicam # Emulate ATAPI devices as SCSI via CAM options ATA_STATIC_ID #Static device numbering # SCSI Controllers -- 2.41.0