Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2001 18:30:08 +0200 (CEST)
From:      "Hartmann, O." <ohartman@klima.physik.uni-mainz.de>
To:        Dimitry Andric <dim@xs4all.nl>
Cc:        <owner-freebsd-stable@FreeBSD.ORG>, <freebsd-stable@FreeBSD.ORG>, <freebsd-questions@FreeBSD.ORG>
Subject:   Re: MAKEDEV 4.4-STABLE still offering problems
Message-ID:  <20010918182942.R17334-101000@klima.physik.uni-mainz.de>
In-Reply-To: <32351237783.20010918171219@xs4all.nl>

next in thread | previous in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
On Tue, 18 Sep 2001, Dimitry Andric wrote:


I changed the MAKEDEV as shown below and now it works for me, too.


:>-----BEGIN PGP SIGNED MESSAGE-----
:>Hash: SHA1
:>
:>On 2001-09-18 at 16:50:49 Hartmann, O. wrote:
:>
:>HO> MAKEDEV results in a weird error (arith ...) and shows up srange symbols
:>HO> within the xterm.
:>
:>It seems to be some optimization error related to using CPUTYPE= in
:>/etc/make.conf. I'm not sure yet what's wrong, but I've already sent a
:>PR. If you have some horsepower to waste, you might consider
:>rebuilding your boxes without CPUTYPE. Otherwise try the attached
:>patch to MAKEDEV, which works for me, although I'm not sure why. :-)
:>
:>Cheers,
:>- --
:>Dimitry Andric <dim@xs4all.nl>
:>PGP Key: http://www.xs4all.nl/~dim/dim.asc
:>Fingerprint: 7AB462D2CE35FC6D42394FCDB05EA30A2E2096A3
:>
:>-----BEGIN PGP SIGNATURE-----
:>Version: PGP 6.5i
:>Comment: http://www.gn.apc.org/duncan/stoa_cover.htm
:>
:>iQA/AwUBO6dWTbBeowouIJajEQJx1ACfV6Jv/3HYvl5iuTQQHKENCaAbE9oAoNtx
:>VyzrwpNoxsK6ZN7RIn0tr6E2
:>=qLgO
:>-----END PGP SIGNATURE-----

--
MfG
O. Hartmann

ohartman@klima.physik.uni-mainz.de
----------------------------------------------------------------
IT-Administration des Institutes fuer Physik der Atmosphaere (IPA)
----------------------------------------------------------------
Johannes Gutenberg Universitaet Mainz
Becherweg 21
55099 Mainz

Tel: +496131/3924662 (Maschinenraum)
Tel: +496131/3924144
FAX: +496131/3923532

[-- Attachment #2 --]
diff -ud MAKEDEV.orig MAKEDEV
--- MAKEDEV.orig	Mon Sep 17 16:56:39 2001
+++ MAKEDEV	Mon Sep 17 20:54:11 2001
@@ -330,7 +330,8 @@
 	sh MAKEDEV apm apmctl card0 card1 card2 card3	# cdev, laptop
 	sh MAKEDEV pass4 xpt2				# cdev, CAM
 	sh MAKEDEV i4b i4bctl i4btrc0 i4btrc1		# cdev, ISDN
-	sh MAKEDEV i4btel0 i4btel1 i4bteld0 i4bteld1	# cdev, ISDN
+	sh MAKEDEV i4btel0 i4btel1			# cdev, ISDN
+	sh MAKEDEV i4bteld0 i4bteld1			# cdev, ISDN
 	sh MAKEDEV i4brbch0 i4brbch1			# cdev, ISDN
 	sh MAKEDEV agpgart				# cdev, AGP
 	;;

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