Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 1995 00:35:43 -0500
From:      starkhome!gene@sbstark.cs.sunysb.edu (Gene Stark)
To:        Marc Ramirez <mramirez.sy.yale.edu!mrami@sbstark.cs.sunysb.edu>
Cc:        questions@FreeBSD.org
Subject:   Colorado tape backup config
Message-ID:  <199502200535.AAA03347@starkhome.cs.sunysb.edu>
In-Reply-To: Marc Ramirez's message of Sun, 19 Feb 1995 15:39:42 -0500 (EST)

next in thread | raw e-mail | index | archive | help
>I'm trying to add a Colorado 250MB floppy tape to a system.  I can't seem 
>to make the kernel recognize it.  Are these supported?  The followinf is 
>from the config file:
>
>controller      fdc0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr

Use "flags 0x1" in the fdc0 line:

controller      fdc0    at isa? port "IO_FD1" flags 0x1 bio irq 6 drq 2 vector fdintr

Or, give the "-c" to the bootstrap and set the flags there.

							- Gene Stark



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502200535.AAA03347>