Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2003 19:02:30 +0100
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        alpha@freebsd.org
Subject:   Re: Floppy drive not found by RELENG_5_1
Message-ID:  <20031104190230.7ebf3bc5.lehmann@ans-netz.de>
In-Reply-To: <20031104184704.1327aff2.lehmann@ans-netz.de>
References:  <20031103210959.58d4afc1.lehmann@ans-netz.de> <xzpn0bcqvj9.fsf@dwp.des.no> <20031104184704.1327aff2.lehmann@ans-netz.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Oliver Lehmann wrote:

> I just set/hacked the flags in isa/fd.c function fd_probe to FDT_144M;

And thats exactly what's done in RELENG_4.

fd_probe(..)
[...]
#ifdef __i386__
[...]
#else
	fdt = RTCFDT_144M;	/* XXX probably */
#endif

#endif /* __i386__ */
[...]

so......

  Greetings, Oliver

-- 
 Oliver Lehmann
        @home: lehmann@ans-netz.de
      @office: oliver.lehmann@mgi.de
         @www: http://www.pofo.de/  |  http://wishlist.ans-netz.de/



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