From owner-FreeBSD-users-jp@jp.freebsd.org  Wed Nov  7 16:49:22 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id QAA59592;
	Wed, 7 Nov 2001 16:49:22 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from ns.s-lines.net (f243031.ap.plala.or.jp [202.212.243.31])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with SMTP id QAA59584
	for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 7 Nov 2001 16:49:21 +0900 (JST)
	(envelope-from tatsuya@ps.sakura.ne.jp)
Received: (qmail 313 invoked by uid 1009); 7 Nov 2001 07:49:21 -0000
Received: from unknown (HELO presario) (192.168.1.2)
  by gateway.lan.s-lines.net with SMTP; 7 Nov 2001 07:49:21 -0000
Date: Wed, 07 Nov 2001 16:49:20 +0900
From: TATSUYA <tatsuya@ps.sakura.ne.jp>
To: FreeBSD-users-jp@jp.freebsd.org
Organization: S-Lines.net
In-Reply-To: <3BE8080B.9060507@honsha.meidensha.co.jp>
References: <20011106214018.4FE3.TATSUYA@ps.sakura.ne.jp> <3BE8080B.9060507@honsha.meidensha.co.jp>
Message-Id: <20011107164712.E442.TATSUYA@ps.sakura.ne.jp>
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-2022-JP"
Content-Transfer-Encoding: 7bit
X-Mailer: Becky! ver. 2.00.07
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: FreeBSD-users-jp 65440
Subject: [FreeBSD-users-jp 65440] Re: ISA SCSI
 =?ISO-2022-JP?B?GyRCJSshPCVJJCw7SE1RJEckLSRKJCQbKEI=?= 
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: tatsuya@ps.sakura.ne.jp

