Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Nov 2002 17:02:02 +0900 (JST)
From:      Takahashi Yoshihiro <nyan@jp.FreeBSD.org>
To:        phk@FreeBSD.org
Cc:        current@FreeBSD.org
Subject:   GEOM/libdisk problem on pc98
Message-ID:  <20021104.170202.85350015.nyan@jp.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
The test program for libdisk is a failure in pc98 disks.

I wonder at why pc98 disks don't have their type ('ty') in the result
of kern.geom.conftxt, but i386 disks have.

#./tst01 da0
PC98 [da0s1] 2 40958
error = -1
BSD [da0s1b] 2 1024
error = 310
BSD [da0s1a] 1026 39934
error = 310
c 0x8062040
c->p 0x8062080
c->p->p 0x0
--==##==--
Debug_Disk(da0)  bios_geom=0/8/128 = 0
  boot1=0x0, boot2=0x0, bootipl=0x0, bootmenu=0x0
-->        0x8062040        0 40031712 40031711 da0      - ??       0x00 
  -->      0x8062080        0 40031712 40031711 -        - unused   0x00 



kern.geom.conftxt: 0 DISK da0 20496236544 512 hd 8 sc 128
1 PC98 da0s1 10736893952 512 i 0 o 524288
2 BSD da0s1c 10736893952 512 i 2 o 0
2 BSD da0s1b 268435456 512 i 1 o 0
2 BSD da0s1a 10468458496 512 i 0 o 268435456
0 DISK wd2 1281925120 512 hd 8 sc 17
1 PC98 wd2s1 1281368064 512 i 0 o 69632
0 DISK wd1 426774528 512 hd 8 sc 17
1 PC98 wd1s1 425730048 512 i 0 o 69632
2 BSD wd1s1e 225378304 512 i 4 o 201326592
2 BSD wd1s1c 426704896 512 i 2 o 0
2 BSD wd1s1b 134217728 512 i 1 o 67108864
2 BSD wd1s1a 67108864 512 i 0 o 0
0 DISK wd0 3228696576 512 hd 8 sc 17
1 PC98 wd0s1 3228626944 512 i 0 o 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 <nyan@FreeBSD.org>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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