From 76fda2e342624cf246a26f7af204b13707eedd77 Mon Sep 17 00:00:00 2001 From: matt Date: Thu, 16 Jan 2003 07:23:06 +0000 Subject: [PATCH] Add ISA Floppy (to be consistent with INSTALL). --- sys/arch/prep/conf/GENERIC | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sys/arch/prep/conf/GENERIC b/sys/arch/prep/conf/GENERIC index ceca2bb400d0..3bc03d304bd1 100644 --- a/sys/arch/prep/conf/GENERIC +++ b/sys/arch/prep/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.61 2003/01/16 06:59:19 matt Exp $ +# $NetBSD: GENERIC,v 1.62 2003/01/16 07:23:06 matt Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.61 $" +#ident "GENERIC-$Revision: 1.62 $" maxusers 32 @@ -298,6 +298,11 @@ cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown +# Miscellaneous mass storage devices + +# ISA Floppy +fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard ISA floppy controller +fd0 at fdc0 drive ? # Network Interfaces