$B!V(BKatsunori Obata <obata-k@honsha.meidensha.co.jp>$B!W(B $B$5$s$N(B
$B!V(B[FreeBSD-users-jp 65416] Re: ISA SCSI $B%+!<%I$,;HMQ$G$-$J$$(B $B!W(B $B$X$NJV?.$G$9!#(B

TATSUYA$B!w(BS-Lines.net$B$G$9!#(B


> >   $B%^%&%9$OMxMQ$7$F$$$J$$$?$a(B($B:#8e$bMxMQ$9$k$D$b$j$,$J$$$?$a(B)$BLdBj$J$$$N$G$O(B
> >  $B$H$*$b$$$^$9!#(B
> $B$H!"8@$C$F$*$i$l$k3d$K$O(B
> > boot -v $B$N!"(Bdmesg$B$G$9!#(B
> 
> -- $B>JN,(B --
> 
> > psm0: current command byte:0065
> > psm0: failed to reset the aux device.
> 
> $B$H=PNO$5$l$F$$$^$9$N$G!"%+!<%M%k$N%3%s%U%#%0%l!<%7%g%s%U%!%$%k$K(B
> 
>  device             psm0    at atkbdc? irq 12
> 
> $B$J$s$F%(%s%H%j!<$,;D$C$F$$$k$h$&$J!#!#!#(B
> $B$3$$$D$r:o=|$7$F%+!<%M%k$r:F9=C[$7$F$d$kI,MW$,$"$k$N$G$O!)(B
  $B$9$_$^$;$s!"!";D$C$F$$$^$7$?!&!&(B

  $B%^%&%9$N!"%(%s%H%j!<$r:o=|$7:F9=C[$r$7$?$"$H$K!"(B
 $B:FEY(BSCSI$B%+!<%I$rF~$l$F;n$7$F$_$^$7$?$,>u67$O$+$o$i$:!"(B
 TIME OUT$B$G$7$?!#(B

  $B>0$$$+$,!"8=:_$N%+!<%M%k$H!"@5>o5/F0;~$N(Bboot -v$B$N(Bdmesg$B$G$9!#(B

  $B$h$m$7$/$*4j$$$7$^$9!#(B

---- kernel
machine 	i386
cpu		I686_CPU
ident		"ns"
maxusers	64

#makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols

options 	MATH_EMULATE		#Support for x87 emulation
options 	INET			#InterNETworking
options 	INET6			#IPv6 communications protocols
options 	FFS			#Berkeley Fast Filesystem
options 	FFS_ROOT		#FFS usable as root device [keep this!]
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	MFS			#Memory Filesystem
options 	MD_ROOT 		#MD is a potential root device
options 	MSDOSFS 		#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	CD9660_ROOT		#CD-ROM usable as root, CD9660 required
options 	PROCFS			#Process filesystem
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=2000 	#Delay (in ms) before probing SCSI
options 	UCONSOLE		#Allow users to grab the console
options 	USERCONFIG		#boot -c editor
options 	VISUAL_USERCONFIG	#visual boot -c editor
options 	KTRACE			#ktrace(1) support
options 	SYSVSHM 		#SYSV-style shared memory
options 	SYSVMSG 		#SYSV-style message queues
options 	SYSVSEM 		#SYSV-style semaphores
options 	P1003_1B		#Posix P1003_1B real-time extensions
options 	_KPOSIX_PRIORITY_SCHEDULING
options 	ICMP_BANDLIM		#Rate limit bad replies
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	IPFIREWALL		# FireWall Support
options 	IPFIREWALL_DEFAULT_TO_ACCEPT
options		CHARSET_EUC_JP		# EUC Support

device		isa
device		eisa
device		pci

# Floppy drives
device		fdc0	at isa? port IO_FD1 irq 6 drq 2
device		fd0	at fdc0 drive 0

# ATA and ATAPI devices
device		ata0	at isa? port IO_WD1 irq 14
#device		ata1	at isa? port IO_WD2 irq 15
device		ata
device		atadisk 		# ATA disk drives
device		atapicd 		# ATAPI CDROM drives
device		atapifd 		# ATAPI floppy drives
options 	ATA_STATIC_ID		#Static device numbering

# SCSI Controllers
device		aha0	at isa? irq 8
# SCSI peripherals
device		scbus			# SCSI bus (required)
device		da			# Direct Access (disks)
device		pass			# Passthrough device (direct SCSI access)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc0 at isa? port IO_KBD
device		atkbd0	at atkbdc? irq 1 flags 0x1
#device		psm0	at atkbdc? irq 12

device		vga0	at isa?

# splash screen/screen saver
pseudo-device	splash

# syscons is the default console driver, resembling an SCO console
device		sc0	at isa? flags 0x100

# Floating point support - do not disable.
device		npx0	at nexus? port IO_NPX irq 13

# Power management support (see LINT for more options)
device		apm0	at nexus? disable flags 0x20 # Advanced Power Management

# Serial (COM) ports
device		sio0	at isa? port IO_COM1 flags 0x10 irq 4
device		sio1	at isa? port IO_COM2 irq 3

# Parallel port
device		ppc0	at isa? irq 7
device		ppbus		# Parallel port bus (required)
device		lpt		# Printer
device		plip		# TCP/IP over parallel
device		ppi		# Parallel port interface device

# PCI Ethernet NICs.
device		de		# DEC/Intel DC21x4x (``Tulip'')
device		miibus		# MII bus support
device		ed0

# Pseudo devices - the number indicates how many units to allocate.
pseudo-device	loop		# Network loopback
pseudo-device	ether		# Ethernet support
pseudo-device	sl	1	# Kernel SLIP
pseudo-device	ppp	1	# Kernel PPP
pseudo-device	tun	1	# Packet tunnel.
pseudo-device	pty		# Pseudo-ttys (telnet etc)
pseudo-device	md		# Memory "disks"
pseudo-device	gif	4	# IPv6 and IPv4 tunneling
pseudo-device	faith	1	# IPv6-to-IPv4 relaying (translation)

# The `bpf' pseudo-device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
pseudo-device	bpf	4	#Berkeley packet filter
----

----  boot -v $B$N(B dmesg
Copyright (c) 1992-2001 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 4.4-RELEASE #0: Wed Nov  7 16:12:49 JST 2001
    tatsuya@ns.s-lines.net:/usr/src/sys/compile/ns
Calibrating clock(s) ... TSC clock: 179632837 Hz, i8254 clock: 1193213 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254"  frequency 1193182 Hz
CLK_USE_TSC_CALIBRATION not specified - using old calibration method
CPU: Pentium Pro (179.63-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x619  Stepping = 9
  Features=0xf9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV>
real memory  = 67108864 (65536K bytes)
Physical memory chunk(s):
0x00001000 - 0x0009efff, 647168 bytes (158 pages)
0x00335000 - 0x03ff7fff, 63713280 bytes (15555 pages)
avail memory = 62193664 (60736K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00fd9e0
bios32: Entry = 0xfd9f0 (c00fd9f0)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xda11
pnpbios: Found PnP BIOS data at 0xc00fa790
pnpbios: Entry = f0000:a890  Rev = 1.0
Other BIOS signatures found:
ACPI: 00000000
Preloaded elf kernel "kernel" at 0xc030f000.
Pentium Pro MTRR support enabled
md0: Malloc disk
Creating DISK md0
Math emulator present
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80000058
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=12378086)
npx0: <math processor> on motherboard
npx0: INT 16 interface
pcib0: <Host to PCI bridge> on motherboard
found->	vendor=0x8086, dev=0x1237, revid=0x02
	class=06-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
found->	vendor=0x8086, dev=0x7000, revid=0x01
	class=06-01-00, hdrtype=0x00, mfdev=1
	subordinatebus=0 	secondarybus=0
found->	vendor=0x8086, dev=0x7010, revid=0x00
	class=01-01-80, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	map[20]: type 1, range 32, base 0000ff60, size  4
found->	vendor=0x105a, dev=0x4d38, revid=0x01
	class=01-80-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=10
	map[10]: type 1, range 32, base 0000ffe0, size  3
	map[14]: type 3, range 32, base 0000ffac, size  2
	map[18]: type 1, range 32, base 0000ffa0, size  3
	map[1c]: type 3, range 32, base 0000ffa8, size  2
	map[20]: type 1, range 32, base 0000fe80, size  6
	map[24]: type 1, range 32, base ffbc0000, size 17
found->	vendor=0x10ec, dev=0x8029, revid=0x00
	class=02-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=9
	map[10]: type 1, range 32, base 0000ff80, size  5
found->	vendor=0x1011, dev=0x0009, revid=0x20
	class=02-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=11
	map[10]: type 1, range 32, base 0000fc80, size  7
	map[14]: type 1, range 32, base ffbebc00, size  7
found->	vendor=0x102b, dev=0x051a, revid=0x02
	class=03-00-00, hdrtype=0x00, mfdev=0
	subordinatebus=0 	secondarybus=0
	intpin=a, irq=10
	map[10]: type 1, range 32, base ffbec000, size 14
	map[14]: type 1, range 32, base ff000000, size 23
	map[18]: type 1, range 32, base fe000000, size 23
pci0: <PCI bus> on pcib0
isab0: <Intel 82371SB PCI to ISA bridge> at device 7.0 on pci0
	I/O Recovery Timing: 8-bit 1 clocks, 16-bit 1 clocks
	Extended BIOS: enabled
	Lower BIOS: enabled
	Coprocessor IRQ13: enabled
	Mouse IRQ12: disabled
	Interrupt Routing: A: IRQ10, B: IRQ10, C: IRQ11, D: IRQ9
		MB0: disabled, MB1: 
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX3 ATA controller> port 0xff60-0xff6f at device 7.1 on pci0
ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xff60
ata0: mask=03 status0=50 status1=00
ata0: mask=03 ostat0=50 ostat2=00
ata0-master: ATAPI probe a=14 b=eb
ata0-slave: ATAPI probe a=14 b=eb
ata0: mask=03 status0=00 status1=00
ata0: devices=0c
ata0: at 0x1f0 irq 14 on atapci0
ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xff68
ata1: mask=00 status0=ff status1=ff
ata1: probe allocation failed
atapci1: <Promise ATA66 controller> port 0xfe80-0xfebf,0xffa8-0xffab,0xffa0-0xffa7,0xffac-0xffaf,0xffe0-0xffe7 mem 0xffbc0000-0xffbdffff irq 10 at device 11.0 on pci0
ata-: ata2 exists, using next available unit number
ata2: iobase=0xffe0 altiobase=0xffae bmaddr=0xfe80
ata2: mask=03 status0=50 status1=00
ata2: mask=03 ostat0=50 ostat2=00
ata2-master: ATAPI probe a=00 b=00
ata2-slave: ATAPI probe a=00 b=00
ata2: mask=03 status0=50 status1=00
ata2-master: ATA probe a=01 b=a5
ata2: devices=01
ata2: at 0xffe0 on atapci1
ata3: iobase=0xffa0 altiobase=0xffaa bmaddr=0xfe88
ata3: mask=03 status0=00 status1=00
ata3: mask=03 ostat0=00 ostat2=00
ata3-master: ATAPI probe a=00 b=00
ata3-slave: ATAPI probe a=00 b=00
ata3: mask=03 status0=00 status1=00
ata3: devices=00
ata3: at 0xffa0 on atapci1
	using shared irq10.
ed0: <NE2000 PCI Ethernet (RealTek 8029)> port 0xff80-0xff9f irq 9 at device 15.0 on pci0
bpf: ed0 attached
ed0: address 00:90:99:12:10:8a, type NE2000 (16 bit) 
de0: <Digital 21140A Fast Ethernet> port 0xfc80-0xfcff mem 0xffbebc00-0xffbebc7f irq 11 at device 17.0 on pci0
de0: SMC 9332BDT 21140A [10-100Mb/s] pass 2.0
de0: address 00:00:c0:d3:ad:f3
bpf: de0 attached
pci0: <Matrox MGA 1024SG/1064SG/1164SG graphics accelerator> (vendor=0x102b, dev=0x051a) at 19.0 irq 10
ata-: ata0 exists, using next available unit number
Trying Read_Port at 203
Trying Read_Port at 243
Trying Read_Port at 283
Trying Read_Port at 2c3
Trying Read_Port at 303
Trying Read_Port at 343
Trying Read_Port at 383
Trying Read_Port at 3c3
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
orm0: <Option ROMs> at iomem 0xc0000-0xc7fff,0xc8000-0xc9fff,0xea000-0xebfff on isa0
fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
ata4 failed to probe at port 0x1f0 irq 14 on isa0
aha0: status reg test failed ff
aha0: status reg test failed ff
aha0: status reg test failed ff
aha0: status reg test failed ff
aha0: status reg test failed ff
aha0: status reg test failed ff
aha0 failed to probe at port 0x134-0x137 irq 8 on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x7007f
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 
bf 1f 00 4f 0d 0e 00 00 07 80 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
VGA parameters in BIOS for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
EGA/VGA parameters to be used for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio0: irq maps: 0x41 0x51 0x41 0x41
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1: irq maps: 0x41 0x49 0x41 0x41
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
ppc0: parallel port found at 0x378
ppc0: using extended I/O port range
ppc0: SPP
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
plip0: <PLIP network interface> on ppbus0
bpf: lp0 attached
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
isa_probe_children: probing PnP devices
BIOS Geometries:
 0:026a7f3f 0..618=619 cylinders, 0..127=128 heads, 1..63=63 sectors
 0 accounted for
Device configuration finished.
bpf: lo0 attached
bpf: ppp0 attached
new masks: bio 684440, tty 63009a, net 670a9a
bpf: sl0 attached
bpf: faith0 attached
IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to accept, logging disabled
de0: enabling Full Duplex 100baseTX port
ata0-slave: ata_command: timeout waiting for intr
ata0-slave: identify failed
ata2-master: success setting WDMA2 on Promise chip
Creating DISK ad4
ad4: <WDC AC32500H/10.07H11> ATA-0 disk at ata2-master
ad4: 2441MB (4999680 sectors), 4960 cyls, 16 heads, 63 S/T, 512 B/S
ad4: 1 secs/int, 1 depth queue, WDMA2
ad4: piomode=4 dmamode=2 udmamode=-1 cblid=0
Promise check1 failed
ad4: 2441MB <WDC AC32500H> [4960/16/63] at ata2-master WDMA2
ata0-master: piomode=3 dmamode=2 udmamode=-1 dmaflag=1
ata0-master: success setting PIO3 on generic chip
acd0: <FX120T/b04> CDROM drive at ata0 as master
acd0: read 2066KB/s (17007KB/s), 256KB buffer, PIO3
acd0: Reads: CD-DA
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray
acd0: Medium: CD-ROM 120mm data disc loaded, unlocked
Mounting root from ufs:/dev/ad4s1a
ad4s1: type 0xa5, start 63, end = 4999679, size 4999617 : OK
start_init: trying /sbin/init
bpf: tun0 attached
----


---
 TATSUYA   E-Mail : tatsuya@ps.sakura.ne.jp
           W e b  : http://TatsuyaUeda.com/
           Phone  : tatsuya_ueda@jp-c.ne.jp
 Flet's ADSL + FreeBSD HomeServer -> http://www.S-Lines.net/

