From shammer@daemon.li Sat Jun 28 08:15:34 2003 Return-Path: Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65E4C37B401 for ; Sat, 28 Jun 2003 08:15:34 -0700 (PDT) Received: from mail.ac-net.at (secure.ac-net.at [212.24.125.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F01A43FE3 for ; Sat, 28 Jun 2003 08:15:32 -0700 (PDT) (envelope-from shammer@daemon.li) Received: from localhost (server.ac-net.at [127.0.0.1]) by mail.ac-net.at (AC-net Mailserver v1.3a) with ESMTP id 0E9AA3F0B for ; Sat, 28 Jun 2003 17:15:22 +0200 (CEST) Received: from daemon.li (dsl-153-33.utaonline.at [62.218.153.33]) by mail.ac-net.at (AC-net Mailserver v1.3a) with SMTP id 0B7983EF8 for ; Sat, 28 Jun 2003 15:15:20 +0000 (UTC) Received: (qmail 747 invoked from network); 28 Jun 2003 15:16:04 -0000 Received: from localhost (HELO daemon.li) (127.0.0.1) by localhost with SMTP; 28 Jun 2003 15:16:04 -0000 Received: (from root@localhost) by daemon.li (8.12.6/8.12.7/Submit) id h5SFG3Jr000745; Sat, 28 Jun 2003 17:16:03 +0200 (CEST) (envelope-from shammer) Message-Id: <200306281516.h5SFG3Jr000745@daemon.li> Date: Sat, 28 Jun 2003 17:16:03 +0200 (CEST) From: Josef El-Rayes Reply-To: Josef El-Rayes To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: add pc98 to plattforms X-Send-Pr-Version: 3.113 X-GNATS-Notify: >Number: 53876 >Category: www >Synopsis: add pc98 to plattforms >Confidential: no >Severity: non-critical >Priority: low >Responsible: hrs >State: closed >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 28 08:20:12 PDT 2003 >Closed-Date: Fri Jul 18 13:28:45 PDT 2003 >Last-Modified: Fri Jul 18 13:28:45 PDT 2003 >Originator: Josef El-Rayes >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD daemon.li 4.8-STABLE FreeBSD 4.8-STABLE #0: Mon Jun 23 20:51:01 CEST 2003 shammer@daemon.li:/usr/obj/usr/src/sys/GENERIC i386 >Description: this adds pc98 plattofrm to supported plattforms page >How-To-Repeat: >Fix: --- plattforms.diff begins here --- diff -ruN platforms.orig/Makefile platforms/Makefile --- platforms.orig/Makefile Mon Jan 20 01:04:22 2003 +++ platforms/Makefile Sat Jun 28 17:08:45 2003 @@ -14,7 +14,7 @@ DOCS+= ppc.sgml DOCS+= sparc.sgml DOCS+= x86-64.sgml - +DOCS+= pc98.sgml SUBDIR= ia64 diff -ruN platforms.orig/index.sgml platforms/index.sgml --- platforms.orig/index.sgml Sat Jun 28 14:53:07 2003 +++ platforms/index.sgml Sat Jun 28 17:10:22 2003 @@ -21,6 +21,7 @@
  • FreeBSD/alpha Project
  • FreeBSD/ia64 Project
  • FreeBSD/MIPS Project
  • +
  • FreeBSD/pc98 Project
  • FreeBSD/ppc Project
  • FreeBSD/sparc64 Project
  • FreeBSD/x86-64 Project
  • @@ -41,6 +42,9 @@
  • For the FreeBSD/MIPS port, freebsd-mips@FreeBSD.org
  • + +
  • For the FreeBSD/pc98 port, re-pc98@FreeBSD.org
  • For the FreeBSD/ppc port, freebsd-ppc@FreeBSD.org
  • diff -ruN platforms.orig/pc98.sgml platforms/pc98.sgml --- platforms.orig/pc98.sgml Thu Jan 1 01:00:00 1970 +++ platforms/pc98.sgml Sat Jun 28 17:08:02 2003 @@ -0,0 +1,32 @@ + + + + %includes;]> + + + &header; + + FreeBSD/pc98 is a port of FreeBSD - originally developped on PC-AT and + is aimed to run on NEC PC-98x1 (pc98) architecture. + The procjects' goal is to make FreeBSD/pc98 work the same as FreeBSD on other architectures. + Most of kernel source is included in FreeBSD source tree and most of + userland commands built from FreeBSD sources work fine - some kernel features and userland commands, which depend on + hardware or architecture of pc98, need more hack. Some are done but some are not included in FreeBSD. + + +

    FreeBSD/pc98 Hardware Notes

    + 5.1-CURRENT +Hardware Notes + + +

    FreeBSD/pc98 Related Links

    + + + + &footer; + --- plattforms.diff ends here --- >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-www->hrs Responsible-Changed-By: hrs Responsible-Changed-When: Wed Jul 16 11:56:09 PDT 2003 Responsible-Changed-Why: I'll take this. http://www.freebsd.org/cgi/query-pr.cgi?pr=53876 From: Hiroki Sato To: j.el-rayes@daemon.li Cc: FreeBSD-gnats-submit@FreeBSD.org, hrs@FreeBSD.org, freebsd98-doc@jp.freebsd.org Subject: Re: www/53876: add pc98 to plattforms Date: Thu, 17 Jul 2003 04:12:11 +0900 (JST) Josef El-Rayes wrote in <200306281516.h5SFG3Jr000745@daemon.li>: j.el-rayes> >Description: j.el-rayes> this adds pc98 plattofrm to supported plattforms page I made a new patch based on that you submitted. FreeBSD/pc98 is simply a FreeBSD port for pc98 architecture now, so sentences like "need more hack" are no longer appropriate, I think. freebsd98-doc@jp folks: If anyone notice any mistakes in this patch, please let me know. -- | Hiroki SATO / Index: Makefile =================================================================== RCS file: /home/ncvs/www/en/platforms/Makefile,v retrieving revision 1.5 diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.5 Makefile --- Makefile 20 Jan 2003 00:04:22 -0000 1.5 +++ Makefile 16 Jul 2003 18:54:28 -0000 @@ -14,6 +14,7 @@ DOCS+= ppc.sgml DOCS+= sparc.sgml DOCS+= x86-64.sgml +DOCS+= pc98.sgml SUBDIR= ia64 Index: index.sgml =================================================================== RCS file: /home/ncvs/www/en/platforms/index.sgml,v retrieving revision 1.8 diff -d -u -I\$FreeBSD:.*\$ -I\$Id:.*\$ -I\$hrs:.*\$ -r1.8 index.sgml --- index.sgml 30 Jun 2003 03:37:29 -0000 1.8 +++ index.sgml 16 Jul 2003 18:50:27 -0000 @@ -21,6 +21,7 @@
  • FreeBSD/alpha Project
  • FreeBSD/ia64 Project
  • FreeBSD/MIPS Project
  • +
  • FreeBSD/pc98 Project
  • FreeBSD/ppc Project
  • FreeBSD/sparc64 Project
  • FreeBSD/amd64 Project
  • @@ -41,6 +42,9 @@
  • For the FreeBSD/MIPS port, freebsd-mips@FreeBSD.org
  • + +
  • For the FreeBSD/pc98 port, re-pc98@FreeBSD.org
  • For the FreeBSD/ppc port, freebsd-ppc@FreeBSD.org
  • Index: pc98.sgml =================================================================== RCS file: pc98.sgml diff -N pc98.sgml --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ pc98.sgml 16 Jul 2003 18:53:41 -0000 @@ -0,0 +1,34 @@ + + + + +%includes; +]> + + + &header; + +

    FreeBSD/pc98 is a port of FreeBSD which aims to run + on NEC PC-98x1 (pc98) architecture. + The project's goal is to make FreeBSD/pc98 work + the same as FreeBSD on other architectures. + Most of the kernel source is already included in FreeBSD source tree + and most of the userland utilities built from the source work fine.

    + +

    FreeBSD/pc98 Hardware Notes

    + + 5.1-CURRENT + Hardware Notes + +

    FreeBSD/pc98 Related Links

    + + + + &footer; + From: Josef El-Rayes To: Hiroki Sato Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: www/53876: add pc98 to plattforms Date: Thu, 17 Jul 2003 11:26:39 +0200 Hiroki Sato wrote: > I made a new patch based on that you submitted. Looks better than mine, i noticed some typos in my version. I just want to point out that i was not sure with `re-pc98@FreeBSD.org` as contact email adress for the pc98-port project. all the other ports have a `freebsd-@freebsd.org` email adress, which is a mailinglist. are these not available for pc 98? greets, josef -- www: http://www.daemon.li nic-hdl: JER1080312-NICAT FreeBSD PortMaintainer "Make World - Not War!" State-Changed-From-To: open->closed State-Changed-By: hrs State-Changed-When: Fri Jul 18 13:28:01 PDT 2003 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=53876 >Unformatted: