Re: [PATCHES] Convert various pc98 drivers from timeout() to callout()

2014-09-25 Thread TAKAHASHI Yoshihiro
driver: Great! Unfortunately, I don't have enough time to review and test your patches so please feel free to commit them. When I have time, I'll check. Thanks for your work. --- TAKAHASHI Yoshihiro ___ freebsd-current@freebsd.org mailing list

Re: MCA UNCOR error

2012-02-14 Thread TAKAHASHI Yoshihiro
gt;> > exception (trap 28)? >> >> I tested with debugger enabled kernel. >> Please get from: >> http://home.jp.freebsd.org/~nyan/mca-error1.jpg >> http://home.jp.freebsd.org/~nyan/mca-error2.jpg >> (Sorry for jpeg imag

Re: loader is aborted with 'out of memory'

2012-02-14 Thread TAKAHASHI Yoshihiro
In article <4f393b95.7070...@gmail.com> Chuck Burns writes: > On 2/13/2012 7:06 AM, TAKAHASHI Yoshihiro wrote: >> I got the following error of the current loader if I put the xxx_after >> line into loader.conf to wait a key after load the xxx module. >> >> ---

Re: MCA UNCOR error

2012-02-14 Thread TAKAHASHI Yoshihiro
In article <201202131308.48171@freebsd.org> John Baldwin writes: > On Sunday, February 12, 2012 4:55:49 am TAKAHASHI Yoshihiro wrote: >> I get the following error and kernel panic on my pc98 at the boot time. >> >> MCA: Bank 2, Status 0xb614 >> M

loader is aborted with 'out of memory'

2012-02-13 Thread TAKAHASHI Yoshihiro
uot;read -p \"Press Enter\"" Does anyone know what is wrong? --- TAKAHASHI Yoshihiro ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

MCA UNCOR error

2012-02-12 Thread TAKAHASHI Yoshihiro
16 Family = 6 Model = 1 Stepping = 6 Features=0xf9ff real memory = 134217728 (128 MB) avail memory = 120471552 (114 MB) --- TAKAHASHI Yoshihiro ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsu

Re: Request for review/testing: switching the default installer

2011-03-03 Thread TAKAHASHI Yoshihiro
#x27;t thought about this. If there aren't any machines you care > about that don't have a CD drive at all, we could try a > CD-bootloader-on-a-floppy as a solution. I think a totally floppy > based install would be very difficult to arrange, however. The boot-only-floppy

Re: Request for review/testing: switching the default installer

2011-03-02 Thread TAKAHASHI Yoshihiro
ARGET} must be ${TARGET_ARCH} because pc98 and sunv4 don't have mkisoimages.sh script. Do you have a plan to add a floppy support as boot device? Pc98 machines which can boot from CD-ROM are very limited. So we usually use FD for boot media to install. --- TAKAHASHI Yoshihiro

Re: [patch] Clocks on PC98

2010-07-12 Thread TAKAHASHI Yoshihiro
and the other is wrong allocation for I/O ports. I attach new patch that works fine for pc98. Please feel it free. Thanks for your work. --- TAKAHASHI Yoshihiro Index: conf/files.pc98 === RCS file: /home/ncvs/src/sys/conf/files.pc98,v

Re: [head tinderbox] failure on i386/pc98

2010-05-26 Thread TAKAHASHI Yoshihiro
pc98 is broken. --- TAKAHASHI Yoshihiro ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Today's snapshot is broken

2010-05-09 Thread TAKAHASHI Yoshihiro
/usr/obj/pc98/usr/src/tmp/usr/lib/libarchive.a(archive_write_set_format_mtree.o)(.text+0x12f4): In function `archive_write_mtree_header': : undefined reference to `MD5_Init' *** Error code 1 Stop in /usr/obj/usr/src/release/boot_crunch. *** Error code 1 Stop in /usr/src/release. + um

PC98 still broken

2003-03-29 Thread Takahashi Yoshihiro
> ===> pcspeaker > @ -> /usr/src/sys > machine -> /usr/src/sys/i386/include > make: don't know how to make spkr.c. Stop > *** Error code 2 --- TAKAHASHI Yoshihiro <[EMAIL PROTECTED]> ___ [EMAIL PROTECTED] mailing li

the ata driver is broken

2003-02-25 Thread Takahashi Yoshihiro
done' /usr/src/sys/dev/ata/ata-isa.c:156: warning: no previous prototype for `ata_dmastatus' *** Error code 1 --- TAKAHASHI Yoshihiro <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: The cbus driver for pc98

2003-02-19 Thread Takahashi Yoshihiro
s in a similar manner. If my understanding is not a mistake, the CardBus specifications is derived from the PCI. Therefore, I can understand that the cardbus driver depend on the pci driver. But, the Cbus is NOT derived from the ISA. So, I think that the cbus driver should not depend on the isa driver.

Re: The cbus driver for pc98

2003-02-17 Thread Takahashi Yoshihiro
ke "Does PC98 have ISA bus?" or "Why PC98 uses ISA driver?". To clear these questions and problems, I think that adding separated cbus driver is better way. --- TAKAHASHI Yoshihiro <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

The cbus driver for pc98

2003-02-09 Thread Takahashi Yoshihiro
iff.gz Soeren, please review the ata part. http://home.jp.FreeBSD.org/~nyan/patches/cbus-ata.diff.gz Warner, please review the oldcard part. http://home.jp.FreeBSD.org/~nyan/patches/cbus-pccard.diff.gz If it has no problem, I'll commit after required repository copy. --- TAKAHASHI Yoshih

Re: Patch to teach config(8) about "platforms".

2003-01-28 Thread Takahashi Yoshihiro
include How about next way? - Install sys/${MACHINE}/include into /usr/include/${MACHINE} - Symlink /usr/include/machine -> /usr/include/${MACHINE} - If ${MACHINE} != ${MACHINE_ARCH}, install sys/${MACHINE_ARCH}/include into /usr/include/${MACHINE_ARCH} For example, sys/pc98/include/endian.

Re: buildworld trouble: multiple struct dos_partition.

2003-01-03 Thread Takahashi Yoshihiro
quot; or similar. I think that the name "dos_partition" is not suitable for both i386 and pc98. I wonder what does "dos" mean here. For example, it should be renamed to "mbr_partition" for i386 and "pc98_partition" for pc98, respectively. --- TAKAHASHI Yoshi

Re: ata driver

2002-12-17 Thread Takahashi Yoshihiro
} In article <[EMAIL PROTECTED]> Soeren Schmidt <[EMAIL PROTECTED]> writes: > OK, could you try this patch then (and probably still rip out the > stuff in GEOM)... This patch has no problem. I have succeeded in using all disks on my pc98. Thank you. --- TAKAHASHI Yoshihir

Re: ata driver

2002-12-17 Thread Takahashi Yoshihiro
the disk is larger than 4.2GB (65535C x 8H x 17S x 512B), a different geometry depend on the disk is used. > Does it also affect SCSI disks ? No. --- TAKAHASHI Yoshihiro <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

ata driver

2002-12-17 Thread Takahashi Yoshihiro
break; - if (cp->provider->mediasize / sectorsize < 17 * 8 * 65536) { - fwsectors = 17; - fwheads = 8; - } gsp->frontstuff = sectorsize * fwsectors; spercyl = (off_t)fwsec

Re: ahc and fd

2002-12-05 Thread Takahashi Yoshihiro
In article <[EMAIL PROTECTED]> Takahashi Yoshihiro <[EMAIL PROTECTED]> writes: > After recent your changes of the ahc driver, the fd driver can't work > on my pc98 box. It never return from the open(2) syscall. I don't > know that this problem is only pc98 or no

Re: ahc and fd

2002-12-04 Thread Takahashi Yoshihiro
u do have an ahc device, try placing > the following line in /boot/device.hints: > > hint.ahc.0.allow_memio=1 I am using the Japanese version of AHA-2940U which supports both IBM-PC and PC-98. I tried enabling the above option, but the fd driver still does not work. I attach the outp

Re: ahc and fd

2002-12-04 Thread Takahashi Yoshihiro
In article <[EMAIL PROTECTED]> Poul-Henning Kamp <[EMAIL PROTECTED]> writes: > In message <[EMAIL PROTECTED]>, Takahashi Yoshihiro > writes: > >After recent your changes of the ahc driver, the fd driver can't work > >on my pc98 box. It never return f

ahc and fd

2002-12-04 Thread Takahashi Yoshihiro
After recent your changes of the ahc driver, the fd driver can't work on my pc98 box. It never return from the open(2) syscall. I don't know that this problem is only pc98 or not. --- TAKAHASHI Yoshihiro <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] w

Re: ATA patches for PC98 - Please test!

2002-11-29 Thread Takahashi Yoshihiro
t;irq = bus_alloc_resource(dev, SYS_RES_IRQ, &rid, > + 0, ~0, 1, RF_ACTIVE | RF_SHAREABLE); > + > +scp->current_bank = -1; > +if (!device_add_child(dev, "ata", 0)) > + return ENOMEM; > +if (!device_add_child

Re: fdisk editor in DP2

2002-11-20 Thread Takahashi Yoshihiro
ctor for NT). > > Can I do something for debugging? I think this patch solves the problem. --- TAKAHASHI Yoshihiro <[EMAIL PROTECTED]> Index: chunk.c === RCS file: /home/ncvs/src/lib/libdisk/chunk.c,v retrieving revision 1.

Re: GEOM/libdisk problem on pc98

2002-11-07 Thread Takahashi Yoshihiro
me for review: I want > to make sure we don't adversely affect the platforms which work at > this late point i the release-process. I have fixed to support pc98. Please review the attached patch. --- TAKAHASHI Yoshihiro <[EMAIL PROTECTED]> Index: geom_bsd.c ==

GEOM/libdisk problem on pc98

2002-11-04 Thread Takahashi Yoshihiro
69632 2 BSD wd0s1e 2154885120 512 i 4 o 1073741824 2 BSD wd0s1c 3228626944 512 i 2 o 0 2 BSD wd0s1b 536870912 512 i 1 o 536870912 2 BSD wd0s1a 536870912 512 i 0 o 0 --- TAKAHASHI Yoshihiro <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: GEOM

2002-10-15 Thread Takahashi Yoshihiro
In article <[EMAIL PROTECTED]> Poul-Henning Kamp <[EMAIL PROTECTED]> writes: > >After this commit, the wd driver causes panic at wdsleep() via > >wdopen(). Please fix this problem or back out your change. > > Can you provide some details on this panic ? I attach

GEOM (Re: cvs commit: src/sys/pc98/pc98 wd.c wd_cd.c)

2002-10-14 Thread Takahashi Yoshihiro
the patch to fix this problem, please commit it. --- TAKAHASHI Yoshihiro <[EMAIL PROTECTED]> *** sys/kern/subr_disk.c.orgSat Sep 21 03:30:43 2002 --- sys/kern/subr_disk.cSun Oct 6 01:55:47 2002 *** *** 311,316 --- 311,318 err

Re: HEADSUP! GEOM as default in 5 days...

2002-09-30 Thread Takahashi Yoshihiro
In article <[EMAIL PROTECTED]> Takahashi Yoshihiro <[EMAIL PROTECTED]> writes: > In article <[EMAIL PROTECTED]> > Poul-Henning Kamp <[EMAIL PROTECTED]> writes: > > > Provided nothing terminal pops up in the next 5 days, GEOM will > > become d

Re: HEADSUP! GEOM as default in 5 days...

2002-09-30 Thread Takahashi Yoshihiro
sr/src/sys/geom/geom_mbr.c:393: structure has no member named `dp_typ' /usr/src/sys/geom/geom_mbr.c:395: structure has no member named `dp_size' /usr/src/sys/geom/geom_mbr.c:397: structure has no member named `dp_start' *** Error code 1 Stop in /usr/obj/usr/src/sys/GENERIC. *** Error c

Re: ttys patch - any objections?

2002-09-26 Thread Takahashi Yoshihiro
So, it is impossible to use F11 and F12 keys. --- TAKAHASHI Yoshihiro <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: cvs commit: src/sys/dev/ct ct_machdep.h src/sys/dev/ncvncr53c500var.h src/sys/dev/stg tmc18c30var.h

2002-05-31 Thread Takahashi Yoshihiro
ly fine with either. Let's wait till tomorrow for anyone to > speak up, if no one does please feel free to commit whichever one you > feel more comfortable with. These drivers are shared with NetBSD/pc98. Please don't make many FreeBSD local changes. I will ask the original author abou

Re: Fix sysinstall problem

2001-09-24 Thread Takahashi Yoshihiro
In article <[EMAIL PROTECTED]> Marcel Moolenaar <[EMAIL PROTECTED]> writes: > On Mon, Sep 24, 2001 at 04:53:16PM +0900, Takahashi Yoshihiro wrote: > > > > It uses the boot programs in /boot. So, even if we change boot0 and/or > > mbr, the new sysinstall inclu

