diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-25 10:23:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-25 10:23:18 +0000 |
commit | 2b926b3e534ae7da22ee549d988eddedf4ccd114 (patch) | |
tree | acf57e9bab86912f14758c1aeee6c07cf551c10c | |
parent | ae0f7c5f3e0b0fa4c4d73839ec44966f489fb3e4 (diff) |
remove extra comments
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 5 | ||||
-rw-r--r-- | sys/conf/files | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index bafd242ad6f..79cc94c8108 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.52 1999/07/18 21:25:21 csapuntz Exp $ +# $OpenBSD: files.i386,v 1.53 1999/07/25 10:22:25 deraadt Exp $ # $NetBSD: files.i386,v 1.73 1996/05/07 00:58:36 thorpej Exp $ # # new style config file for i386 architecture @@ -62,13 +62,10 @@ major {rd = 17} # Machine-independent ATAPI drivers # -#Comment out this include below if you're using the new ATA stuff include "../../../dev/atapi/files.atapi" -#Start Uncomment for new ATA stuff #include "../../../dev/atapiscsi/files.atapiscsi" #include "../../../dev/ata/files.ata" -#End Uncomment for new ATA stuff # # System bus types diff --git a/sys/conf/files b/sys/conf/files index 95a2a47ee6d..4359eb8f2ab 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.122 1999/07/25 04:38:26 csapuntz Exp $ +# $OpenBSD: files,v 1.123 1999/07/25 10:23:17 deraadt Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -48,14 +48,12 @@ define rtl80x9 # RealTek 8019/8029 NE2000-compatible # common file (e.g. vga) definitions. define wsconsdev {[console = -1]} -#Start uncommenting for new ATA stuff define wdc_base define ata {[channel = -1], [drive = -1]} define atapi {[channel = -1]} # Common code for ESDI/IDE/etc. controllers device wdc: ata, atapi, wdc_base file dev/ic/wdc.c wdc_base -#End uncommenting for new ATA stuff # "Chipset" drivers. These are the bus-independent routines which # contain the cfdrivers. Attachments are provided by files.<bus> |