From owner-freebsd-alpha Sun Feb 27 6:55:27 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from finch-post-11.mail.demon.net (finch-post-11.mail.demon.net [194.217.242.39]) by hub.freebsd.org (Postfix) with ESMTP id C897537B62F; Sun, 27 Feb 2000 06:55:23 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-11.mail.demon.net with esmtp (Exim 2.12 #1) id 12P56I-0004ki-0B; Sun, 27 Feb 2000 14:55:14 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id OAA45993; Sun, 27 Feb 2000 14:59:05 GMT (envelope-from dfr@nlsystems.com) Date: Sun, 27 Feb 2000 14:58:13 +0000 (GMT) From: Doug Rabson To: Mike Smith Cc: Vladimir Kravchuk , alpha@freebsd.org Subject: Re: DAC1164P-driver In-Reply-To: <200002242319.PAA01029@mass.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 24 Feb 2000, Mike Smith wrote: > > Hello,Mike. > > I need DAC1164P driver for FreeBSD on Alpha UP2000/DP264. > > Can I get this driver from you? > > DAC960 driver (mlx) don't work on my platform. > > Last messages are: > > ------------------------------------------------------------------- > > . > > . > > . > > pcib2: at device 7.0 on pci0 > > pci2: on pcib2 > > mlx0: port 0x10000-0x1007f mem > > 0x40000000-0x43ffffff, > > 0x2010000-0x201007f irq 31 at device 8.0 on pci2 > > mlx0: interrupting at TSUNAMI irq 31 > > I've just spent the day playing with this, and it looks like the Mylex > controllers and Alpha systems just don't get along right now. > > The 1164 doesn't even acknowledge being reset, and it won't take commands > eiter. I'm not sure whose fault this is yet, but for now I think I need > to take these out of the Alpha build. Can this driver use mmio instead of portio to driver the card? I'm suspicious about the port ranges (>65535) and I think that the ppb doesn't support port numbers in this range. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sun Feb 27 10:31:19 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from fgwmail6.fujitsu.co.jp (fgwmail6.fujitsu.co.jp [192.51.44.36]) by hub.freebsd.org (Postfix) with ESMTP id 6BE1137B64E; Sun, 27 Feb 2000 10:31:06 -0800 (PST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from m3.gw.fujitsu.co.jp by fgwmail6.fujitsu.co.jp (8.9.3/3.7W-MX0002-Fujitsu Gateway) id DAA28412; Mon, 28 Feb 2000 03:31:05 +0900 (JST) (envelope-from shin@nd.net.fujitsu.co.jp) Received: from incapgw.fujitsu.co.jp by m3.gw.fujitsu.co.jp (8.9.3/3.7W-0002-Fujitsu Domain Master) id DAA21748; Mon, 28 Feb 2000 03:31:04 +0900 (JST) Received: from localhost ([192.168.245.22]) by incapgw.fujitsu.co.jp (8.9.3/3.7W-0002) id DAA05626; Mon, 28 Feb 2000 03:31:01 +0900 (JST) To: freebsd-current@freebsd.org, freebsd-alpha@freebsd.org Subject: patches for SIOCGIFCONF X-Mailer: Mew version 1.94 on Emacs 20.4 / Mule 4.0 (HANANOEN) X-Prom-Mew: Prom-Mew 1.93.4 (procmail reader for Mew) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Message-Id: <20000228033148B.shin@nd.net.fujitsu.co.jp> Date: Mon, 28 Feb 2000 03:31:48 +0900 From: Yoshinobu Inoue X-Dispatcher: imput version 990905(IM130) Lines: 365 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I checked apps under /usr/src which are using SIOCGIFCONF, and might have some effect on INET6 enabled kernel, and created patches for them. (Some of the patches are not directly related to SIOCGIFCONF) These are build checked on i386, but not actually confirmed on alpha. Please review this, and if someone have time to test it on INET6 enabled alpha, it is very appreciated. usr.sbin/xntpd/xntpd: lib/libc/rpc: crypto/kerberosIV/lib/krb: contrib/ntp/ntpd: Doing structure copy ifreq obtained by SIOCGIFCONF. This might cause unaligend access trap, and thus cause some performance issue. contrib/bind/lib/irs: Copying the contents of ifreq obtained by SIOCGIFCONF into local ifreq var. And doing IPv6 related operation with it. This cause problem because IPv6 info don't fit into ifreq structure. These are not SIOCGIFCONF problem. usr.sbin/timed/timed: usr.sbin/arp: Using u_long to keep in_addr.s_addr, and doing some operation with such values. This might not be acutally problem but better to be fixed. contrib/amd/libamu: Using u_long to keep in_addr.s_addr value in many place. I'm not sure if this really cause problem on alpha, but I am afraid that ntohl() is done on some of such vars. Thanks, Yoshinobu Inoue = --- usr.sbin/xntpd/xntpd/ntp_io.c.orig Mon Feb 28 01:53:00 2000 +++ usr.sbin/xntpd/xntpd/ntp_io.c Mon Feb 28 01:53:30 2000 @@ -285,7 +285,7 @@ n -=3D size; if (ifr->ifr_addr.sa_family !=3D AF_INET) continue; - ifreq =3D *ifr; + memcpy(&ifreq, ifr, sizeof(ifreq)); #ifdef STREAMS_TLI ioc.ic_cmd =3D SIOCGIFFLAGS; ioc.ic_timout =3D 0; --- lib/libc/rpc/get_myaddress.c.orig Fri Jan 28 10:12:00 2000 +++ lib/libc/rpc/get_myaddress.c Mon Feb 28 02:16:35 2000 @@ -81,7 +81,7 @@ end =3D (struct ifreq *) (ifc.ifc_buf + ifc.ifc_len); = while (ifr < end) { - ifreq =3D *ifr; + memcpy(&ifreq, ifr, sizeof(ifreq)); if (ioctl(s, SIOCGIFFLAGS, (char *)&ifreq) < 0) { _close(s); return(-1); --- lib/libc/rpc/pmap_rmt.c.orig Mon Feb 28 02:16:13 2000 +++ lib/libc/rpc/pmap_rmt.c Mon Feb 28 02:12:33 2000 @@ -189,7 +189,7 @@ ifr =3D (struct ifreq *)cp; if (ifr->ifr_addr.sa_family !=3D AF_INET) continue; - memcpy(&ifreq, ifr, sizeof(ifreq)); + ifreq =3D *ifr; if (ioctl(sock, SIOCGIFFLAGS, (char *)&ifreq) < 0) { perror("broadcast: ioctl (get interface flags)"= ); continue; --- crypto/kerberosIV/lib/krb/getaddrs.c.orig Sun Jan 9 19:49:00 2000 +++ crypto/kerberosIV/lib/krb/getaddrs.c Mon Feb 28 02:24:18 2000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H=F6gsk= olan + * Copyright (c) 1995, 1996, 1997, 1998, 1999 Kungliga Tekniska H=0Bsko= lan * (Royal Institute of Technology, Stockholm, Sweden). * All rights reserved. * = @@ -128,7 +128,7 @@ continue; (*l)[j++] =3D ((struct sockaddr_in *)&ifr->ifr_addr)->sin_addr; } - ifreq =3D *ifr; + memcpy(&ifreq, ifr, sizeof(ifreq)); } } if (j !=3D num) { --- contrib/ntp/ntpd/ntp_io.c.orig Fri Jan 28 15:44:00 2000 +++ contrib/ntp/ntpd/ntp_io.c Mon Feb 28 02:26:46 2000 @@ -444,7 +444,7 @@ continue; } # endif /* SYS_WINNT */ - ifreq =3D *ifr; + memcpy(&ifreq, ifr, sizeof(ifreq)); inter_list[i].flags =3D 0; /* is it broadcast capable? */ # ifndef SYS_WINNT --- contrib/bind/lib/irs/gethostent.c.orig Tue Nov 30 15:38:00 1999 +++ contrib/bind/lib/irs/gethostent.c Mon Feb 28 02:43:39 2000 @@ -462,13 +462,16 @@ static int scan_interfaces(int *have_v4, int *have_v6) { struct ifconf ifc; - struct ifreq ifreq; + struct ifreq* ifreqp; struct in_addr in4; struct in6_addr in6; char *buf =3D NULL, *cp, *cplim; + char ifreqbuf[IFNAMSIZ + sizeof(struct sockaddr_storage)]; static int bufsiz =3D 4095; int s, cpsize, n; = + ifreqp =3D (struct ifreq *)ifreqbuf; + /* Set to zero. Used as loop terminators below. */ *have_v4 =3D *have_v6 =3D 0; = @@ -504,7 +507,7 @@ * buffer we will grow it just in case and * retry. */ - if (ifc.ifc_len + 2 * sizeof(ifreq) < bufsiz) + if (ifc.ifc_len + 2 * sizeof(*ifreqp) < bufsiz) break; } #endif @@ -523,40 +526,40 @@ for (cp =3D buf; (*have_v4 =3D=3D 0 || *have_v6 =3D=3D 0) && cp < cplim; cp +=3D cpsize) { - memcpy(&ifreq, cp, sizeof ifreq); + memcpy(ifreqp, cp, sizeof *ifreqp); #ifdef HAVE_SA_LEN #ifdef FIX_ZERO_SA_LEN - if (ifreq.ifr_addr.sa_len =3D=3D 0) - ifreq.ifr_addr.sa_len =3D 16; + if (ifreqp->ifr_addr.sa_len =3D=3D 0) + ifreqp->ifr_addr.sa_len =3D 16; #endif #ifdef HAVE_MINIMUM_IFREQ - cpsize =3D sizeof ifreq; - if (ifreq.ifr_addr.sa_len > sizeof (struct sockaddr)) - cpsize +=3D (int)ifreq.ifr_addr.sa_len - + cpsize =3D sizeof *ifreqp; + if (ifreqp->ifr_addr.sa_len > sizeof (struct sockaddr)) + cpsize +=3D (int)ifreqp->ifr_addr.sa_len - (int)(sizeof (struct sockaddr)); #else - cpsize =3D sizeof ifreq.ifr_name + ifreq.ifr_addr.sa_len; + cpsize =3D sizeof ifreqp->ifr_name + ifreqp->ifr_addr.sa_len; #endif /* HAVE_MINIMUM_IFREQ */ #elif defined SIOCGIFCONF_ADDR - cpsize =3D sizeof ifreq; + cpsize =3D sizeof *ifreqp; #else - cpsize =3D sizeof ifreq.ifr_name; + cpsize =3D sizeof ifreq->ifr_name; /* XXX maybe this should be a hard error? */ - if (ioctl(s, SIOCGIFADDR, (char *)&ifreq) < 0) + if (ioctl(s, SIOCGIFADDR, (char *)ifreqp) < 0) continue; #endif - switch (ifreq.ifr_addr.sa_family) { + switch (ifreqp->ifr_addr.sa_family) { case AF_INET: if (*have_v4 =3D=3D 0) { memcpy(&in4, &((struct sockaddr_in *) - &ifreq.ifr_addr)->sin_addr, sizeof in4); + &ifreqp->ifr_addr)->sin_addr, sizeof in4); if (in4.s_addr =3D=3D INADDR_ANY) break; - n =3D ioctl(s, SIOCGIFFLAGS, (char *)&ifreq); + n =3D ioctl(s, SIOCGIFFLAGS, (char *)ifreqp); if (n < 0) break; - if ((ifreq.ifr_flags & IFF_UP) =3D=3D 0) + if ((ifreqp->ifr_flags & IFF_UP) =3D=3D 0) break; *have_v4 =3D 1; } = @@ -565,13 +568,13 @@ if (*have_v6 =3D=3D 0) { memcpy(&in6, &((struct sockaddr_in6 *) - &ifreq.ifr_addr)->sin6_addr, sizeof in6); + &ifreqp->ifr_addr)->sin6_addr, sizeof in6); if (memcmp(&in6, &in6addr_any, sizeof in6) =3D=3D 0) break; - n =3D ioctl(s, SIOCGIFFLAGS, (char *)&ifreq); + n =3D ioctl(s, SIOCGIFFLAGS, (char *)ifreqp); if (n < 0) break; - if ((ifreq.ifr_flags & IFF_UP) =3D=3D 0) + if ((ifreqp->ifr_flags & IFF_UP) =3D=3D 0) break; *have_v6 =3D 1; } --- usr.sbin/timed/timed/globals.h.orig Wed Nov 24 01:51:00 1999 +++ usr.sbin/timed/timed/globals.h Mon Feb 28 00:56:24 2000 @@ -137,7 +137,7 @@ struct netinfo { struct netinfo *next; struct in_addr net; - u_long mask; + u_int32_t mask; struct in_addr my_addr; struct sockaddr_in dest_addr; /* broadcast addr or point-point */ long status; --- usr.sbin/arp/arp.c.orig Mon Jan 17 19:37:00 2000 +++ usr.sbin/arp/arp.c Mon Feb 28 01:56:17 2000 @@ -96,7 +96,7 @@ void getsocket(void); int my_ether_aton(char *a, u_char *n); int rtmsg(int cmd); -int get_ether_addr(u_long ipaddr, u_char *hwaddr); +int get_ether_addr(u_int32_t ipaddr, u_char *hwaddr); = static int pid; static int nflag; /* no reverse dns lookups */ @@ -641,10 +641,10 @@ #define MAX_IFS 32 = int -get_ether_addr(u_long ipaddr, u_char *hwaddr) +get_ether_addr(u_int32_t ipaddr, u_char *hwaddr) { struct ifreq *ifr, *ifend, *ifp; - u_long ina, mask; + u_int32_t ina, mask; struct sockaddr_dl *dla; struct ifreq ifreq; struct ifconf ifc; --- contrib/amd/include/am_utils.h.orig Wed Sep 15 02:50:00 1999 +++ contrib/amd/include/am_utils.h Mon Feb 28 02:57:23 2000 @@ -556,7 +556,7 @@ extern char **strsplit(char *, int, int); extern char *expand_key(char *); extern char *get_version_string(void); -extern char *inet_dquad(char *, u_long); +extern char *inet_dquad(char *, u_int32_t); extern char *print_wires(void); extern char *str3cat(char *, char *, char *, char *); extern char *strealloc(char *, char *); @@ -576,7 +576,7 @@ extern int get_amd_program_number(void); extern int hasmntval(mntent_t *, char *); extern int is_network_member(const char *net); -extern int islocalnet(u_long); +extern int islocalnet(u_int32_t); extern int make_nfs_auth(void); extern int make_rpc_packet(char *, int, u_long, struct rpc_msg *, voidp= , XDRPROC_T_TYPE, AUTH *); extern int mapc_keyiter(mnt_map *, void(*)(char *, voidp), voidp); --- contrib/amd/libamu/wire.c.orig Wed Sep 15 02:50:00 1999 +++ contrib/amd/libamu/wire.c Mon Feb 28 02:55:47 2000 @@ -75,8 +75,8 @@ typedef struct addrlist addrlist; struct addrlist { addrlist *ip_next; - u_long ip_addr; /* address of network */ - u_long ip_mask; + u_int32_t ip_addr; /* address of network */ + u_int32_t ip_mask; char *ip_net_num; /* number of network */ char *ip_net_name; /* name of network */ }; @@ -133,10 +133,10 @@ = = static struct addrlist * -getwire_lookup(u_long address, u_long netmask, int ishost) +getwire_lookup(u_int32_t address, u_int32_t netmask, int ishost) { struct addrlist *al; - u_long subnet; + u_int32_t subnet; char netNumberBuf[64]; char buf[GFBUFLEN], *s; #ifdef HAVE_IRS_H @@ -161,10 +161,10 @@ np =3D NULL; else { #ifdef HAVE_IRS_H - u_long mask =3D ntohl(netmask); + u_int32_t mask =3D ntohl(netmask); static struct irs_acc *irs_gen; static struct irs_nw *irs_nw; - u_long net; + u_int32_t net; int maskbits; u_char addr[4]; = @@ -189,7 +189,7 @@ * shift the subnet way from zeros and try again. */ if (!np) { - u_long short_subnet =3D subnet; + u_int32_t short_subnet =3D subnet; while(short_subnet && (short_subnet & 0x000000ff) =3D=3D 0) short_subnet >>=3D 8; np =3D getnetbyaddr(short_subnet, AF_INET); @@ -244,7 +244,7 @@ * sizeof(buf) needs to be at least 16. */ char * -inet_dquad(char *buf, u_long addr) +inet_dquad(char *buf, u_int32_t addr) { addr =3D ntohl(addr); sprintf(buf, "%ld.%ld.%ld.%ld", @@ -261,7 +261,7 @@ * (addr) is in network byte order. */ int -islocalnet(u_long addr) +islocalnet(u_int32_t addr) { addrlist *al; #ifdef DEBUG @@ -379,13 +379,13 @@ struct ifreq *ifr; caddr_t cp, cplim; int fd =3D -1; - u_long address; + u_int32_t address; addrlist *al =3D NULL, *tail =3D NULL; char buf[GFBUFLEN]; #if 0 - u_long net; - u_long mask; - u_long subnetshift; + u_int32_t net; + u_int32_t mask; + u_int32_t subnetshift; char buf[GFBUFLEN], *s; #endif = To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sun Feb 27 20:40: 4 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4460A37B7A0 for ; Sun, 27 Feb 2000 20:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA89580; Sun, 27 Feb 2000 20:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 250AC37B83A for ; Sun, 27 Feb 2000 20:38:23 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: (from nobody@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA89470; Sun, 27 Feb 2000 20:38:22 -0800 (PST) (envelope-from nobody@FreeBSD.org) Message-Id: <200002280438.UAA89470@freefall.freebsd.org> Date: Sun, 27 Feb 2000 20:38:22 -0800 (PST) From: nobu@rd.isac.co.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: alpha/17032: strtod(3) floating exception Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17032 >Category: alpha >Synopsis: strtod(3) floating exception >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-alpha >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 27 20:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Nobuhiro Yasutomi >Release: 4.0-20000208-CURRENT >Organization: ISAC, Inc. >Environment: FreeBSD andy.rd.isac.co.jp 4.0-20000208-CURRENT FreeBSD 4.0-20000208-CURRENT #0: Tue Feb 8 12:09:59 GMT 2000 jkh@beast.freebsd.org:/usr/src/sys/compile/GENERIC alpha >Description: strtod(3) make floating exception when smallest value convert. >How-To-Repeat: try following saple: #include main(){ double a=strtod("2.2250738585072014e-308", NULL); printf("%g\n", a); } >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sun Feb 27 22:16: 7 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from ns.smr.ru (ns.smr.ru [62.76.47.1]) by hub.freebsd.org (Postfix) with ESMTP id C50C537B68A for ; Sun, 27 Feb 2000 22:15:51 -0800 (PST) (envelope-from adm@smr.ru) Received: from smr.ru (localhost [127.0.0.1]) by ns.smr.ru (8.9.3/8.9.3) with ESMTP id JAA61998; Mon, 28 Feb 2000 09:55:03 +0400 (SAMT) (envelope-from adm@smr.ru) Message-ID: <38BA0DB7.B57C9843@smr.ru> Date: Mon, 28 Feb 2000 09:55:03 +0400 From: Vladimir Kravchuk Organization: IPSI & SSAU X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Doug Rabson Cc: Peter Wemm , Andrew Gallatin , freebsd-alpha@FreeBSD.ORG Subject: Re: UP2000/DP264 References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Doug Rabson wrote: > > On Fri, 25 Feb 2000, Peter Wemm wrote: > > > Doug Rabson wrote: > > > On Fri, 25 Feb 2000, Vladimir Kravchuk wrote: > > > > > > > Feb 25 11:37:05 up2 /kernel: WARNING: 8192 bytes not available for > > > > msgbuf in last cluster (32768 used) > > > > !!!!!!!!!What does this warning mean? > > > > > > I would like to see the memory map for this machine. Please add '#defined > > > DEBUG_CLUSTER' to the top of machdep.c to make it print out more > > > information about the memory it uses. Unfortunately, this will be printed > > > before the message buffer is initialised so you will have to transcribe > > > the results by hand if you don't have a serial console. > > > > Actually, this is because of a bug in alpha/machdep.c. MSGBUF_SIZE is 32K > > by default now, and the alpha machdep.c code assumes that anything other > > than PAGE_SIZE is an allocation error. I'm not sure what's right, I've been > > tempted to comment out the printf. It seems there are two different variables > > in use for the same thing, but one is out of date. > > Ok, I propose making these changes. This patch nukes the bogus MSGBUFSIZE > and fixes a nasty looking bug if the message buffer size really was > truncated. It also simplifies the MDDT parsing code so that it should work > whatever or not pmap_uses_prom_console() returns. > > I incorporated Andrew's patch to pmap to note that we only use the prom > console on turbochannel boxes. This is a good thing - with this patch, I > get an extra 1Mb of memory on my Miata. > OK. See booting messages below. But I can't format floppy (Verbatim 2HD) The results are: up2#fdformat /dev/fd0 Format 1440K floppy `/dev/fd0'?): y Processing ----------------------------------------------- That is all. System is stoped. Cursor is on first dash. ================================================================================= Booting Messages ================================================================================= . Memory cluster count:5 MEMC 0: pfn 0x0 cnt 0x100 usage 0x1 MEMC 1: pfn 0x100 cnt 0x1fea0 usage 0x0 Cluster 1 contains kernel Loading chunk before kerbel: 0x100 / 0x17e Loading chunk after kerbel: 0x30c / 0x1ffa0 MEMC 2: pfn 0x1ffa0 cnt 0x60 usage 0x1 MEMC 3: pfn 0x20000 cnt 0x1fffe usage 0x0 Loading cluster 3: 0x20000 / 0x3fffe MEMC 4: pfn 0x3fffe cnt 0x2 usage 0x1 Feb 28 09:03:45 up2 /kernel: Copyright (c) 1992-2000 The FreeBSD Project. Feb 28 09:03:45 up2 /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Feb 28 09:03:45 up2 /kernel: The Regents of the University of California. All rights reserved. Feb 28 09:03:45 up2 /kernel: FreeBSD 4.0-20000214-CURRENT #0: Mon Feb 28 08:57:51 SAMT 2000 Feb 28 09:03:45 up2 /kernel: root@up2.smr.ru:/usr/src/sys/compile/smp Feb 28 09:03:45 up2 /kernel: ST6600 Feb 28 09:03:45 up2 /kernel: AlphaPC 264DP 666 MHz, 666MHz Feb 28 09:03:45 up2 /kernel: 8192 byte page size, 2 processors. Feb 28 09:03:45 up2 /kernel: CPU: major=11 minor=8 Feb 28 09:03:45 up2 /kernel: extensions=0x307 Feb 28 09:03:45 up2 /kernel: OSF PAL rev: 0x2003200020136 Feb 28 09:03:45 up2 /kernel: real memory = 2144583680 (2094320K bytes) Feb 28 09:03:45 up2 /kernel: avail memory = 2088837120 (2039880K bytes) Feb 28 09:03:45 up2 /kernel: Preloaded elf kernel "kernel" at 0xfffffc0000616000. Feb 28 09:03:45 up2 /kernel: md0: Malloc disk Feb 28 09:03:45 up2 /kernel: pcib0: <21271 PCI host bus adapter> on tsunami0 Feb 28 09:03:45 up2 /kernel: pci0: on pcib0 Feb 28 09:03:45 up2 /kernel: isab0: at device 5.0 on pci0 Feb 28 09:03:45 up2 /kernel: isa0: on isab0 Feb 28 09:03:45 up2 /kernel: ata-pci0: port 0x1100-0x110f,0x3f4-0x3f7,0x1f0-0x1f7 irq 238 at device 5.1 on pci0 Feb 28 09:03:45 up2 /kernel: ata0 at 0x01f0 irq 14 on ata-pci0 Feb 28 09:03:45 up2 /kernel: ata-pci1: port 0x374-0x377,0x170-0x177 irq 239 at device 5.2 on pci0 Feb 28 09:03:45 up2 /kernel: ata-pci1: Busmastering DMA not supported Feb 28 09:03:45 up2 /kernel: pci0: Cypress 82C693 ATA controller (vendor=0x1080, dev=0xc693) at 5.3 irq 234 Feb 28 09:03:45 up2 /kernel: ahc0: port 0x1000-0x10ff mem 0x21c5000-0x21c5fff irq 19 at device 6.0 on pci0 Feb 28 09:03:45 up2 /kernel: ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 255 SCBs Feb 28 09:03:45 up2 /kernel: ahc0: interrupting at TSUNAMI irq 19 Feb 28 09:03:45 up2 /kernel: pcib2: at device 7.0 on pci0 Feb 28 09:03:45 up2 /kernel: pci2: on pcib2 Feb 28 09:03:45 up2 /kernel: pci2: unknown card (vendor=0x1011, dev=0x1065) at 8.0 irq 31 Feb 28 09:03:45 up2 /kernel: pci2: unknown card (vendor=0x1069, dev=0xba55) at 9.0 Feb 28 09:03:45 up2 /kernel: pci0: unknown card (vendor=0x14c1, dev=0x8043) at 8.0 irq 27 Feb 28 09:03:45 up2 /kernel: vga-pci0: mem 0x45000000-0x457fffff,0x21c0000-0x21c3fff irq 23 at device 9.0 on pci0 Feb 28 09:03:45 up2 /kernel: pcib1: <21271 PCI host bus adapter> on tsunami0 Feb 28 09:03:45 up2 /kernel: pci1: on pcib1 Feb 28 09:03:45 up2 /kernel: dc0: port 0x80010000-0x8001007f mem 0x81040000-0x810403ff irq 47 at device 7.0 on pci1 Feb 28 09:03:45 up2 /kernel: dc0: interrupting at TSUNAMI irq 47 Feb 28 09:03:45 up2 /kernel: dc0: Ethernet address: 00:80:ad:86:85:61 Feb 28 09:03:45 up2 /kernel: miibus0: on dc0 Feb 28 09:03:45 up2 /kernel: dcphy0: on miibus0 Feb 28 09:03:45 up2 /kernel: dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Feb 28 09:03:45 up2 /kernel: fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 Feb 28 09:03:45 up2 /kernel: fdc0: interrupting at ISA irq 6 Feb 28 09:03:45 up2 /kernel: fdc0: FIFO enabled, 8 bytes threshold Feb 28 09:03:45 up2 /kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Feb 28 09:03:45 up2 /kernel: atkbdc0: at port 0x60-0x6f on isa0 Feb 28 09:03:45 up2 /kernel: atkbd0: irq 1 on atkbdc0 Feb 28 09:03:45 up2 /kernel: atkbd0: interrupting at ISA irq 1 Feb 28 09:03:45 up2 /kernel: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Feb 28 09:03:45 up2 /kernel: sc0: on isa0 Feb 28 09:03:45 up2 /kernel: sc0: VGA <16 virtual consoles, flags=0x200> Feb 28 09:03:45 up2 /kernel: mcclock0: at port 0x70-0x71 on isa0 Feb 28 09:03:45 up2 /kernel: sio0 at port 0x3f8-0x3ff irq 4 on isa0 Feb 28 09:03:45 up2 /kernel: sio0: type 16550A Feb 28 09:03:45 up2 /kernel: sio0: interrupting at ISA irq 4 Feb 28 09:03:45 up2 /kernel: sio1: reserved for low-level i/o Feb 28 09:03:45 up2 /kernel: Timecounter "alpha" frequency 666419040 Hz Feb 28 09:03:45 up2 /kernel: Waiting 15 seconds for SCSI devices to settle Feb 28 09:03:45 up2 /kernel: acd0: CDROM at ata0-slave using PIO3 Feb 28 09:03:45 up2 /kernel: Mounting root from ufs:/dev/da0a Feb 28 09:03:45 up2 /kernel: da0 at ahc0 bus 0 target 2 lun 0 Feb 28 09:03:46 up2 /kernel: da0: Fixed Direct Access SCSI-3 device Feb 28 09:03:46 up2 /kernel: da0: 40.000MB/s transfers (20.000MHz, offset 31, 16bit), Tagged Queueing Enabled Feb 28 09:03:46 up2 /kernel: da0: 17501MB (35843670 512 byte sectors: 255H 63S/T 2231C) =================================================================== -- Vladimir Kravchuk. e-mail:adm@smr.ru Phone:+7(8462)322-763 Fax:+7(8462)322-763 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sun Feb 27 22:41:19 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from mass.cdrom.com (castles529.castles.com [208.214.165.93]) by hub.freebsd.org (Postfix) with ESMTP id 37A9D37B7D0; Sun, 27 Feb 2000 22:41:17 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA06055; Sun, 27 Feb 2000 22:41:09 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200002280641.WAA06055@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Doug Rabson Cc: Mike Smith , Vladimir Kravchuk , alpha@freebsd.org Subject: Re: DAC1164P-driver In-reply-to: Your message of "Sun, 27 Feb 2000 14:58:13 GMT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 27 Feb 2000 22:41:08 -0800 From: Mike Smith Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Thu, 24 Feb 2000, Mike Smith wrote: > > > > Hello,Mike. > > > I need DAC1164P driver for FreeBSD on Alpha UP2000/DP264. > > > Can I get this driver from you? > > > DAC960 driver (mlx) don't work on my platform. > > > Last messages are: > > > ------------------------------------------------------------------- > > > . > > > . > > > . > > > pcib2: at device 7.0 on pci0 > > > pci2: on pcib2 > > > mlx0: port 0x10000-0x1007f mem > > > 0x40000000-0x43ffffff, > > > 0x2010000-0x201007f irq 31 at device 8.0 on pci2 > > > mlx0: interrupting at TSUNAMI irq 31 > > > > I've just spent the day playing with this, and it looks like the Mylex > > controllers and Alpha systems just don't get along right now. > > > > The 1164 doesn't even acknowledge being reset, and it won't take commands > > eiter. I'm not sure whose fault this is yet, but for now I think I need > > to take these out of the Alpha build. > > Can this driver use mmio instead of portio to driver the card? I'm > suspicious about the port ranges (>65535) and I think that the ppb doesn't > support port numbers in this range. Hmm. It _should_ actually only be using memory I/O anyway: /* type 3 adapters have an I/O region we don't use at base 0 */ rid = (sc->mlx_iftype == MLX_IFTYPE_3) ? MLX_CFG_BASE1 : MLX_CFG_BASE0; sc->mlx_mem = bus_alloc_resource(dev, SYS_RES_MEMORY, &rid, 0, ~0, 1, RF_ACTIVE); (the 1164 is a MLX_IFTYPE_5 adapter) -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sun Feb 27 22:56:11 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from mass.cdrom.com (castles529.castles.com [208.214.165.93]) by hub.freebsd.org (Postfix) with ESMTP id 62C7737B71C for ; Sun, 27 Feb 2000 22:56:09 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA06160; Sun, 27 Feb 2000 22:55:37 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200002280655.WAA06160@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Vladimir Kravchuk Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: UP2000/DP264 In-reply-to: Your message of "Mon, 28 Feb 2000 09:55:03 +0400." <38BA0DB7.B57C9843@smr.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 27 Feb 2000 22:55:37 -0800 From: Mike Smith Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > But I can't format floppy (Verbatim 2HD) > The results are: > up2#fdformat /dev/fd0 > Format 1440K floppy `/dev/fd0'?): y > Processing ----------------------------------------------- > That is all. System is stoped. Cursor is on first dash. I've also seen floppy-related lockups on a DS20. I put these down to DMA-related issues (there are funky DMA problems with the DS20 that Andrew hasn't been able to satisfactorily resolve). I haven't had any more time to purse them further. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Feb 28 1:50:17 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from anchor-post-31.mail.demon.net (anchor-post-31.mail.demon.net [194.217.242.89]) by hub.freebsd.org (Postfix) with ESMTP id DF77B37B794 for ; Mon, 28 Feb 2000 01:50:12 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-31.mail.demon.net with esmtp (Exim 2.12 #1) id 12PMoa-000CTf-0V; Mon, 28 Feb 2000 09:50:09 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA63365; Mon, 28 Feb 2000 09:54:11 GMT (envelope-from dfr@nlsystems.com) Date: Mon, 28 Feb 2000 09:53:05 +0000 (GMT) From: Doug Rabson To: Vladimir Kravchuk Cc: Peter Wemm , Andrew Gallatin , freebsd-alpha@FreeBSD.ORG Subject: Re: UP2000/DP264 In-Reply-To: <38BA0DB7.B57C9843@smr.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 28 Feb 2000, Vladimir Kravchuk wrote: > > I incorporated Andrew's patch to pmap to note that we only use the prom > > console on turbochannel boxes. This is a good thing - with this patch, I > > get an extra 1Mb of memory on my Miata. > > > OK. See booting messages below. Thanks for testing. I'll see about getting the thing committed. > But I can't format floppy (Verbatim 2HD) > The results are: > up2#fdformat /dev/fd0 > Format 1440K floppy `/dev/fd0'?): y > Processing ----------------------------------------------- > That is all. System is stoped. Cursor is on first dash. I've never tried formatting a floppy :-(. I think this is an unrelated problem. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Feb 28 13: 9:26 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 50DF837B957 for ; Mon, 28 Feb 2000 13:09:15 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id VAA11405 for freebsd-alpha@freebsd.org; Mon, 28 Feb 2000 21:57:48 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id VAA02943 for freebsd-alpha@freebsd.org; Mon, 28 Feb 2000 21:56:56 +0100 (CET) (envelope-from wilko) Date: Mon, 28 Feb 2000 21:56:55 +0100 From: Wilko Bulte To: FreeBSD-alpha mailing list Subject: X on Miata / Mach64 SVGA -> crash 'n burn Message-ID: <20000228215655.A2707@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I'm currently trying to setup my Miata MX5 to run X. Sofar this fails miserably with Mach64 based cards (both ISA and PCI). Starting X gets me straight to the >>> SRM prompt. I also tried using a S3 765 based card and in that case a X -probeonly gives me 'machine check while in PAL mode'. Cute.. This is 4.0-RC2, with the card in a 64 bit PCI slot (before the PCI bridge). Putting it in a 32 bit slot (behind the bridge) gives me a straight reboot. Suggestions are welcome, I like this thing to demo at Jordan's visit to Holland next saturday. Obviously it would be nice if it worked a bit better then ;-) -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Feb 28 14: 0:27 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id C5A4637B97B for ; Mon, 28 Feb 2000 14:00:24 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA27107; Mon, 28 Feb 2000 17:00:19 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id QAA62410; Mon, 28 Feb 2000 16:59:49 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 28 Feb 2000 16:59:49 -0500 (EST) To: Wilko Bulte Cc: freebsd-alpha@freebsd.org Subject: Re: X on Miata / Mach64 SVGA -> crash 'n burn In-Reply-To: <20000228215655.A2707@yedi.iaf.nl> References: <20000228215655.A2707@yedi.iaf.nl> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14522.61252.428869.350843@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: > I'm currently trying to setup my Miata MX5 to run X. Sofar this fails > miserably with Mach64 based cards (both ISA and PCI). Starting X gets > me straight to the >>> SRM prompt. > > I also tried using a S3 765 based card and in that case a X -probeonly > gives me 'machine check while in PAL mode'. Cute.. > > This is 4.0-RC2, with the card in a 64 bit PCI slot (before the PCI > bridge). Putting it in a 32 bit slot (behind the bridge) gives me a straight > reboot. > > Suggestions are welcome, I like this thing to demo at Jordan's visit to > Holland next saturday. Obviously it would be nice if it worked a bit > better then ;-) I've had no horrible problems with a 3dlabs Permedia-2 based card. I had it in an MX5 for a week or so before I updated to a GL. It was in one of the 64-bit slots. I haven't been able to get 3.9.x to work, but that is a different ball of wax. Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Feb 28 15:10:21 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 2C7A637B990 for ; Mon, 28 Feb 2000 15:10:09 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id AAA18096; Tue, 29 Feb 2000 00:04:58 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id XAA04562; Mon, 28 Feb 2000 23:55:46 +0100 (CET) (envelope-from wilko) Date: Mon, 28 Feb 2000 23:55:46 +0100 From: Wilko Bulte To: Andrew Gallatin Cc: freebsd-alpha@freebsd.org Subject: Re: X on Miata / Mach64 SVGA -> crash 'n burn Message-ID: <20000228235546.A4508@yedi.iaf.nl> References: <20000228215655.A2707@yedi.iaf.nl> <14522.61252.428869.350843@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14522.61252.428869.350843@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Mon, Feb 28, 2000 at 04:59:49PM -0500 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 28, 2000 at 04:59:49PM -0500, Andrew Gallatin wrote: > > Wilko Bulte writes: > > I'm currently trying to setup my Miata MX5 to run X. Sofar this fails > > miserably with Mach64 based cards (both ISA and PCI). Starting X gets > > me straight to the >>> SRM prompt. > > > > I also tried using a S3 765 based card and in that case a X -probeonly > > gives me 'machine check while in PAL mode'. Cute.. > > > > This is 4.0-RC2, with the card in a 64 bit PCI slot (before the PCI > > bridge). Putting it in a 32 bit slot (behind the bridge) gives me a straight > > reboot. > > > > Suggestions are welcome, I like this thing to demo at Jordan's visit to > > Holland next saturday. Obviously it would be nice if it worked a bit > > better then ;-) > > I've had no horrible problems with a 3dlabs Permedia-2 based card. I > had it in an MX5 for a week or so before I updated to a GL. It was in > one of the 64-bit slots. Hm. What chipset uses that card, in other words what XF* server binary drives it? I can try this exercise on my GL too, but I rather take the MX5 on the road for various reasons. > I haven't been able to get 3.9.x to work, but that is a different ball > of wax. 3.9.x ?? Xfree release? -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Feb 28 15:13:49 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id CC34F37B9E5 for ; Mon, 28 Feb 2000 15:13:45 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id SAA28797; Mon, 28 Feb 2000 18:13:44 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id SAA62556; Mon, 28 Feb 2000 18:13:13 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 28 Feb 2000 18:13:13 -0500 (EST) To: Wilko Bulte Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: X on Miata / Mach64 SVGA -> crash 'n burn In-Reply-To: <20000228235546.A4508@yedi.iaf.nl> References: <20000228215655.A2707@yedi.iaf.nl> <14522.61252.428869.350843@grasshopper.cs.duke.edu> <20000228235546.A4508@yedi.iaf.nl> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14523.141.950257.368676@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: > > > > I've had no horrible problems with a 3dlabs Permedia-2 based card. I > > had it in an MX5 for a week or so before I updated to a GL. It was in > > one of the 64-bit slots. > > Hm. What chipset uses that card, in other words what XF* server binary > drives it? Glint. Its like a Powerstorm 4d10, but is a an noname card I bought in an office supply store. > I can try this exercise on my GL too, but I rather take the MX5 on the road > for various reasons. > > > I haven't been able to get 3.9.x to work, but that is a different ball > > of wax. > > 3.9.x ?? Xfree release? 3.9.18, 3.9.16 This is the XFree 4.0 pre-release stuff. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Feb 28 23:17:50 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from dokuro.isac.co.jp (dokuro.isac.co.jp [192.47.123.3]) by hub.freebsd.org (Postfix) with ESMTP id A184337BA73; Mon, 28 Feb 2000 23:17:45 -0800 (PST) (envelope-from nobu@rd.isac.co.jp) Received: from mailgw1.psrc.isac.co.jp ([192.47.120.49]) by dokuro.isac.co.jp (8.8.7/3.7W) with ESMTP id QAA02094; Tue, 29 Feb 2000 16:15:43 +0900 (JST) Received: from rd.isac.co.jp (aquarius.rd.isac.co.jp [192.47.125.162]) by mailgw1.psrc.isac.co.jp (8.8.7/3.6W) with ESMTP id QAA07316; Tue, 29 Feb 2000 16:16:03 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by rd.isac.co.jp (8.8.8/8.8.5) with ESMTP id QAA18461; Tue, 29 Feb 2000 16:17:38 +0900 (JST) To: gnats-admin@FreeBSD.org, freebsd-alpha@freebsd.org Subject: Re: alpha/17032: strtod(3) floating exception In-Reply-To: Your message of "Sun, 27 Feb 2000 20:40:01 -0800 (PST)" <200002280440.UAA89573@freefall.freebsd.org> References: <200002280440.UAA89573@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000229161738I.nobu@rd.isac.co.jp> Date: Tue, 29 Feb 2000 16:17:38 +0900 From: Nobuhiro Yasutomi X-Dispatcher: imput version 971024 Lines: 57 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I checked my send-pr alpha/17032 problem. The problem live in src/lib/libc/stdlib/strtod.c source code. The source code assume sizeof(long)==4, then bounded value make to be exception. Well, There is need fix to mach. Then I tried import from NetBSD source code and hacked that. It seem to work. Based NetBSD-current source as $NetBSD: strtod.c,v 1.33 1999/11/26 07:39:45 msaitoh Exp $ and patched for FreeBSD are: --- /tmp/strtod.c Tue Feb 29 15:49:07 2000 +++ strtod.c Tue Feb 29 16:11:36 2000 @@ -108,6 +108,9 @@ #endif #endif +#if defined(__FreeBSD__) && defined(__alpha__) +#define IEEE_LITTLE_ENDIAN +#endif #ifdef __arm32__ /* * Although the CPU is little endian the FP has different @@ -142,8 +145,13 @@ #include "memory.h" #endif #endif +#if defined(__FreeBSD__) +#define mutex_lock(x) +#define mutex_unlock(x) +#else #include "extern.h" #include "reentrant.h" +#endif #ifdef MALLOC #ifdef KR_headers @@ -283,8 +291,13 @@ #define LSB 1 #define Sign_bit 0x80000000 #define Log2P 1 +#if defined(__FreeBSD__) && defined(__alpha__) +#define Tiny0 0x100000 +#define Tiny1 0 +#else /* !FreeBSD/alpha */ #define Tiny0 0 #define Tiny1 1 +#endif /* FreeBSD/alpha */ #define Quick_max 14 #define Int_max 14 #define Infinite(x) (word0(x) == 0x7ff00000) /* sufficient test for here */ --- Nobuhiro Yasutomi ISAC, Inc. http://www.isac.co.jp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Mon Feb 28 23:30:12 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 22D2437BA4C for ; Mon, 28 Feb 2000 23:30:10 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA26859; Mon, 28 Feb 2000 23:30:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 28 Feb 2000 23:30:09 -0800 (PST) Message-Id: <200002290730.XAA26859@freefall.freebsd.org> To: freebsd-alpha@freebsd.org Cc: From: Nobuhiro Yasutomi Subject: Re: alpha/17032: strtod(3) floating exception Reply-To: Nobuhiro Yasutomi Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR alpha/17032; it has been noted by GNATS. From: Nobuhiro Yasutomi To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: alpha/17032: strtod(3) floating exception Date: Tue, 29 Feb 2000 16:27:37 +0900 I checked my send-pr alpha/17032 problem. The problem live in src/lib/libc/stdlib/strtod.c source code. The source code assume sizeof(long)==4, then bounded value make to be exception. Well, There is need fix to mach. Then I tried import from NetBSD source code and hacked that. It seem to work. Based NetBSD-current source as $NetBSD: strtod.c,v 1.33 1999/11/26 07:39:45 msaitoh Exp $ and patched for FreeBSD are: --- /tmp/strtod.c Tue Feb 29 15:49:07 2000 +++ strtod.c Tue Feb 29 16:11:36 2000 @@ -108,6 +108,9 @@ #endif #endif +#if defined(__FreeBSD__) && defined(__alpha__) +#define IEEE_LITTLE_ENDIAN +#endif #ifdef __arm32__ /* * Although the CPU is little endian the FP has different @@ -142,8 +145,13 @@ #include "memory.h" #endif #endif +#if defined(__FreeBSD__) +#define mutex_lock(x) +#define mutex_unlock(x) +#else #include "extern.h" #include "reentrant.h" +#endif #ifdef MALLOC #ifdef KR_headers @@ -283,8 +291,13 @@ #define LSB 1 #define Sign_bit 0x80000000 #define Log2P 1 +#if defined(__FreeBSD__) && defined(__alpha__) +#define Tiny0 0x100000 +#define Tiny1 0 +#else /* !FreeBSD/alpha */ #define Tiny0 0 #define Tiny1 1 +#endif /* FreeBSD/alpha */ #define Quick_max 14 #define Int_max 14 #define Infinite(x) (word0(x) == 0x7ff00000) /* sufficient test for here */ --- Nobuhiro Yasutomi ISAC, Inc. http://www.isac.co.jp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Feb 29 11:38:29 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 1129D37BCA6 for ; Tue, 29 Feb 2000 11:38:27 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id UAA04225; Tue, 29 Feb 2000 20:09:29 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id UAA01290; Tue, 29 Feb 2000 20:06:19 +0100 (CET) (envelope-from wilko) Date: Tue, 29 Feb 2000 20:06:19 +0100 From: Wilko Bulte To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.org Subject: Re: X on Miata / Mach64 SVGA -> crash 'n burn Message-ID: <20000229200619.G700@yedi.iaf.nl> References: <20000228215655.A2707@yedi.iaf.nl> <14522.61252.428869.350843@grasshopper.cs.duke.edu> <20000228235546.A4508@yedi.iaf.nl> <14523.141.950257.368676@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14523.141.950257.368676@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Mon, Feb 28, 2000 at 06:13:13PM -0500 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Feb 28, 2000 at 06:13:13PM -0500, Andrew Gallatin wrote: > > Wilko Bulte writes: > > > > Hm. What chipset uses that card, in other words what XF* server binary > > drives it? > > Glint. Its like a Powerstorm 4d10, but is a an noname card I bought > in an office supply store. OK. I borrowed an old Diamond Stealth 64 (of all cards, a Diamond ;-) and now the machine at least survives starting X. But something is missing: things like xterm don't start complaining about a missing "libXThrStub.so.6" I have not yet found the missing lib. Any ideas? W/ -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Feb 29 12: 2:58 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 080A237BF4F for ; Tue, 29 Feb 2000 12:02:52 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id PAA25035; Tue, 29 Feb 2000 15:02:47 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id PAA64245; Tue, 29 Feb 2000 15:02:16 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 29 Feb 2000 15:02:16 -0500 (EST) To: Wilko Bulte Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: X on Miata / Mach64 SVGA -> crash 'n burn In-Reply-To: <20000229200619.G700@yedi.iaf.nl> References: <20000228215655.A2707@yedi.iaf.nl> <14522.61252.428869.350843@grasshopper.cs.duke.edu> <20000228235546.A4508@yedi.iaf.nl> <14523.141.950257.368676@grasshopper.cs.duke.edu> <20000229200619.G700@yedi.iaf.nl> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14524.8850.346501.337033@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: > I borrowed an old Diamond Stealth 64 (of all cards, a Diamond ;-) and now > the machine at least survives starting X. A Diamond in the rough, eh? > But something is missing: things like xterm don't start complaining about a > missing "libXThrStub.so.6" > > I have not yet found the missing lib. Any ideas? I think that's a generic problem with one of the snapshots that also bites the i386 port. I've always just built X from ports.. Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Feb 29 13: 9:30 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 4BB8637BCEF for ; Tue, 29 Feb 2000 13:09:23 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id VAA09118; Tue, 29 Feb 2000 21:56:02 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id VAA02475; Tue, 29 Feb 2000 21:15:30 +0100 (CET) (envelope-from wilko) Date: Tue, 29 Feb 2000 21:15:30 +0100 From: Wilko Bulte To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: X on Miata / Mach64 SVGA -> crash 'n burn Message-ID: <20000229211530.A2421@yedi.iaf.nl> References: <20000228215655.A2707@yedi.iaf.nl> <14522.61252.428869.350843@grasshopper.cs.duke.edu> <20000228235546.A4508@yedi.iaf.nl> <14523.141.950257.368676@grasshopper.cs.duke.edu> <20000229200619.G700@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000229200619.G700@yedi.iaf.nl>; from wilko@yedi.iaf.nl on Tue, Feb 29, 2000 at 08:06:19PM +0100 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 29, 2000 at 08:06:19PM +0100, Wilko Bulte wrote: > On Mon, Feb 28, 2000 at 06:13:13PM -0500, Andrew Gallatin wrote: > > > > Wilko Bulte writes: > > I borrowed an old Diamond Stealth 64 (of all cards, a Diamond ;-) and now > the machine at least survives starting X. > > But something is missing: things like xterm don't start complaining about a > missing "libXThrStub.so.6" > > I have not yet found the missing lib. Any ideas? FWIW: I grabbed the missing lib from beast.freebsd.org and it solves the problem. What puzzles me why RC2 did not install it (??). -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Feb 29 14: 9:46 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 346E037B6BE for ; Tue, 29 Feb 2000 14:09:40 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id XAA12420; Tue, 29 Feb 2000 23:04:52 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id WAA03160; Tue, 29 Feb 2000 22:03:40 +0100 (CET) (envelope-from wilko) Date: Tue, 29 Feb 2000 22:03:39 +0100 From: Wilko Bulte To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: X on Miata / Mach64 SVGA -> crash 'n burn Message-ID: <20000229220339.A3023@yedi.iaf.nl> References: <20000228215655.A2707@yedi.iaf.nl> <14522.61252.428869.350843@grasshopper.cs.duke.edu> <20000228235546.A4508@yedi.iaf.nl> <14523.141.950257.368676@grasshopper.cs.duke.edu> <20000229200619.G700@yedi.iaf.nl> <14524.8850.346501.337033@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14524.8850.346501.337033@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Tue, Feb 29, 2000 at 03:02:16PM -0500 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 29, 2000 at 03:02:16PM -0500, Andrew Gallatin wrote: > > Wilko Bulte writes: > > > I borrowed an old Diamond Stealth 64 (of all cards, a Diamond ;-) and now > > the machine at least survives starting X. > > A Diamond in the rough, eh? Yeah. Sort of ;-) > > But something is missing: things like xterm don't start complaining about a > > missing "libXThrStub.so.6" > > > > I have not yet found the missing lib. Any ideas? > > I think that's a generic problem with one of the snapshots that also > bites the i386 port. I've always just built X from ports.. Blurgh. I happen to consider X to be a binary blob and nothing else ;-) But it is definitely something to check in RC3 (or RC >= 3) What also was missing is libutil.so.2 Again beast came to the rescue. xdm is using libutil. Now that I have the right libutil I get xdm coredumps ;) Some more hacking to do I guess. W/ -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Feb 29 14:54:23 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 509ED37BC73 for ; Tue, 29 Feb 2000 14:54:20 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id XAA14256; Tue, 29 Feb 2000 23:48:27 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id XAA04468; Tue, 29 Feb 2000 23:47:49 +0100 (CET) (envelope-from wilko) Date: Tue, 29 Feb 2000 23:47:49 +0100 From: Wilko Bulte To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: X on Miata / Mach64 SVGA -> crash 'n burn Message-ID: <20000229234749.A4413@yedi.iaf.nl> References: <20000228215655.A2707@yedi.iaf.nl> <14522.61252.428869.350843@grasshopper.cs.duke.edu> <20000228235546.A4508@yedi.iaf.nl> <14523.141.950257.368676@grasshopper.cs.duke.edu> <20000229200619.G700@yedi.iaf.nl> <14524.8850.346501.337033@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14524.8850.346501.337033@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Tue, Feb 29, 2000 at 03:02:16PM -0500 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Word of warning: I just corrupted all my filesystems on the Miata MX5 to the extent I'll probably have to reinstall from scratch. This was running 'x11perf -all' on XF86_S3 and 4.0-RC2 which after 2 minutes locked up the machine solid. Fsck on reboot knocked out half of the f/s, DUPs, partially allocated inodes, unknown inodes etc. Disk is SCSI on Qlogic 1040 on the 32bit PCI slots (behind the bridge). -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Tue Feb 29 14:54:32 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 6D56C37BC73 for ; Tue, 29 Feb 2000 14:54:25 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id XAA14254; Tue, 29 Feb 2000 23:48:24 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id XAA04144; Tue, 29 Feb 2000 23:21:09 +0100 (CET) (envelope-from wilko) Date: Tue, 29 Feb 2000 23:21:09 +0100 From: Wilko Bulte To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: X on Miata / Mach64 SVGA -> crash 'n burn Message-ID: <20000229232109.C3967@yedi.iaf.nl> References: <20000228215655.A2707@yedi.iaf.nl> <14522.61252.428869.350843@grasshopper.cs.duke.edu> <20000228235546.A4508@yedi.iaf.nl> <14523.141.950257.368676@grasshopper.cs.duke.edu> <20000229200619.G700@yedi.iaf.nl> <20000229211530.A2421@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000229211530.A2421@yedi.iaf.nl>; from wilko@yedi.iaf.nl on Tue, Feb 29, 2000 at 09:15:30PM +0100 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Feb 29, 2000 at 09:15:30PM +0100, Wilko Bulte wrote: > On Tue, Feb 29, 2000 at 08:06:19PM +0100, Wilko Bulte wrote: > > On Mon, Feb 28, 2000 at 06:13:13PM -0500, Andrew Gallatin wrote: > > > > > > Wilko Bulte writes: > > > > I borrowed an old Diamond Stealth 64 (of all cards, a Diamond ;-) and now > > the machine at least survives starting X. Me and my big mouth: it did work for some time. But now I'm back to "Machine check while in PAL code, halt code 7" 1 second after typing 'startx'. Straight bang back to the >>> SRM prompt. :-( Any suggestions? -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Mar 2 2:46:40 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from ns.smr.ru (ns.smr.ru [62.76.47.1]) by hub.freebsd.org (Postfix) with ESMTP id AC35C37C133 for ; Thu, 2 Mar 2000 02:46:23 -0800 (PST) (envelope-from adm@smr.ru) Received: from smr.ru (localhost [127.0.0.1]) by ns.smr.ru (8.9.3/8.9.3) with ESMTP id OAA23313; Thu, 2 Mar 2000 14:16:13 +0400 (SAMT) (envelope-from adm@smr.ru) Message-ID: <38BE3F6D.1F8A78D1@smr.ru> Date: Thu, 02 Mar 2000 14:16:13 +0400 From: Vladimir Kravchuk Organization: IPSI & SSAU X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: ru, en MIME-Version: 1.0 Cc: Doug Rabson , freebsd-alpha@FreeBSD.ORG, Andrew Gallatin Subject: About pci_if.h References: Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I would like to install GM Myrinet software but I can not to compile the empty program on FreeBSD4.0-20000214-CURRENT(Alpha and Intell) if I include "pci_if.h" =============================================================== Command line is: =============================================================== gcc -c -I./ -Wa,-mev56 -I/usr/src/sys /usr/prog/test1/gm_arch.c =============================================================== gm_arch.c: =============================================================== #include "gm_arch_types.h" static void gm_stop_dma(device_t dev) { } =============================================================== gm_arch_types.h =============================================================== /* * FreeBSD driver defines */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include /* for DELAY */ #include #include #include ======================================================================= pci_if.h: ======================================================================= /* * This file is produced automatically. * Do not modify anything in here by hand. * * Created from source file * /sys/pci/pci_if.m * with * /sys/kern/makedevops.pl * * See the source file for legal information */ #ifndef _pci_if_h_ #define _pci_if_h_ extern struct device_op_desc pci_read_config_desc; typedef u_int32_t pci_read_config_t(device_t dev, device_t child, int reg, int width); pci_read_config_t PCI_READ_CONFIG; extern struct device_op_desc pci_write_config_desc; typedef void pci_write_config_t(device_t dev, device_t child, int reg, u_int32_t val, int width); pci_write_config_t PCI_WRITE_CONFIG; #endif /* _pci_if_h_ */ ======================================================================= Results: ======================================================================= In file included from /usr/src/sys/pci/pcivar.h:170, from /usr/prog/test1/gm_arch_types.h:24, from /usr/prog/test1/gm_arch.c:1: pci_if.h:17: syntax error before `dev' pci_if.h:22: syntax error before `dev' In file included from /usr/prog/test1/gm_arch_types.h:24, from /usr/prog/test1/gm_arch.c:1: /usr/src/sys/pci/pcivar.h:217: syntax error before `dev' /usr/src/sys/pci/pcivar.h: In function `pci_get_subvendor': /usr/src/sys/pci/pcivar.h:217: `dev' undeclared (first use in this function) /usr/src/sys/pci/pcivar.h:217: (Each undeclared identifier is reported only once /usr/src/sys/pci/pcivar.h:217: for each function it appears in.) /usr/src/sys/pci/pcivar.h: At top level: /usr/src/sys/pci/pcivar.h:217: syntax error before `dev' /usr/src/sys/pci/pcivar.h: In function `pci_set_subvendor': /usr/src/sys/pci/pcivar.h:217: `t' undeclared (first use in this function) /usr/src/sys/pci/pcivar.h:217: `dev' undeclared (first use in this function) /usr/src/sys/pci/pcivar.h: At top level: /usr/src/sys/pci/pcivar.h:218: syntax error before `dev' /usr/src/sys/pci/pcivar.h: In function `pci_get_subdevice': /usr/src/sys/pci/pcivar.h:218: `dev' undeclared (first use in this function) /usr/src/sys/pci/pcivar.h: At top level: /usr/src/sys/pci/pcivar.h:218: syntax error before `dev' /usr/src/sys/pci/pcivar.h: In function `pci_set_subdevice': /usr/src/sys/pci/pcivar.h:218: `t' undeclared (first use in this function) /usr/src/sys/pci/pcivar.h:218: `dev' undeclared (first use in this function) /usr/src/sys/pci/pcivar.h: At top level: . . ============================================================================ -- Vladimir Kravchuk. e-mail:adm@smr.ru Phone:+7(8462)322-763 Fax:+7(8462)322-763 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Mar 2 13:12:20 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by hub.freebsd.org (Postfix) with ESMTP id 610FC37B5B7 for ; Thu, 2 Mar 2000 13:12:07 -0800 (PST) (envelope-from nmanisca@vt.edu) Received: from mail.vt.edu (gkar.cc.vt.edu [128.173.16.40]) by sable.cc.vt.edu (8.9.3/8.9.3) with ESMTP id QAA23334 for ; Thu, 2 Mar 2000 16:12:05 -0500 (EST) Received: from dog ([198.82.106.223]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with SMTP id <0FQT00JA1C84TY@gkar.cc.vt.edu> for freebsd-alpha@FreeBSD.ORG; Thu, 2 Mar 2000 16:12:04 -0500 (EST) Date: Thu, 02 Mar 2000 16:11:19 -0500 From: nm Subject: looking for X X-Sender: nmanisca@mail.vt.edu To: freebsd-alpha@FreeBSD.ORG Message-id: <3.0.32.20000302161119.0370f9d0@mail.vt.edu> MIME-version: 1.0 X-Mailer: Windows Eudora Pro Version 3.0 (32) Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just installed FreeBSD 4.0-20000214-CURRENT on my AlphaStation 200 4/233. The install went great except for one thing... XFree86 wasn't found and therefore wasn't installed. So, what is the propper way to install X on my system? Thanks, Nick Maniscalco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Mar 2 13:44: 4 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id B377237B51B for ; Thu, 2 Mar 2000 13:43:56 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id QAA00092; Thu, 2 Mar 2000 16:43:40 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id QAA68598; Thu, 2 Mar 2000 16:43:09 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 2 Mar 2000 16:43:09 -0500 (EST) To: Vladimir Kravchuk Cc: Doug Rabson , freebsd-alpha@FreeBSD.ORG Subject: Re: About pci_if.h In-Reply-To: <38BE3F6D.1F8A78D1@smr.ru> References: <38BE3F6D.1F8A78D1@smr.ru> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14526.57263.767312.316660@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Vladimir Kravchuk writes: > I would like to install GM Myrinet software but > I can not to compile the empty program on > FreeBSD4.0-20000214-CURRENT(Alpha and Intell) if The problem is that a few interfaces have changed since the gm driver was written & there is at least one bug in their code. The appended patch appears to work -- at least I can build GM, load the kernel module, and run the mapper. Cheers, Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 diff -cr gm-1.1.3/drivers/freebsd/gm/gm_arch.c gm-1.1.3.works/drivers/freebsd/gm/gm_arch.c *** gm-1.1.3/drivers/freebsd/gm/gm_arch.c Fri Dec 17 15:51:10 1999 --- gm-1.1.3.works/drivers/freebsd/gm/gm_arch.c Thu Mar 2 16:11:15 2000 *************** *** 131,149 **** /* read */ noread, /* write */ nowrite, /* ioctl */ gm_freebsd_ioctl, - /* stop */ nostop, - /* reset */ noreset, - /* devtotty */ nodevtotty, /* poll */ nopoll, /* mmap */ gm_freebsd_mmap, /* strategy */ nostrategy, /* name */ "gm", - /* parms */ noparms, /* maj */ CDEV_MAJOR, /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* maxio */ 0, /* bmaj */ -1 }; --- 131,144 ---- diff -cr gm-1.1.3/drivers/freebsd/make-os.in gm-1.1.3.works/drivers/freebsd/make-os.in *** gm-1.1.3/drivers/freebsd/make-os.in Fri Dec 17 15:51:10 1999 --- gm-1.1.3.works/drivers/freebsd/make-os.in Thu Mar 2 16:08:41 2000 *************** *** 16,22 **** endif ! FREEBSDFLAGS= -DKERNEL -D__KERNEL__ -DKLD_MODULE -O -pipe $(ARCHFLAGS) LD=ld FREEBSD_INCLUDES=-I/usr/src/sys -I/usr/src/sys/compile/GENERIC --- 16,22 ---- endif ! FREEBSDFLAGS= -D_KERNEL -D__KERNEL__ -DKLD_MODULE -O -pipe $(ARCHFLAGS) LD=ld FREEBSD_INCLUDES=-I/usr/src/sys -I/usr/src/sys/compile/GENERIC diff -cr gm-1.1.3/mt/libmt/mt_Gm.c gm-1.1.3.works/mt/libmt/mt_Gm.c *** gm-1.1.3/mt/libmt/mt_Gm.c Fri Dec 17 15:51:34 1999 --- gm-1.1.3.works/mt/libmt/mt_Gm.c Thu Mar 2 16:06:25 2000 *************** *** 18,24 **** #if defined(GM_OS_OSF1) || defined(GM_CPU_mips) || defined(GM_OS_SOLARIS) #define DECLARE_GETHOSTNAME 1 ! #elif defined GM_OS_LINUX #define DECLARE_GETHOSTNAME 1 #endif --- 18,24 ---- #if defined(GM_OS_OSF1) || defined(GM_CPU_mips) || defined(GM_OS_SOLARIS) #define DECLARE_GETHOSTNAME 1 ! #elif defined(GM_OS_LINUX) || defined(GM_OS_FREEBSD) #define DECLARE_GETHOSTNAME 1 #endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Mar 2 14:22:46 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id BC7D437B555 for ; Thu, 2 Mar 2000 14:22:39 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA00909; Thu, 2 Mar 2000 17:22:35 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id RAA68699; Thu, 2 Mar 2000 17:22:05 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Thu, 2 Mar 2000 17:22:05 -0500 (EST) To: nm Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: looking for X In-Reply-To: <3.0.32.20000302161119.0370f9d0@mail.vt.edu> References: <3.0.32.20000302161119.0370f9d0@mail.vt.edu> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14526.59462.998088.513074@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org nm writes: > I just installed FreeBSD 4.0-20000214-CURRENT on my > AlphaStation 200 4/233. The install went great except > for one thing... XFree86 wasn't found and therefore > wasn't installed. So, what is the propper way to install > X on my system? > I may not be the best one to answer this.. There are binaries at ftp://releng3.freebsd.org/pub/FreeBSD/snapshots/alpha/4.0-20000208-CURRENT/XF86336/ However, people have been complaining that one of the X libs is missing from the snapshot. I'm not sure if that affects the binaries in this location or not. If it were me, I'd just build X from ports. Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Mar 2 15: 5:38 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by hub.freebsd.org (Postfix) with ESMTP id 3837237B620 for ; Thu, 2 Mar 2000 15:05:33 -0800 (PST) (envelope-from nmanisca@vt.edu) Received: from mail.vt.edu (gkar.cc.vt.edu [128.173.16.40]) by sable.cc.vt.edu (8.9.3/8.9.3) with ESMTP id SAA02449; Thu, 2 Mar 2000 18:05:31 -0500 (EST) Received: from dog ([198.82.106.223]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with SMTP id <0FQT00702HH5O4@gkar.cc.vt.edu>; Thu, 2 Mar 2000 18:05:30 -0500 (EST) Date: Thu, 02 Mar 2000 18:04:44 -0500 From: nm Subject: Re: looking for X X-Sender: nmanisca@mail.vt.edu To: Andrew Gallatin Cc: freebsd-alpha@FreeBSD.ORG Message-id: <3.0.32.20000302180444.03780b80@mail.vt.edu> MIME-version: 1.0 X-Mailer: Windows Eudora Pro Version 3.0 (32) Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 05:22 PM 3/2/00 -0500, Andrew Gallatin wrote: >I may not be the best one to answer this.. > >There are binaries at >ftp://releng3.freebsd.org/pub/FreeBSD/snapshots/alpha/4.0-20000208-CURRENT/ XF86336/ > >However, people have been complaining that one of the X libs is >missing from the snapshot. I'm not sure if that affects the binaries >in this location or not. > >If it were me, I'd just build X from ports. > >Drew hehe, I started the build from ports about an hour ago :) Hopefully that will work out just fine... If not, I will check out that url. Thanks. Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Thu Mar 2 18:30:37 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by hub.freebsd.org (Postfix) with ESMTP id 1B32437BEAD for ; Thu, 2 Mar 2000 18:30:35 -0800 (PST) (envelope-from nmanisca@vt.edu) Received: from mail.vt.edu (gkar.cc.vt.edu [128.173.16.40]) by sable.cc.vt.edu (8.9.3/8.9.3) with ESMTP id VAA17631 for ; Thu, 2 Mar 2000 21:30:30 -0500 (EST) Received: from dog ([198.82.106.223]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with SMTP id <0FQT00K30QYS3Z@gkar.cc.vt.edu> for freebsd-alpha@FreeBSD.ORG; Thu, 2 Mar 2000 21:30:29 -0500 (EST) Date: Thu, 02 Mar 2000 21:29:44 -0500 From: nm Subject: Re: looking for X X-Sender: nmanisca@mail.vt.edu To: freebsd-alpha@FreeBSD.ORG Message-id: <3.0.32.20000302212943.0378aeb0@mail.vt.edu> MIME-version: 1.0 X-Mailer: Windows Eudora Pro Version 3.0 (32) Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well I have X up and running... I built it from the ports collection. One problem is that when I run 'startx -- -bpp 32' I get a message telling me that 32 bpp is not supported on Alpha (yet). Same thing with 24 bpp. Is this normal? I have an S3 Virge (86C325), using SVGA server. Is there any way to get 32 bpp to work? Nick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 1: 0: 5 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from anchor-post-30.mail.demon.net (anchor-post-30.mail.demon.net [194.217.242.88]) by hub.freebsd.org (Postfix) with ESMTP id B7A9237B5C4 for ; Fri, 3 Mar 2000 00:59:57 -0800 (PST) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by anchor-post-30.mail.demon.net with esmtp (Exim 2.12 #1) id 12QnwB-000EzE-0U; Fri, 3 Mar 2000 08:59:56 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA25042; Fri, 3 Mar 2000 09:04:50 GMT (envelope-from dfr@nlsystems.com) Date: Fri, 3 Mar 2000 09:02:40 +0000 (GMT) From: Doug Rabson To: Vladimir Kravchuk Cc: freebsd-alpha@FreeBSD.ORG, Andrew Gallatin Subject: Re: About pci_if.h In-Reply-To: <38BE3F6D.1F8A78D1@smr.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 2 Mar 2000, Vladimir Kravchuk wrote: > I would like to install GM Myrinet software but > I can not to compile the empty program on > FreeBSD4.0-20000214-CURRENT(Alpha and Intell) if > I include "pci_if.h" Try adding -D_KERNEL to the compile line. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 5: 2:35 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from ns.smr.ru (ns.smr.ru [62.76.47.1]) by hub.freebsd.org (Postfix) with ESMTP id 2CB5837B53A for ; Fri, 3 Mar 2000 05:01:29 -0800 (PST) (envelope-from adm@smr.ru) Received: from smr.ru (localhost [127.0.0.1]) by ns.smr.ru (8.9.3/8.9.3) with ESMTP id QAA42509; Fri, 3 Mar 2000 16:59:18 +0400 (SAMT) (envelope-from adm@smr.ru) Message-ID: <38BFB726.345EBE75@smr.ru> Date: Fri, 03 Mar 2000 16:59:18 +0400 From: Vladimir Kravchuk Organization: IPSI & SSAU X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: ru, en MIME-Version: 1.0 To: Andrew Gallatin Cc: Doug Rabson , freebsd-alpha@FreeBSD.ORG Subject: Re: About pci_if.h References: <38BE3F6D.1F8A78D1@smr.ru> <14526.57263.767312.316660@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew Gallatin wrote: > > Vladimir Kravchuk writes: > > I would like to install GM Myrinet software but > > I can not to compile the empty program on > > FreeBSD4.0-20000214-CURRENT(Alpha and Intell) if > > The problem is that a few interfaces have changed since the gm driver > was written & there is at least one bug in their code. The appended > patch appears to work -- at least I can build GM, load the kernel > module, and run the mapper. Thanks! Driver detects M2M-PCI32C (LANai 4.3) cards on Alpha and Intel . I also can build GM, load the kernel module, and run the mapper. Unfortunately this driver not detects M2M-PCI64/2-3.1 with LANai 7.2. What can I do? To install GM I need to comment '#include "bpf.h" and #include "opt_bdg.h' in gm-1.1.3/drivers/freebsd/ip/gb.h. This files are not in the directory gm-1.1.3/drivers/freebsd/ip. Is it wright? I also change path (/usr/obj/usr/src....--->/usr/src...)to kldload and kldunload in the GM_INSTALL. > > Cheers, > > Drew -- Vladimir Kravchuk. e-mail:adm@smr.ru Phone:+7(8462)322-763 Fax:+7(8462)322-763 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 7:28:15 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 20EEF37B61C for ; Fri, 3 Mar 2000 07:28:12 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id KAA17681; Fri, 3 Mar 2000 10:28:10 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id KAA70054; Fri, 3 Mar 2000 10:27:40 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 3 Mar 2000 10:27:39 -0500 (EST) To: Vladimir Kravchuk Cc: freebsd-alpha@FreeBSD.ORG, feldy@myri.com Subject: Re: About pci_if.h In-Reply-To: <38BFB726.345EBE75@smr.ru> References: <38BE3F6D.1F8A78D1@smr.ru> <14526.57263.767312.316660@grasshopper.cs.duke.edu> <38BFB726.345EBE75@smr.ru> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14527.54102.302193.861198@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Vladimir Kravchuk writes: > Andrew Gallatin wrote: > > > > Vladimir Kravchuk writes: > > > I would like to install GM Myrinet software but > > > I can not to compile the empty program on > > > FreeBSD4.0-20000214-CURRENT(Alpha and Intell) if > > > > The problem is that a few interfaces have changed since the gm driver > > was written & there is at least one bug in their code. The appended > > patch appears to work -- at least I can build GM, load the kernel > > module, and run the mapper. > > Thanks! > Driver detects M2M-PCI32C (LANai 4.3) cards on Alpha and Intel . > I also can build GM, load the kernel module, and run the mapper. > Unfortunately this driver not detects M2M-PCI64/2-3.1 with > LANai 7.2. What can I do? > To install GM I need to comment '#include "bpf.h" and #include > "opt_bdg.h' > in gm-1.1.3/drivers/freebsd/ip/gb.h. This files are not in the > directory > gm-1.1.3/drivers/freebsd/ip. Is it wright? One thing to try would be to make sure you have an up-to-date GENERIC kernel built & sitting in /usr/src/sys/compile/GENERIC. Here's why: Because of incompatabilities between the GM & FreeBSD build environments, (BSD make vs GNU make, etc), a shortcut was taken for the kernel module build. Rather than doing it right & using bsd.kmod.mk, GM relies on the builder having an up-to-date /usr/src/sys/compile/GENERIC laying around in order to pick up needed include files (like bpf.h). For what its worth, I just loaded the module on an xp1000 (same chipset as your UP2000) & see: gm0: mem 0x40000000-0x40ffffff irq 40 at device 11.0 on pci0 GM: board mapped at KVA: 0xfffffd0040000000 gm0: interrupting at TSUNAMI irq 40 GM: WARNING: Some security features are disabled in this GM build to allow non-privileged users to map the network. GM:PCI config memory-write-and-invalidate NOT set by BIOS GM:PCI config memory-write-and-invalidate now turned ON GM:PCI config master NOT set by BIOS GM:PCI config master now turned ON GM:PCI config memory NOT set by BIOS GM:PCI config memory now turned ON GM:64-bit slot initialized correctly GM:Using MCP: 'L7 8K' m:524288 l:555392 v:700-702 pl:8192 cl:64 gm0: GM interface attached GM:Attaching the IP interface GM:IP interface attach ok Even though I did much of the FreeBSD port of the GM driver for Myricom as a favor to them for all they've done for our research group, we only use GM for mapping our Trapeze network using an L4 card in an old, dusty pentium sitting in the corner that we never, ever touch. Its frozen at -current as of last summer. So I'm not certain how much help I, or the freebsd-alpha community can be for this. You may want to take up further problems with help@myri.com. Last night, I gave them the patches I posted here which they have integrated into their CVS tree & they will be upgrading their BSD box to 4.0-RC2, so they should be up to speed soon. Good luck, Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 7:56:28 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 4E9F537B61C for ; Fri, 3 Mar 2000 07:56:21 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id QAA02081; Fri, 3 Mar 2000 16:42:21 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id IAA06350; Fri, 3 Mar 2000 08:21:11 +0100 (CET) (envelope-from wilko) Date: Fri, 3 Mar 2000 08:21:11 +0100 From: Wilko Bulte To: Andrew Gallatin Cc: nm , freebsd-alpha@FreeBSD.ORG Subject: Re: looking for X Message-ID: <20000303082110.A6166@yedi.iaf.nl> References: <3.0.32.20000302161119.0370f9d0@mail.vt.edu> <14526.59462.998088.513074@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14526.59462.998088.513074@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Thu, Mar 02, 2000 at 05:22:05PM -0500 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, Mar 02, 2000 at 05:22:05PM -0500, Andrew Gallatin wrote: > > nm writes: > > I just installed FreeBSD 4.0-20000214-CURRENT on my > > AlphaStation 200 4/233. The install went great except > > for one thing... XFree86 wasn't found and therefore > > wasn't installed. So, what is the propper way to install > > X on my system? > > > > I may not be the best one to answer this.. > > There are binaries at > ftp://releng3.freebsd.org/pub/FreeBSD/snapshots/alpha/4.0-20000208-CURRENT/XF86336/ > > However, people have been complaining that one of the X libs is > missing from the snapshot. I'm not sure if that affects the binaries > in this location or not. On RC2 libXThrStub.so.6 was missing. The install as such was not affected. But (almost) nothing ran because of the missing shared lib. On the other hand: I have not but grief with 4.0 & X on Alpha. Varies from system lockups to completely hosed filesystems when running x11perf. This is on both Miata MX5 and Aspen Alpine (EB64+) systems with various S3 and Mach64 VGA cards. W/ -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 12:30:52 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by hub.freebsd.org (Postfix) with ESMTP id 85F7E37B667 for ; Fri, 3 Mar 2000 12:30:43 -0800 (PST) (envelope-from nmanisca@vt.edu) Received: from mail.vt.edu (gkar.cc.vt.edu [128.173.16.40]) by sable.cc.vt.edu (8.9.3/8.9.3) with ESMTP id PAA04077; Fri, 3 Mar 2000 15:30:36 -0500 (EST) Received: from dog ([198.82.106.223]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with SMTP id <0FQV003S14Z0KZ@gkar.cc.vt.edu>; Fri, 3 Mar 2000 15:30:36 -0500 (EST) Date: Fri, 03 Mar 2000 15:29:51 -0500 From: nm Subject: Re: looking for X X-Sender: nmanisca@mail.vt.edu To: Wilko Bulte Cc: freebsd-alpha@FreeBSD.ORG Message-id: <3.0.32.20000303152950.0378d370@mail.vt.edu> MIME-version: 1.0 X-Mailer: Windows Eudora Pro Version 3.0 (32) Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 08:21 AM 3/3/00 +0100, Wilko Bulte wrote: >On RC2 libXThrStub.so.6 was missing. The install as such was not affected. >But (almost) nothing ran because of the missing shared lib. I have a libXThrStub.so.6 installed, and things work (like wmaker etc) but X is more unstable than I am after 12 beers. Locks the machine up hard quite often. :( Also when I reboot and fsck runs, I notice an unsettling message: ncr0: SCSI phase error fixup: CCB already dequeued (0xfffffe0000654c00) Any ideas? >On the other hand: I have not but grief with 4.0 & X on Alpha. Varies >from system lockups to completely hosed filesystems when running x11perf. >This is on both Miata MX5 and Aspen Alpine (EB64+) systems with various >S3 and Mach64 VGA cards. I am using an S3 Virge as well. If anyone has any suggestions on how to make X more stable I would love to hear them... The real reason I installed FreeBSD on this system was so that I could use X for development and school projects :( It looks like that may not be such a good idea (I REALLY dont want to go back to Tru64 :( Nick Maniscalco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 13: 9:24 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by hub.freebsd.org (Postfix) with ESMTP id B621337B5FF for ; Fri, 3 Mar 2000 13:09:15 -0800 (PST) (envelope-from nmanisca@vt.edu) Received: from mail.vt.edu (gkar.cc.vt.edu [128.173.16.40]) by sable.cc.vt.edu (8.9.3/8.9.3) with ESMTP id QAA27322 for ; Fri, 3 Mar 2000 16:09:12 -0500 (EST) Received: from dog ([198.82.106.223]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with SMTP id <0FQV00CAL6RBOR@gkar.cc.vt.edu> for freebsd-alpha@FreeBSD.ORG; Fri, 3 Mar 2000 16:09:11 -0500 (EST) Date: Fri, 03 Mar 2000 16:08:26 -0500 From: nm Subject: hard lock with ncr0: SCSI phase error fixup X-Sender: nmanisca@mail.vt.edu To: freebsd-alpha@FreeBSD.ORG Message-id: <3.0.32.20000303160826.037985c0@mail.vt.edu> MIME-version: 1.0 X-Mailer: Windows Eudora Pro Version 3.0 (32) Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well, since the fs's were not unmounted cleanly fsck start up on reboot... After about 5 seconds, I get the message ncr0: SCSI phase error fixup: CCB already dequeued displayed. At this time the hd light goes solid green and all disk activity stops. The system appears to lock up (but I can still toggle num lock etc...) The only way I have been able to system to boot, is to press ^C as soon as fsck starts up. The I run fsck manually and it seems to work. Should I be running something other than 4.0 current-2/14/2000? Nick Maniscalco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 13:41: 7 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from mailext02.compaq.com (mailext02.compaq.com [207.18.199.33]) by hub.freebsd.org (Postfix) with ESMTP id 6276D37B69E for ; Fri, 3 Mar 2000 13:41:00 -0800 (PST) (envelope-from michael.waite@compaq.com) Received: by mailext02.compaq.com (Postfix, from userid 12345) id 848C49A89F; Fri, 3 Mar 2000 15:40:57 -0600 (CST) Received: from mailint12.im.hou.compaq.com (mailint12.compaq.com [207.18.199.190]) by mailext02.compaq.com (Postfix) with ESMTP id 7F36790D82 for ; Fri, 3 Mar 2000 15:40:57 -0600 (CST) Received: by mailint12.im.hou.compaq.com (Postfix, from userid 12345) id A85D34FB03; Fri, 3 Mar 2000 15:40:50 -0600 (CST) Received: from exctay-gh01.tay.cpqcorp.net (exctay-gh01.tay.cpqcorp.net [16.103.129.42]) by mailint12.im.hou.compaq.com (Postfix) with ESMTP id 7EDC34C901 for ; Fri, 3 Mar 2000 15:40:50 -0600 (CST) Received: by exctay-gh01.tay.cpqcorp.net with Internet Mail Service (5.5.2650.21) id ; Fri, 3 Mar 2000 16:40:56 -0500 Message-ID: <212CC57E84B8D111AD780000F84AA049083C2C11@mroexc2.tay.dec.com> From: "Waite, Michael" To: freebsd-alpha@FreeBSD.ORG Subject: Alpha ISO is fantastic! Date: Fri, 3 Mar 2000 16:40:50 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I just did an install on an XP1000 today and am very pleased to say that it was the first time that a "nbew" thing worked right on the first try. Everything worked perfectly except for getting "X" to run Missing or broken libraries or some such. But none the less....hat's off to whoever made the iso. -----Mike Michael Waite Global Partnering Solutions Services Compaq Computer Corporation 200 Forest Street MRO1-3 /E4 Marlboro, Ma 01752 508-467-2289 michael.waite@compaq.com email pager: 6350361@skytel.com skytel pager 1-888-635-0361 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 14:54:58 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 993B537C5DB for ; Fri, 3 Mar 2000 14:54:53 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id XAA22163; Fri, 3 Mar 2000 23:49:47 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id XAA06194; Fri, 3 Mar 2000 23:27:26 +0100 (CET) (envelope-from wilko) Date: Fri, 3 Mar 2000 23:27:26 +0100 From: Wilko Bulte To: "Waite, Michael" Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha ISO is fantastic! Message-ID: <20000303232726.A5993@yedi.iaf.nl> References: <212CC57E84B8D111AD780000F84AA049083C2C11@mroexc2.tay.dec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <212CC57E84B8D111AD780000F84AA049083C2C11@mroexc2.tay.dec.com>; from Michael.Waite@compaq.com on Fri, Mar 03, 2000 at 04:40:50PM -0500 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Mar 03, 2000 at 04:40:50PM -0500, Waite, Michael wrote: > I just did an install on an XP1000 today and am very pleased to say that it > was the first time that a "nbew" thing worked right on the first try. > Everything worked perfectly except for getting "X" to run > Missing or broken libraries or some such. You lack: libXThrStub.so.6 in /usr/X11R6/lib and libutil.so.2 (IIRC) for /usr/lib The first one is the more important one because lots of X is linked to it. If you have an account on beast.freebsd.org you can 'borrow' the library there and X will run (sort of). I'd be very interested to see how the XP1000 behaves running X as I see problems on all my Alphas (Miata GL , Miata MX5 and EB64+/Aspen Alpine) when running X. > But none the less....hat's off to whoever made the iso. Yep, very much so. I really like the bootable CDs! W/ -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 15: 0:32 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from mass.cdrom.com (mass.cdrom.com [204.216.28.184]) by hub.freebsd.org (Postfix) with ESMTP id AFB3737B6B0 for ; Fri, 3 Mar 2000 15:00:29 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id PAA02216; Fri, 3 Mar 2000 15:00:59 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200003032300.PAA02216@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Wilko Bulte Cc: "Waite, Michael" , freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha ISO is fantastic! In-reply-to: Your message of "Fri, 03 Mar 2000 23:27:26 +0100." <20000303232726.A5993@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Mar 2000 15:00:58 -0800 From: Mike Smith Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > If you have an account on beast.freebsd.org you can 'borrow' the library > there and X will run (sort of). > I'd be very interested to see how the XP1000 behaves running X as I see > problems on all my Alphas (Miata GL , Miata MX5 and EB64+/Aspen Alpine) > when running X. That's interesting; I'm currently using a DS20 as my daily desktop machine (Permedia 2), and it's been much more stable than the PC (Voodoo 3) that I was previously using. The only reproducible issue I have is the KDE browser being fatal, but I haven't looked hard to see whether that's a server or KDE issue. -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 15: 4: 3 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id 2483F37C084 for ; Fri, 3 Mar 2000 15:04:00 -0800 (PST) (envelope-from gallatin@cs.duke.edu) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id SAA29236; Fri, 3 Mar 2000 18:03:58 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.9.3/8.9.1) id SAA70834; Fri, 3 Mar 2000 18:03:27 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Fri, 3 Mar 2000 18:03:27 -0500 (EST) To: Wilko Bulte Cc: "Waite, Michael" , freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha ISO is fantastic! In-Reply-To: <20000303232726.A5993@yedi.iaf.nl> References: <212CC57E84B8D111AD780000F84AA049083C2C11@mroexc2.tay.dec.com> <20000303232726.A5993@yedi.iaf.nl> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14528.17265.955978.964252@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Wilko Bulte writes: > I'd be very interested to see how the XP1000 behaves running X as I see > problems on all my Alphas (Miata GL , Miata MX5 and EB64+/Aspen Alpine) > when running X. I suspect that it will do much better because a tsunami chipset behaves a lot like an x86 on bad accesses -- reads to bad addresses in device memory return -1 and writes are ignored. All other platforms give you a machine check. This confused the heck out of me when I was doing the tsunami support. On a related note -- Wilko, can you try compiling X with either -O or -O0? I just tracked down a nasty bug troubling somebody else which was caused by gcc generating bad code. I have a sneaking suspicion that the compiler might be behind at least some of your pain. Cheers, Drew ------------------------------------------------------------------------------ Andrew Gallatin, Sr Systems Programmer http://www.cs.duke.edu/~gallatin Duke University Email: gallatin@cs.duke.edu Department of Computer Science Phone: (919) 660-6590 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 15:14: 9 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from zmamail01.zma.compaq.com (zmamail01.zma.compaq.com [161.114.64.101]) by hub.freebsd.org (Postfix) with ESMTP id 7F46D37B672 for ; Fri, 3 Mar 2000 15:14:06 -0800 (PST) (envelope-from michael.waite@compaq.com) Received: by zmamail01.zma.compaq.com (Postfix, from userid 12345) id D006E7B5; Fri, 3 Mar 2000 18:14:04 -0500 (EST) Received: from exctay-gh02.tay.cpqcorp.net (exctay-gh02.tay.cpqcorp.net [16.103.129.52]) by zmamail01.zma.compaq.com (Postfix) with ESMTP id C6800E8B; Fri, 3 Mar 2000 18:14:04 -0500 (EST) Received: by exctay-gh02.tay.cpqcorp.net with Internet Mail Service (5.5.2650.21) id ; Fri, 3 Mar 2000 18:14:04 -0500 Message-ID: <212CC57E84B8D111AD780000F84AA049083C2C17@mroexc2.tay.dec.com> From: "Waite, Michael" To: 'Wilko Bulte' Cc: freebsd-alpha@FreeBSD.ORG Subject: RE: Alpha ISO is fantastic! Date: Fri, 3 Mar 2000 18:14:03 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Well we ahve it running X just fine but no mouse. Is /dev/sysmouse incorrect? Does that second missing library have anything to do with it? I have only two more days before I will be showing this system off at Software Developer 2000 in San Jose. I need to get X running and running well as it is going to be sitting in our booth next to Debian, RedHat, SuSE, and of course Tru64 UNIX. -----Mike -----Original Message----- From: Wilko Bulte [mailto:wilko@yedi.iaf.nl] Sent: Friday, March 03, 2000 5:27 PM To: Waite, Michael Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha ISO is fantastic! On Fri, Mar 03, 2000 at 04:40:50PM -0500, Waite, Michael wrote: > I just did an install on an XP1000 today and am very pleased to say that it > was the first time that a "nbew" thing worked right on the first try. > Everything worked perfectly except for getting "X" to run > Missing or broken libraries or some such. You lack: libXThrStub.so.6 in /usr/X11R6/lib and libutil.so.2 (IIRC) for /usr/lib The first one is the more important one because lots of X is linked to it. If you have an account on beast.freebsd.org you can 'borrow' the library there and X will run (sort of). I'd be very interested to see how the XP1000 behaves running X as I see problems on all my Alphas (Miata GL , Miata MX5 and EB64+/Aspen Alpine) when running X. > But none the less....hat's off to whoever made the iso. Yep, very much so. I really like the bootable CDs! W/ -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Fri Mar 3 15:19:15 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from mass.cdrom.com (mass.cdrom.com [204.216.28.184]) by hub.freebsd.org (Postfix) with ESMTP id 49AC737B672 for ; Fri, 3 Mar 2000 15:19:13 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id PAA02431; Fri, 3 Mar 2000 15:19:42 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200003032319.PAA02431@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Waite, Michael" Cc: "'Wilko Bulte'" , freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha ISO is fantastic! In-reply-to: Your message of "Fri, 03 Mar 2000 18:14:03 EST." <212CC57E84B8D111AD780000F84AA049083C2C17@mroexc2.tay.dec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Mar 2000 15:19:42 -0800 From: Mike Smith Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Well we ahve it running X just fine but no mouse. > Is /dev/sysmouse incorrect? > Does that second missing library have anything to do with it? No, but you might not have the mouse handler (moused) running. Check /etc/rc.conf - here's my config for a PS/2 mouse on the DS20: moused_port="/dev/psm0" moused_enable="YES" -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Mar 4 0:44:48 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from mail.netwing.at (mail.netwing.at [194.93.77.21]) by hub.freebsd.org (Postfix) with ESMTP id 0230F37B7A2 for ; Sat, 4 Mar 2000 00:44:45 -0800 (PST) (envelope-from tom@knienieder.com) Received: from knienieder.com (dialin-ibk-0206.netwing.at [194.93.76.38]) by mail.netwing.at (8.9.3/8.9.3) with ESMTP id JAA14329; Sat, 4 Mar 2000 09:44:30 +0100 Message-ID: <38C0CCE9.89862D97@knienieder.com> Date: Sat, 04 Mar 2000 09:44:25 +0100 From: Tom Knienieder X-Mailer: Mozilla 4.72 [en] (X11; I; OpenBSD 2.6 i386) X-Accept-Language: de-AT, en MIME-Version: 1.0 To: Andrew Gallatin Cc: freebsd-alpha@freebsd.org Subject: Re: Alpha ISO is fantastic! References: <212CC57E84B8D111AD780000F84AA049083C2C11@mroexc2.tay.dec.com> <20000303232726.A5993@yedi.iaf.nl> <14528.17265.955978.964252@grasshopper.cs.duke.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Andrew Gallatin wrote: > > Wilko Bulte writes: > > I'd be very interested to see how the XP1000 behaves running X as I see > > problems on all my Alphas (Miata GL , Miata MX5 and EB64+/Aspen Alpine) > > when running X. > > I suspect that it will do much better because a tsunami chipset > behaves a lot like an x86 on bad accesses -- reads to bad addresses in > device memory return -1 and writes are ignored. All other platforms > give you a machine check. This confused the heck out of me when I was > doing the tsunami support. > > On a related note -- Wilko, can you try compiling X with either -O or > -O0? I just tracked down a nasty bug troubling somebody else which > was caused by gcc generating bad code. I have a sneaking suspicion > that the compiler might be behind at least some of your pain. > I noticed the same thing. For example mysql-3.23.11-alpha has uptimes from serveral minutes on my 164lx under heavy load. I changed the CFLAGS from -O3 and -O2 to -O0. It's up for over 20 hours now. Tom To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Mar 4 6:17:48 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with SMTP id 7DBCD37B76E for ; Sat, 4 Mar 2000 06:17:46 -0800 (PST) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de([192.76.124.5]) (1286 bytes) by hcshh.hcs.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Sat, 4 Mar 2000 15:17:43 +0100 (CET) (Smail-3.2.0.104 1998-Nov-20 #1 built 1998-Dec-11) Received: by hcswork.hcs.de (Postfix, from userid 200) id A60EA36AB; Sat, 4 Mar 2000 15:17:42 +0100 (MET) Subject: Celebris XL300 running FreeBSD ? To: freebsd-alpha@freebsd.org Date: Sat, 4 Mar 2000 15:17:42 +0100 (MET) Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 593 Message-Id: <20000304141742.A60EA36AB@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, i've got an offer to buy an DEC Alpha XL300 Celebris machine which ran NT previously. Is this something i can run FreeBSD (-current) on ? Any hints, tips, suggestions ? Please include me in any replies since i'm not (yet ?) subscribed to the alpha list. Thanks! hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Mar 4 10:56:44 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id EF28C37B7CD for ; Sat, 4 Mar 2000 10:56:37 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id TAA30078; Sat, 4 Mar 2000 19:42:11 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id TAA61859; Sat, 4 Mar 2000 19:40:27 +0100 (CET) (envelope-from wilko) Date: Sat, 4 Mar 2000 19:40:27 +0100 From: Wilko Bulte To: Andrew Gallatin Cc: "Waite, Michael" , freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha ISO is fantastic! Message-ID: <20000304194026.C61721@yedi.iaf.nl> References: <212CC57E84B8D111AD780000F84AA049083C2C11@mroexc2.tay.dec.com> <20000303232726.A5993@yedi.iaf.nl> <14528.17265.955978.964252@grasshopper.cs.duke.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <14528.17265.955978.964252@grasshopper.cs.duke.edu>; from gallatin@cs.duke.edu on Fri, Mar 03, 2000 at 06:03:27PM -0500 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Mar 03, 2000 at 06:03:27PM -0500, Andrew Gallatin wrote: > Wilko Bulte writes: > > I'd be very interested to see how the XP1000 behaves running X as I see > > problems on all my Alphas (Miata GL , Miata MX5 and EB64+/Aspen Alpine) > > when running X. > > I suspect that it will do much better because a tsunami chipset > behaves a lot like an x86 on bad accesses -- reads to bad addresses in > device memory return -1 and writes are ignored. All other platforms > give you a machine check. This confused the heck out of me when I was > doing the tsunami support. > > On a related note -- Wilko, can you try compiling X with either -O or > -O0? I just tracked down a nasty bug troubling somebody else which Sure. Is there a source tarball for the S3, S3V and Mach64 Xserver sources somewhere? I don't have X sources online here. A ISDN line makes downloading all of X a no-no. They are not on the RC2 CD (or..?) W/ -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Mar 4 11:40: 9 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id D859337B86C for ; Sat, 4 Mar 2000 11:40:03 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id UAA32053; Sat, 4 Mar 2000 20:32:41 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id UAA62406; Sat, 4 Mar 2000 20:04:48 +0100 (CET) (envelope-from wilko) Date: Sat, 4 Mar 2000 20:04:48 +0100 From: Wilko Bulte To: Hellmuth Michaelis Cc: freebsd-alpha@FreeBSD.ORG Subject: Re: Celebris XL300 running FreeBSD ? Message-ID: <20000304200448.A62387@yedi.iaf.nl> References: <20000304141742.A60EA36AB@hcswork.hcs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000304141742.A60EA36AB@hcswork.hcs.de>; from hm@hcs.de on Sat, Mar 04, 2000 at 03:17:42PM +0100 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Mar 04, 2000 at 03:17:42PM +0100, Hellmuth Michaelis wrote: > i've got an offer to buy an DEC Alpha XL300 Celebris machine which ran > NT previously. Is this something i can run FreeBSD (-current) on ? No. AlphaXL only has ARC firmware available, not the SRM console f/w that *BSD needs to run. Linux *might* run on them, using the ARC console. In general: now that WinNT/alpha has died you will see a lot of used XLs on the market. They are worth $0.00 if you try to trade them in for something new so most companies try to find other ways to get rid of them (sell them to employees, whatever). I was offered a bunch of them this week too.. W/ -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Mar 4 11:40:19 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from uni4nn.gn.iaf.nl (osmium.gn.iaf.nl [193.67.144.12]) by hub.freebsd.org (Postfix) with ESMTP id 3052937B87B for ; Sat, 4 Mar 2000 11:40:16 -0800 (PST) (envelope-from wilko@yedi.iaf.nl) Received: from yedi.iaf.nl (uucp@localhost) by uni4nn.gn.iaf.nl (8.9.2/8.9.2) with UUCP id UAA32063; Sat, 4 Mar 2000 20:32:52 +0100 (MET) Received: (from wilko@localhost) by yedi.iaf.nl (8.9.3/8.9.3) id UAA62656; Sat, 4 Mar 2000 20:18:34 +0100 (CET) (envelope-from wilko) Date: Sat, 4 Mar 2000 20:18:34 +0100 From: Wilko Bulte To: Tom Knienieder Cc: Andrew Gallatin , freebsd-alpha@FreeBSD.ORG Subject: Re: Alpha ISO is fantastic! Message-ID: <20000304201834.G62387@yedi.iaf.nl> References: <212CC57E84B8D111AD780000F84AA049083C2C11@mroexc2.tay.dec.com> <20000303232726.A5993@yedi.iaf.nl> <14528.17265.955978.964252@grasshopper.cs.duke.edu> <38C0CCE9.89862D97@knienieder.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <38C0CCE9.89862D97@knienieder.com>; from tom@knienieder.com on Sat, Mar 04, 2000 at 09:44:25AM +0100 X-OS: FreeBSD yedi.iaf.nl 3.4-STABLE FreeBSD 3.4-STABLE X-PGP: finger wilko@freebsd.org Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Mar 04, 2000 at 09:44:25AM +0100, Tom Knienieder wrote: > Andrew Gallatin wrote: > > > > Wilko Bulte writes: > > > I'd be very interested to see how the XP1000 behaves running X as I see > > > problems on all my Alphas (Miata GL , Miata MX5 and EB64+/Aspen Alpine) > > > when running X. .. > > On a related note -- Wilko, can you try compiling X with either -O or > > -O0? I just tracked down a nasty bug troubling somebody else which > > was caused by gcc generating bad code. I have a sneaking suspicion > > that the compiler might be behind at least some of your pain. > > I noticed the same thing. For example mysql-3.23.11-alpha has > uptimes from serveral minutes on my 164lx under heavy load. > I changed the CFLAGS from -O3 and -O2 to -O0. It's up for > over 20 hours now. Ai... If this is also the cause of my X trouble I wonder if it makes sense to create the RC3 for Alpha with -O or -O0 ? W/ -- Wilko Bulte Arnhem, The Netherlands http://www.tcja.nl The FreeBSD Project: http://www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Mar 4 12: 0:27 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from mass.cdrom.com (castles511.castles.com [208.214.165.75]) by hub.freebsd.org (Postfix) with ESMTP id 90CBD37B87B; Sat, 4 Mar 2000 12:00:20 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Received: from mass.cdrom.com (localhost [127.0.0.1]) by mass.cdrom.com (8.9.3/8.9.3) with ESMTP id MAA04532; Sat, 4 Mar 2000 12:00:50 -0800 (PST) (envelope-from msmith@mass.cdrom.com) Message-Id: <200003042000.MAA04532@mass.cdrom.com> X-Mailer: exmh version 2.1.1 10/15/1999 To: Wilko Bulte Cc: Tom Knienieder , Andrew Gallatin , kkenn@freebsd.org, freebsd-alpha@freebsd.org Subject: Re: Alpha ISO is fantastic! In-reply-to: Your message of "Sat, 04 Mar 2000 20:18:34 +0100." <20000304201834.G62387@yedi.iaf.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 04 Mar 2000 12:00:50 -0800 From: Mike Smith Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > On Sat, Mar 04, 2000 at 09:44:25AM +0100, Tom Knienieder wrote: > > Andrew Gallatin wrote: > > > > > > Wilko Bulte writes: > > > > I'd be very interested to see how the XP1000 behaves running X as I see > > > > problems on all my Alphas (Miata GL , Miata MX5 and EB64+/Aspen Alpine) > > > > when running X. > .. > > > On a related note -- Wilko, can you try compiling X with either -O or > > > -O0? I just tracked down a nasty bug troubling somebody else which > > > was caused by gcc generating bad code. I have a sneaking suspicion > > > that the compiler might be behind at least some of your pain. > > > > I noticed the same thing. For example mysql-3.23.11-alpha has > > uptimes from serveral minutes on my 164lx under heavy load. > > I changed the CFLAGS from -O3 and -O2 to -O0. It's up for > > over 20 hours now. > > Ai... If this is also the cause of my X trouble I wonder if it makes sense > to create the RC3 for Alpha with -O or -O0 ? I'm asking people that have had trouble with building world on beast to try this - Kris, I seem to recall you were one of them... -- \\ Give a man a fish, and you feed him for a day. \\ Mike Smith \\ Tell him he should learn how to fish himself, \\ msmith@freebsd.org \\ and he'll hate you for a lifetime. \\ msmith@cdrom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Mar 4 16:27:13 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from sable.cc.vt.edu (sable.cc.vt.edu [128.173.16.30]) by hub.freebsd.org (Postfix) with ESMTP id 4CFC537B8AB for ; Sat, 4 Mar 2000 16:27:07 -0800 (PST) (envelope-from nmanisca@vt.edu) Received: from mail.vt.edu (gkar.cc.vt.edu [128.173.16.40]) by sable.cc.vt.edu (8.9.3/8.9.3) with ESMTP id TAA25764; Sat, 4 Mar 2000 19:27:05 -0500 (EST) Received: from dog ([198.82.106.223]) by gkar.cc.vt.edu (Sun Internet Mail Server sims.3.5.1999.05.24.18.28.p7) with SMTP id <0FQX00B0BAL58W@gkar.cc.vt.edu>; Sat, 4 Mar 2000 19:27:05 -0500 (EST) Date: Sat, 04 Mar 2000 19:26:20 -0500 From: nm Subject: Re: Alpha ISO is fantastic! X-Sender: nmanisca@mail.vt.edu To: Wilko Bulte Cc: freebsd-alpha@FreeBSD.ORG Message-id: <3.0.32.20000304192619.04189150@mail.vt.edu> MIME-version: 1.0 X-Mailer: Windows Eudora Pro Version 3.0 (32) Content-type: text/plain; charset=us-ascii Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org At 08:18 PM 3/4/00 +0100, Wilko Bulte wrote: >Ai... If this is also the cause of my X trouble I wonder if it makes sense >to create the RC3 for Alpha with -O or -O0 ? Hmm, I am building XFree86 3.9.18 now, and I glanced in programs/Makefile and I see CDEBUGFLAGS = -O and then later on... CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) $(MODULE_CFLAGS) $(ALLDEFINES) Does this imply that everything under programs/ will be built with -O? I will let you guys know how I make out, as far as stability goes (AS200, S3 Virge) when it finishes. Nick Maniscalco To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message From owner-freebsd-alpha Sat Mar 4 17: 3:50 2000 Delivered-To: freebsd-alpha@freebsd.org Received: from hungry.spb.cityline.ru (hungry.spb.cityline.ru [212.46.192.3]) by hub.freebsd.org (Postfix) with ESMTP id 1CAD437B936 for ; Sat, 4 Mar 2000 17:03:46 -0800 (PST) (envelope-from vadik@hungry.spb.cityline.ru) Received: (from vadik@localhost) by hungry.spb.cityline.ru (8.8.8/8.8/CL) id EAA01169; Sun, 5 Mar 2000 04:03:33 +0300 (MSK) Date: Sun, 5 Mar 2000 04:03:33 +0300 From: vadik likholetov To: nm Cc: freebsd-alpha@freebsd.org Subject: Re: Alpha ISO is fantastic! Message-ID: <20000305040333.A27065@cl.spb.ru> References: <3.0.32.20000304192619.04189150@mail.vt.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <3.0.32.20000304192619.04189150@mail.vt.edu>; from nm on Sat, Mar 04, 2000 at 07:26:20PM -0500 Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Mar 04, 2000 at 07:26:20PM -0500, nm wrote: > At 08:18 PM 3/4/00 +0100, Wilko Bulte wrote: > >Ai... If this is also the cause of my X trouble I wonder if it makes sense > >to create the RC3 for Alpha with -O or -O0 ? > > Hmm, I am building XFree86 3.9.18 now, and I glanced in programs/Makefile > and I see CDEBUGFLAGS = -O and then later on... > > CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(THREADS_CFLAGS) > $(MODULE_CFLAGS) $(ALLDEFINES) > > Does this imply that everything under programs/ will be built with -O? > > I will let you guys know how I make out, as far as stability goes > (AS200, S3 Virge) when it finishes. > > Nick Maniscalco > I was not able to run 3.9.18 on both S3 Virge/DX and Matrox Millenium II on my 164SX. The problem is in switching to videomode - it shows just blank screen. The 3.3.6 is rather stable with S3V server, but switching back to text console (Alt+Ctrl+Fx) causes kernel panic. Using SVGA server has no problems with console switching but has problems with (I suppose) pixmap drawing - pixmaps do not display, just nothing or garbage displays on its place. -- vadik likholetov To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message