Fix sysinstall problem

2001-09-24 Thread Takahashi Yoshihiro
cause, the boot programs must be made after "cross-tools" target and before "par-depend" target. Please review it. Thank you. --- TAKAHASHI Yoshihiro THE CENTER for INFORMATION SCIENCE, Kogakuin Univ. Index: src/Makefile.inc1 ==

Re: Newbusifying ed broke it

2000-08-16 Thread Takahashi Yoshihiro
hink this patch still has a problem of memory resource access. I have fixed this problem and supported many PC-98 Cbus devices again. The patch is available from http://home.jp.FreeBSD.org/~nyan/patches/ed-pc98.diff.gz If it doesn't have fatal problem, I'll commit it. --- Takahashi Yoshi

The position of {boot,fixit}_crunch.conf

2000-06-28 Thread Takahashi Yoshihiro
nk that it should be removed the fdisk command from fixit_crunch.conf for alpha. Comment? --- Takahashi Yoshihiro The Center for Information Science, Kogakuin Univ. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Neomagic audio driver

2000-05-20 Thread Takahashi Yoshihiro
get_bushandle() should be converted to rman_get_virtual() > if resources are mapped to memory. > > Revision ChangesPath > 1.11 +2 -2 src/sys/dev/sound/pci/neomagic.c --- Takahashi Yoshihiro The Center for Information Science, Kogakuin Univ. To Unsubscribe: send

Re: Please review newbus patch for amd and adv

2000-04-03 Thread Takahashi Yoshihiro
hich makes the compat code call > bus_alloc_resource)... > > I also added these patches - possibly worth leaving in the final > version of this code ? Your patches report more information if there is error. I agree to contain your patches. Thank you. --- Takahashi Yoshihiro The Center fo

Re: Please review newbus patch for amd and adv

2000-04-03 Thread Takahashi Yoshihiro
In article <[EMAIL PROTECTED]> Warner Losh <[EMAIL PROTECTED]> writes: > In message <[EMAIL PROTECTED]> Takahashi Yoshihiro >writes: > : Because, adv_isa.c is not required by PC-98, PC-98 requires only PCI > : frontend. Then it contains isa_dmacascade function w

Re: Please review newbus patch for amd and adv

2000-04-02 Thread Takahashi Yoshihiro
In article <[EMAIL PROTECTED]> Warner Losh <[EMAIL PROTECTED]> writes: > In message <[EMAIL PROTECTED]> Takahashi Yoshihiro writes: > : For adv driver: > : http://home.jp.FreeBSD.org/~nyan/patches/advansys.diff.gz > > I took a look at this change. For the

Please review newbus patch for amd and adv

2000-04-02 Thread Takahashi Yoshihiro
/patches/advansys.diff.gz --- Takahashi Yoshihiro The Center for Information Science, Kogakuin Univ. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: indirection in bus space

2000-01-25 Thread Takahashi Yoshihiro
ev() to store I/O table. IMHO, as IBM PC/AT and NEC PC-98 is different architecture, the bus space stuff should be implemented to different files. --- Takahashi Yoshihiro / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: make world is failed on pc98

1999-12-12 Thread Takahashi Yoshihiro
boot/pc98/boot2) is the mostly same as the old biosboot (sys/pc98/boot/biosboot) . > boot2 is already capable of loading ELF, right? No. > Isn't it therefore enough to just compile boot2 as ELF? No. > In other words, what are the problems? We need to transplant the new boot2 (sy

Re: make world is failed on pc98

1999-12-11 Thread Takahashi Yoshihiro
And that we all have our regular work. So, it is very difficult to port the i386 boot2 to pc98. --- Takahashi Yoshihiro / [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

make world is failed on pc98

1999-12-11 Thread Takahashi Yoshihiro
u/usr.bin/binutils usr.bin/objformat \ -usr.bin/yacc gnu/usr.bin/bison gnu/usr.bin/cc +usr.bin/yacc gnu/usr.bin/bison gnu/usr.bin/cc ${_aout_tools} cd ${.CURDIR}/${_tool}; \ ${MAKE} obj; \ ${MAKE} depend; \ --- Takahashi Yoshihiro / [EMAIL PROTECTE