Re: ATAng probe updated please test

2003-09-03 Thread Daniel Rock
D. Rock schrieb:
Soren Schmidt schrieb:

I've gone over the probe code once again.

Please test, and in case it fails to detect or misdetects anything,
mail me the output of dmesg from a verbose boot, and state what
devices actually are there.
Hi,

again no luck. Same problem persists, the devices got probed correctly
(two disks, each on its own channel), but cannot be accessed.
Just an additional notice: Booting in PIO mode (by setting
hw.ata.ata_dma=0 in /boot/loader.conf):
[...]
GEOM: create disk ad0 dp=0xc10b3b70
ad0: 9671MB IBM-DTTA-351010 [20960/15/63] at ata0-master PIO4
GEOM: create disk ad1 dp=0xc10b3470
ad1: 1221MB Seagate Technology 1275MB - ST31276A [2482/16/63] at 
ata1-master PIO4
Waiting 2 seconds for SCSI devices to settle
Mounting root from ufs:/dev/ad0a

But if I try to set DMA mode later via atacontrol, the problem
reappears:
# atacontrol mode 0 udma2 udma2
Master = UDMA33
Slave  = BIOSPIO
# atacontrol mode 1 udma2 udma2
Master = WDMA2
Slave  = BIOSPIO
ad0: WARNING - WRITE_DMA recovered from missing interrupt
ad1: WARNING - READ_DMA recovered from missing interrupt
/usr/local/squid: bad dir ino 22496 at offset 0: mangled entry
panic: ufs_dirbad: bad dir
Debugger(panic)
Stopped at  Debugger+0x45:  xchgl   %ebx,in_Debugger.0
db where
Debugger(c04517f8) at Debugger+0x45
panic(c04682ea,c1281200,d5decb08,c039be8a,c129b08c) at panic+0xbb
ufs_dirbad(c129b08c,0,c04682a4,c103ce40,0) at ufs_dirbad+0x3d
ufs_lookup(d5decb38,d5decb74,c02b0005,d5decb38,287) at ufs_lookup+0x2be
ufs_vnoperate(d5decb38) at ufs_vnoperate+0x13
vfs_cache_lookup(d5decbac,d5decbc8,c02b45df,d5decbac,c103ce40) at 
vfs_cache_lookup+0x29d
ufs_vnoperate(d5decbac) at ufs_vnoperate+0x13
lookup(d5decc30,c103ce40,50,c110cc00,20) at lookup+0x2cb
namei(d5decc30) at namei+0x1b5
stat(c103ce40,d5decd14,2,84,216) at stat+0x4a
syscall(2f,2f,2f,0,81f4020) at syscall+0x233
Xint0x80_syscall() at Xint0x80_syscall+0x1d
--- syscall (188, FreeBSD ELF32, stat), eip = 0x2815c95b, esp = 
0xbfbffa6c, ebp = 0xbfbffc38 ---
db

interestingly enough, a crash dump could be written on the dump device
(ad0b), but it was unusable:
Checking for core dump...
savecore: first and last dump headers disagree on /dev/ad0b
savecore: unsaved dumps found but not saved
Daniel

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATAng probe updated please test

2003-09-03 Thread Putinas
looks like and my problem with sil 3112 which still exist...

- Original Message - 
From: Daniel Rock 
To: Soren Schmidt 
Cc: [EMAIL PROTECTED] 
Sent: Wednesday, September 03, 2003 16:15 PM
Subject: Re: ATAng probe updated please test


Just an additional notice: Booting in PIO mode (by setting
hw.ata.ata_dma=0 in /boot/loader.conf):

[...]
GEOM: create disk ad0 dp=0xc10b3b70
ad0: 9671MB IBM-DTTA-351010 [20960/15/63] at ata0-master PIO4
GEOM: create disk ad1 dp=0xc10b3470
ad1: 1221MB Seagate Technology 1275MB - ST31276A [2482/16/63] at 
ata1-master PIO4
Waiting 2 seconds for SCSI devices to settle
Mounting root from ufs:/dev/ad0a

But if I try to set DMA mode later via atacontrol, the problem
reappears:

# atacontrol mode 0 udma2 udma2
Master = UDMA33
Slave  = BIOSPIO
# atacontrol mode 1 udma2 udma2
Master = WDMA2
Slave  = BIOSPIO
ad0: WARNING - WRITE_DMA recovered from missing interrupt
ad1: WARNING - READ_DMA recovered from missing interrupt

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATAng probe updated please test

2003-09-03 Thread Soren Schmidt
It seems Daniel Rock wrote:
 Just an additional notice: Booting in PIO mode (by setting
 hw.ata.ata_dma=0 in /boot/loader.conf):
 
 [...]
 GEOM: create disk ad0 dp=0xc10b3b70
 ad0: 9671MB IBM-DTTA-351010 [20960/15/63] at ata0-master PIO4
 GEOM: create disk ad1 dp=0xc10b3470
 ad1: 1221MB Seagate Technology 1275MB - ST31276A [2482/16/63] at 
 ata1-master PIO4
 Waiting 2 seconds for SCSI devices to settle
 Mounting root from ufs:/dev/ad0a
 
 But if I try to set DMA mode later via atacontrol, the problem
 reappears:
 
 # atacontrol mode 0 udma2 udma2
 Master = UDMA33
 Slave  = BIOSPIO
 # atacontrol mode 1 udma2 udma2
 Master = WDMA2
 Slave  = BIOSPIO
 ad0: WARNING - WRITE_DMA recovered from missing interrupt
 ad1: WARNING - READ_DMA recovered from missing interrupt

Hmm, I have no clue as to why this fails actually, I have to dig out
my old Acer board and see what gives, if this was a generic problem
noone would be able to use DMA...

-Søren
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATAng probe updated please test

2003-09-02 Thread Jan Srzednicki
On Mon, Sep 01, 2003 at 01:16:00PM +0200, Soren Schmidt wrote:
 
 I've gone over the probe code once again.
 
 Please test, and in case it fails to detect or misdetects anything,
 mail me the output of dmesg from a verbose boot, and state what
 devices actually are there.

Hello,

The new stuff still failed to detect properly my hardware. Whole dmesg is
attached. But, mysteriously, after two reboots the problem vanished, and
I can see my HW as I should:

GEOM: create disk ad0 dp=0xc409ee70
ad0: 19546MB FUJITSU MPF3204AT [39714/16/63] at ata0-master UDMA66
GEOM: create disk ad1 dp=0xc409ed70
ad1: 39093MB FUJITSU MPG3409AH EF [79428/16/63] at ata0-slave UDMA66
acd0: CDROM CD-540E at ata1-master UDMA33
acd1: CDRW CD-W540E at ata1-slave UDMA33
cd0 at ata1 bus 0 target 0 lun 0
cd0: TEAC CD-540E 1.0A Removable CD-ROM SCSI-0 device 
cd0: 33.000MB/s transfers
cd0: cd present [348277 x 2048 byte records]
cd1 at ata1 bus 0 target 1 lun 0
cd1: TEAC CD-W540E 1.0C Removable CD-ROM SCSI-0 device 
cd1: 33.000MB/s transfers
cd1: cd present [1 x 0 byte records]

(this funny phantom CD inside of my drives is still there ;)
I don't have any idea why this thing was not working in the begining. I
did not touch anything, I swear. ;)

Anyway,
On the new kernel, reboot (after waiting for all the fsck's to finish)
resulted in panic when syncer was called to flush everything. This has
happened only once, I cannot reproduce it, yet the syncer problem
(giving up on 1 buffer) persist. It is not a problem with the aio
module, as I have removed it, and it still happens. Willing to provide
more feedback, if I knew how..

greets,
-- 
  -- wrzask --= v =-- Winfried --===-- GG# 3838383 ---
-- [EMAIL PROTECTED] --- [EMAIL PROTECTED] --===-- http://violent.dream.vg/ ---
--= Ride the wild wind - push the envelope, don't sit on the fence, ---
  -- Ride the wild wind - live life on the razor's edge! =-- Queen --
Copyright (c) 1992-2003 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 5.1-CURRENT #8: Tue Sep  2 00:08:11 CEST 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/MOONDANCE
Preloaded elf kernel /boot/kernel/kernel at 0xc0546000.
Preloaded elf module /boot/kernel/mga.ko at 0xc0546200.
Preloaded elf module /boot/kernel/aio.ko at 0xc05462a8.
Preloaded elf module /boot/kernel/acpi.ko at 0xc0546350.
Calibrating clock(s) ... i8254 clock: 1193155 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter i8254 frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 600025865 Hz
CPU: AMD Duron(tm) Processor (600.03-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x630  Stepping = 0
  
Features=0x183f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR
  AMD Features=0xc044RSVD,AMIE,DSP,3DNow!
Data TLB: 24 entries, fully associative
Instruction TLB: 16 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 internal cache: 1 kbytes, 64 bytes/line, 1 lines/tag, 8-way associative
real memory  = 536805376 (511 MB)
Physical memory chunk(s):
0x1000 - 0x0009efff, 647168 bytes (158 pages)
0x0056d000 - 0x1f6c9fff, 521523200 bytes (127325 pages)
avail memory = 515391488 (491 MB)
bios32: Found BIOS32 Service Directory header at 0xc00faee0
bios32: Entry = 0xfb350 (c00fb350)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf+0xb380
pnpbios: Found PnP BIOS data at 0xc00fbe50
pnpbios: Entry = f:be80  Rev = 1.0
Other BIOS signatures found:
null: null device, zero device
random: entropy source
mem: memory  I/O
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: VIA694 AWRDACPI on motherboard
pci_open(1):mode 1 addr port (0x0cf8) is 0x
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=00] is there (id=03051106)
pcibios: BIOS version 2.10
Using $PIR table, 7 entries at 0xc00fdd00
PCI-Only Interrupts: 5 10 11
Location  Bus Device Pin  Link  IRQs
slot 1  08A   0x01  3 4 5 7 9 10 11 12 14 15
slot 1  08B   0x02  3 4 5 7 9 10 11 12 14 15
slot 1  08C   0x03  3 4 5 7 9 10 11 12 14 15
slot 1  08D   0x05  3 4 5 7 9 10 11 12 14 15
slot 2  09A   0x02  3 4 5 7 9 10 11 12 14 15
slot 2  09B   0x03  3 4 5 7 9 10 11 12 14 15
slot 2  09C   0x05  3 4 5 7 9 10 11 12 14 15
slot 2  09D   0x01  3 4 5 7 9 10 11 12 14 15
slot 3  0   10A   0x03  3 4 5 7 9 10 11 12 14 15
slot 3  0   10B   0x05  3 4 5 7 9 10 11 12 14 15
slot 3  0   10C   0x01  3 4 5 7 9 10 11 12 14 15
slot 3  0   10D   0x02  3 4 5 7 9 10 11 12 14 15
slot 4  0   11A   0x05  3 4 5 7 9 10 11 12 14 15
slot 4  0   11B   0x01  3 4 5 7 

Re: ATAng probe updated please test

2003-09-02 Thread Jan Srzednicki
On Tue, Sep 02, 2003 at 10:23:02AM +0200, Jan Srzednicki wrote:
  I've gone over the probe code once again.
  
  Please test, and in case it fails to detect or misdetects anything,
  mail me the output of dmesg from a verbose boot, and state what
  devices actually are there.
 
 Hello,
 
 The new stuff still failed to detect properly my hardware. Whole dmesg is
 attached. But, mysteriously, after two reboots the problem vanished, and
 I can see my HW as I should:

OK, the drive did not get detected once again. This seems to be pretty
random.

 Anyway,
 On the new kernel, reboot (after waiting for all the fsck's to finish)
 resulted in panic when syncer was called to flush everything. This has
 happened only once, I cannot reproduce it, yet the syncer problem
 (giving up on 1 buffer) persist. It is not a problem with the aio
 module, as I have removed it, and it still happens. Willing to provide
 more feedback, if I knew how..

I've found this thing is related to ext2fs, as I stated in different
thread.

-- 
  -- wrzask --= v =-- Winfried --===-- GG# 3838383 ---
-- [EMAIL PROTECTED] --- [EMAIL PROTECTED] --===-- http://violent.dream.vg/ ---
--= Ride the wild wind - push the envelope, don't sit on the fence, ---
  -- Ride the wild wind - live life on the razor's edge! =-- Queen --
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATAng probe updated please test

2003-09-02 Thread Radko Keves
;), Mon, Sep 01, 2003 at 01:16:00PM +0200, Soren Schmidt said that
 
 I've gone over the probe code once again.
 
 Please test, and in case it fails to detect or misdetects anything,
 mail me the output of dmesg from a verbose boot, and state what
 devices actually are there.
 
 Thanks!
 
 -Søren


hi

problems still continued:

[...]
ATA_IDENTIFY recovered from missing interupt
ATA_IDENTIFY status=1ERROR error=4ABORTED
[...]


in circle then i boot kernel from May 19 2003

see my previous mail to this mailing list for detail


dmesg attached

bye and have a nice day
-- 
Archeologists near mount Sinai have discovered what is believed to be a
  missing page from the Bible.  The page is currently being carbon dated
  in Bonn.  If genuine it belongs at the beginning of the Bible and is
  believed to read To my darling Candy.  All characters portrayed
  within  this book are fictitous and any resemblance to persons living 
  or dead is purely coincidental. The page has been universally 
  condemned by church leaders.

RED DWARF Series II Episode 2, Better Than Life
-
R
Copyright (c) 1992-2003 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 5.1-BETA #32: Mon May 19 15:01:33 CEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/angel
Preloaded elf kernel /boot.okay/kernel.old/kernel at 0xc04f8000.
Timecounter i8254  frequency 1193182 Hz
Timecounter TSC  frequency 927106952 Hz
CPU: Intel Pentium III (927.11-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x68a  Stepping = 10
  
Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 268435456 (256 MB)
avail memory = 255422464 (243 MB)
Pentium Pro MTRR support enabled
npx0: math processor on motherboard
npx0: INT 16 interface
pcibios: BIOS version 2.10
Using $PIR table, 7 entries at 0xc00ede90
pcib0: ServerWorks NB6635 3.0LE host to PCI bridge at pcibus 0 on motherboard
pci0: PCI bus on pcib0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
fxp0: Intel 82557/8/9 EtherExpress Pro/100(B) Ethernet port 0x1800-0x183f mem 
0xb100-0xb10f,0xb110-0xb1100fff irq 11 at device 5.0 on pci1
fxp0: Ethernet address 00:50:8b:e9:e8:92
miibus0: MII bus on fxp0
inphy0: i82555 10/100 media interface on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pci1: display, VGA at device 6.0 (no driver attached)
pci1: base peripheral at device 7.0 (no driver attached)
atapci0: CMD 649 UDMA100 controller port 
0x1840-0x184f,0x1864-0x1867,0x1858-0x185f,0x1860-0x1863,0x1850-0x1857 irq 10 at device 
8.0 on pci1
ata2: at 0x1850 on atapci0
ata3: at 0x1858 on atapci0
xl0: 3Com 3c905C-TX Fast Etherlink XL port 0x2000-0x207f mem 0xb150-0xb150007f 
irq 11 at device 4.0 on pci0
xl0: Ethernet address: 00:04:76:9d:0c:cd
miibus1: MII bus on xl0
ukphy0: Generic IEEE 802.3u media interface on miibus1
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
isab0: PCI-ISA bridge port 0xfc00-0xfc0f at device 15.0 on pci0
isa0: ISA bus on isab0
atapci1: ServerWorks ROSB4 UDMA33 controller port 0x2080-0x208f at device 15.1 on 
pci0
ata0: at 0x1f0 irq 14 on atapci1
ata1: at 0x170 irq 15 on atapci1
pci0: serial bus, USB at device 15.2 (no driver attached)
pcib5: ServerWorks NB6635 3.0LE host to PCI bridge at pcibus 5 on motherboard
pci5: PCI bus on pcib5
orm0: Option ROMs at iomem 
0xe8000-0xe,0xd2000-0xdcfff,0xd-0xd07ff,0xc8000-0xc,0xc-0xc7fff on isa0
atkbdc0: Keyboard controller (i8042) at port 0x64,0x60 on isa0
atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0
kbd0 at atkbd0
psm0: PS/2 Mouse irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0
fdc0: Enhanced floppy controller (i82077, NE72065 or clone) at port 
0x3f7,0x3f0-0x3f5 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: 1440-KB 3.5 drive on fdc0 drive 0
pmtimer0 on isa0
ppc0: Parallel port at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: Parallel port bus on ppc0
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
unknown: PNP0401 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0501 can't assign resources (port)
unknown: PNP0700 can't assign resources (port)
unknown: PNP0c01 can't assign resources (memory)
unknown: PNP0303 can't assign resources (port)
unknown: PNP0f13 can't assign resources (irq)
Timecounters tick every 10.000 msec
ata0-slave: timeout waiting for interrupt
ata0-slave: ATA 

RE: ATAng probe updated please test

2003-09-02 Thread Guy Helmer
Soren Schmidt wrote on Monday, September 01, 2003 6:16 AM

 I've gone over the probe code once again.

 Please test, and in case it fails to detect or misdetects anything,
 mail me the output of dmesg from a verbose boot, and state what
 devices actually are there.

I cvsupped after I saw this note, and the new kernel properly booted without
any problem on my Asus A7V with Promise ATA-100 controller (I previously had
problems wtih missing interrupts, a phantom ad6 drive, and a kernel panic
due to a divide trap).

Thanks for your work!

Guy

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATAng probe updated please test

2003-09-02 Thread D. Rock
Soren Schmidt schrieb:
I've gone over the probe code once again.

Please test, and in case it fails to detect or misdetects anything,
mail me the output of dmesg from a verbose boot, and state what
devices actually are there.
Hi,

again no luck. Same problem persists, the devices got probed correctly
(two disks, each on its own channel), but cannot be accessed.
Daniel
SMAP type=01 base= len=0009fc00
SMAP type=01 base=0009fc00 len=0400
SMAP type=02 base=000f len=0001
SMAP type=02 base= len=0001
SMAP type=01 base=0010 len=03ef
SMAP type=03 base=03ff3000 len=d000
SMAP type=04 base=03ff len=3000
Copyright (c) 1992-2003 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 5.1-CURRENT #784: Tue Sep  2 17:32:45 CEST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/ROCK
Preloaded elf kernel /boot/kernel/kernel at 0xc061f000.
Calibrating clock(s) ... i8254 clock: 1193178 Hz
Timecounter i8254 frequency 1193178 Hz quality 0
Calibrating TSC clock ... TSC clock: 300681454 Hz
CPU: AMD-K6(tm) 3D processor (300.68-MHz 586-class CPU)
  Origin = AuthenticAMD  Id = 0x580  Stepping = 0
  Features=0x8001bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8,MMX
  AMD Features=0x8800SYSCALL,3DNow!
Data TLB: 128 entries, 2-way associative
Instruction TLB: 64 entries, 1-way associative
L1 data cache: 32 kbytes, 32 bytes/line, 2 lines/tag, 2-way associative
L1 instruction cache: 32 kbytes, 32 bytes/line, 2 lines/tag, 2-way associative
Write Allocate Enable Limit: 64M bytes
Write Allocate 15-16M bytes: Enable
Hardware Write Allocate Control: Disable
real memory  = 67043328 (63 MB)
Physical memory chunk(s):
0x1000 - 0x0009, 651264 bytes (159 pages)
0x00646000 - 0x03ea7fff, 59121664 bytes (14434 pages)
avail memory = 58634240 (55 MB)
bios32: Found BIOS32 Service Directory header at 0xc00fb040
bios32: Entry = 0xfb4c0 (c00fb4c0)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf+0xb4f0
pnpbios: Found PnP BIOS data at 0xc00fc130
pnpbios: Entry = f:c158  Rev = 1.0
Other BIOS signatures found:
null: null device, zero device
mem: memory  I/O
VESA: information block
56 45 53 41 00 02 00 01 00 01 00 00 00 00 22 00 
00 01 40 00 00 01 0b 01 00 01 21 01 00 01 2a 01 
00 01 00 01 01 01 10 01 11 01 12 01 03 01 13 01 
14 01 15 01 05 01 16 01 17 01 18 01 07 01 19 01 
VESA: 40 mode(s) found
VESA: v2.0, 4096k memory, flags:0x0, mode table:0xc05540c2 (122)
VESA: ATI MACH64
VESA: ATI Technologies Inc. MACH64GT 01.00
random: entropy source
acpi0: GBTAWRDACPI on motherboard
pci_open(1):mode 1 addr port (0x0cf8) is 0x8058
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=00] is there (id=154110b9)
pcibios: BIOS version 2.10
Using $PIR table, 8 entries at 0xc00fdef0
PCI-Only Interrupts: 9 10 12
Location  Bus Device Pin  Link  IRQs
slot 1  08A   0x01  3 4 5 7 9 10 11 12 14 15
slot 1  08B   0x02  3 4 5 7 9 10 11 12 14 15
slot 1  08C   0x03  3 4 5 7 9 10 11 12 14 15
slot 1  08D   0x04  3 4 5 7 9 10 11 12 14 15
slot 2  09A   0x02  3 4 5 7 9 10 11 12 14 15
slot 2  09B   0x03  3 4 5 7 9 10 11 12 14 15
slot 2  09C   0x04  3 4 5 7 9 10 11 12 14 15
slot 2  09D   0x01  3 4 5 7 9 10 11 12 14 15
slot 3  0   10A   0x03  3 4 5 7 9 10 11 12 14 15
slot 3  0   10B   0x04  3 4 5 7 9 10 11 12 14 15
slot 3  0   10C   0x01  3 4 5 7 9 10 11 12 14 15
slot 3  0   10D   0x02  3 4 5 7 9 10 11 12 14 15
slot 4  0   11A   0x04  3 4 5 7 9 10 11 12 14 15
slot 4  0   11B   0x01  3 4 5 7 9 10 11 12 14 15
slot 4  0   11C   0x02  3 4 5 7 9 10 11 12 14 15
slot 4  0   11D   0x03  3 4 5 7 9 10 11 12 14 15
slot 5  0   12A   0x01  3 4 5 7 9 10 11 12 14 15
slot 5  0   12B   0x02  3 4 5 7 9 10 11 12 14 15
slot 5  0   12C   0x03  3 4 5 7 9 10 11 12 14 15
slot 5  0   12D   0x04  3 4 5 7 9 10 11 12 14 15
embedded0   15A   0x05  3 4 5 7 9 10 11 12 14 15
embedded0   15B   0x06  3 4 5 7 9 10 11 12 14 15
embedded01A   0x01  3 4 5 7 9 10 11 12 14 15
embedded01B   0x02  3 4 5 7 9 10 11 12 14 15
embedded01C   0x03  3 4 5 7 9 10 11 12 14 15
embedded01D   0x04  3 4 5 7 9 10 11 12 14 15
embedded02A   0x59  3 4 5 7 9 10 11 12 14 15
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 7 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 7 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 7 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 15 func 

ATAng probe updated please test

2003-09-01 Thread Soren Schmidt

I've gone over the probe code once again.

Please test, and in case it fails to detect or misdetects anything,
mail me the output of dmesg from a verbose boot, and state what
devices actually are there.

Thanks!

-Søren
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATAng probe updated please test

2003-09-01 Thread Matt
Soren Schmidt wrote:

I've gone over the probe code once again.

Please test, and in case it fails to detect or misdetects anything,
mail me the output of dmesg from a verbose boot, and state what
devices actually are there.
Thanks!

-Søren
Mine is working perfectly now (see below). With atapicam as well. 
Thankyou very much for your work!

Regards, Matt.

ad0: 76319MB ST380020A [155061/16/63] at ata0-master UDMA100
acd0: DVDROM Compaq DVD-ROM SD-616T at ata1-master PIO4
acd1: CDRW SAMSUNG CD-R/RW SW-240B at ata1-slave PIO4
cd0 at ata1 bus 0 target 0 lun 0
cd0: Compaq DVD-ROM SD-616T F304 Removable CD-ROM SCSI-0 device
cd0: 16.000MB/s transfers
cd0: cd present [3284421 x 1835364913 byte records]
cd1 at ata1 bus 0 target 1 lun 0
cd1: SAMSUNG CD-R/RW SW-240B R407 Removable CD-ROM SCSI-0 device
cd1: 16.000MB/s transfers
cd1: cd present [15421890 x 0 byte records]
[EMAIL PROTECTED] root]# cdrecord --scanbus
Cdrecord 2.00.3 (i386-unknown-freebsd5.1) Copyright (C) 1995-2002 Jörg 
Schilling
Using libscg version 'schily-0.7'
scsibus2:
2,0,0   200) 'Compaq  ' 'DVD-ROM SD-616T ' 'F304' Removable CD-ROM
2,1,0   201) 'SAMSUNG ' 'CD-R/RW SW-240B ' 'R407' Removable CD-ROM

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATAng probe updated please test

2003-09-01 Thread Matt
Matt wrote:

Soren Schmidt wrote:

I've gone over the probe code once again.

Please test, and in case it fails to detect or misdetects anything,
mail me the output of dmesg from a verbose boot, and state what
devices actually are there.
Thanks!

-Søren


Mine is working perfectly now (see below). With atapicam as well. 
Thankyou very much for your work!

Regards, Matt.

ad0: 76319MB ST380020A [155061/16/63] at ata0-master UDMA100
acd0: DVDROM Compaq DVD-ROM SD-616T at ata1-master PIO4
acd1: CDRW SAMSUNG CD-R/RW SW-240B at ata1-slave PIO4
cd0 at ata1 bus 0 target 0 lun 0
cd0: Compaq DVD-ROM SD-616T F304 Removable CD-ROM SCSI-0 device
cd0: 16.000MB/s transfers
cd0: cd present [3284421 x 1835364913 byte records]
cd1 at ata1 bus 0 target 1 lun 0
cd1: SAMSUNG CD-R/RW SW-240B R407 Removable CD-ROM SCSI-0 device
cd1: 16.000MB/s transfers
cd1: cd present [15421890 x 0 byte records]
[EMAIL PROTECTED] root]# cdrecord --scanbus
Cdrecord 2.00.3 (i386-unknown-freebsd5.1) Copyright (C) 1995-2002 Jörg 
Schilling
Using libscg version 'schily-0.7'
scsibus2:
2,0,0   200) 'Compaq  ' 'DVD-ROM SD-616T ' 'F304' Removable CD-ROM
2,1,0   201) 'SAMSUNG ' 'CD-R/RW SW-240B ' 'R407' Removable CD-ROM

Actually saying that is this perfectly? There are no cd's in either of 
those two drives and it says cd present in that dmesg ?

Matt.

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ATAng probe updated please test

2003-09-01 Thread Andrew Lankford
I've gone over the probe code once again.

I upgraded, and now my DVDROM (ata1-slave) is working again, but
my Plextor 8/4/32A CDRW (ata1-master) still won't probe correctly.

atacontrol list appears to send out the same message as before.

dmesg  atacontrol list output attached.

Andrew Lankford

 


 
   

Latest ATAng kernel (without atapicam):

Copyright (c) 1992-2003 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 5.1-CURRENT #18: Mon Aug 25 19:55:14 EDT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARL5KERNEL
Preloaded elf kernel /boot/kernel/kernel at 0xc04e2000.
Preloaded elf module /boot/kernel/vesa.ko at 0xc04e2228.
Preloaded elf module /boot/kernel/miibus.ko at 0xc04e22d4.
Preloaded elf module /boot/kernel/if_sis.ko at 0xc04e2380.
Preloaded elf module /boot/kernel/if_xl.ko at 0xc04e242c.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04e24d8.
Preloaded elf module /boot/kernel/snd_es137x.ko at 0xc04e2584.
Preloaded elf module /boot/kernel/usb.ko at 0xc04e2634.
Preloaded elf module /boot/kernel/ums.ko at 0xc04e26dc.
Preloaded elf module /boot/kernel/agp.ko at 0xc04e2784.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04e282c.
Calibrating clock(s) ... i8254 clock: 1193163 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter i8254 frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 737022692 Hz
CPU: Intel Pentium III (737.02-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x686  Stepping = 6
  
Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 535736320 (510 MB)
Physical memory chunk(s):
0x1000 - 0x0009efff, 647168 bytes (158 pages)
0x00509000 - 0x1f5c9fff, 520884224 bytes (127169 pages)
avail memory = 515031040 (491 MB)
bios32: Found BIOS32 Service Directory header at 0xc00f1430
bios32: Entry = 0xf0bf0 (c00f0bf0)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf+0xdf0
pnpbios: Found PnP BIOS data at 0xc00fc070
pnpbios: Entry = f:c0a0  Rev = 1.0
pnpbios: OEM ID cd041
Other BIOS signatures found:
null: null device, zero device
random: entropy source
mem: memory  I/O
Pentium Pro MTRR support enabled
VESA: information block
56 45 53 41 00 03 00 01 00 01 01 00 00 00 22 00 
00 01 10 00 53 25 2e 01 00 01 40 01 00 01 63 01 
00 01 1c 01 09 01 0a 01 0b 01 0c 01 1d 01 0e 01 
00 01 27 01 28 01 01 01 10 01 11 01 12 01 02 01 
VESA: 20 mode(s) found
VESA: v3.0, 1024k memory, flags:0x1, mode table:0xc03fdc62 (122)
VESA: Intel(R) 810, Intel(R) 815 Chipset Video BIOS
VESA: Intel Corporation Intel(R) 810, Intel(R) 815 Chipset Hardware Version 0.0
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: ASUS   CUSL2on motherboard
pci_open(1):mode 1 addr port (0x0cf8) is 0x805c
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=00] is there (id=11308086)
pcibios: BIOS version 2.10
Using $PIR table, 10 entries at 0xc00f1360
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
slot 72540A   0x60  3 4 5 7 9 10 11 12
slot 72540B   0x61  3 4 5 7 9 10 11 12
embedded02A   0x60  3 4 5 7 9 10 11 12
embedded0   31A   0x60  3 4 5 7 9 10 11 12
embedded0   31B   0x61  3 4 5 7 9 10 11 12
embedded0   31C   0x6b  3 4 5 7 9 10 11 12
embedded0   31D   0x63  3 4 5 7 9 10 11 12
slot 1  19A   0x69  3 4 5 7 9 10 11 12
slot 1  19B   0x6a  3 4 5 7 9 10 11 12
slot 1  19C   0x6b  3 4 5 7 9 10 11 12
slot 1  19D   0x68  3 4 5 7 9 10 11 12
slot 2  1   10A   0x6a  3 4 5 7 9 10 11 12
slot 2  1   10B   0x6b  3 4 5 7 9 10 11 12
slot 2  1   10C   0x68  3 4 5 7 9 10 11 12
slot 2  1   10D   0x69  3 4 5 7 9 10 11 12
slot 3  1   11A   0x6b  3 4 5 7 9 10 11 12
slot 3  1   11B   0x68  3 4 5 7 9 10 11 12
slot 3  1   11C   0x69  3 4 5 7 9 10 11 12
slot 3  1   11D   0x6a  3 4 5 7 9 10 11 12
slot 4  1   12A   0x68  3 4 5 7 9 10 11 12
slot 4  1   12B   0x69  3 4 5 7 9 10 11 12
slot 4  1   12C   0x6a  3 4 5 7 9 10 11 12
slot 4  1   12D   0x6b  3 4 5 7 9 10 11 12
slot 5  1   13A   0x69  3 4 5 7 9 10 11 12
slot 5  1   13B   0x6a  3 4 5 7 9 10 11 12
slot 5  1   13C   0x6b  3 4 5 7 9 10 11 12
slot 5  1   13D   0x68  3 4 5 7 9 10 11 12
slot 6  1   14A   0x62  3 4 5 7 9 10 11 12
slot 6  1   14B   0x63  3 4 5 7 9 10 11 12
slot 6  1   14C   0x60  3 4 5 7 9 10 11 12
slot 6  1   14D   0x61  3 4 5 7 9 10 11 12
embedded18A   0x68  3 4 5 7 9 10 11 12
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 31 func 0
acpi0: power button is handled as a fixed feature programming model.
ACPI timer 

Re: ATAng probe updated please test (ERRATA)

2003-09-01 Thread Andrew Lankford
I upgraded, and now my DVDROM (ata1-slave) is working again, but
my Plextor 8/4/32A CDRW (ata1-master) still won't probe correctly.

atacontrol list appears to send out the same message as before.

dmesg  atacontrol list output attached.

Andrew Lankford

Crap, I attached the wrong file (an earlier boot).  Sorry about
that.  Here we go again:

 


 
   
Copyright (c) 1992-2003 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 5.1-CURRENT #23: Mon Sep  1 10:32:42 EDT 2003
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARL5KERNEL
Preloaded elf kernel /boot/kernel/kernel at 0xc04e4000.
Preloaded elf module /boot/kernel/vesa.ko at 0xc04e4228.
Preloaded elf module /boot/kernel/miibus.ko at 0xc04e42d4.
Preloaded elf module /boot/kernel/if_sis.ko at 0xc04e4380.
Preloaded elf module /boot/kernel/if_xl.ko at 0xc04e442c.
Preloaded elf module /boot/kernel/snd_pcm.ko at 0xc04e44d8.
Preloaded elf module /boot/kernel/snd_es137x.ko at 0xc04e4584.
Preloaded elf module /boot/kernel/usb.ko at 0xc04e4634.
Preloaded elf module /boot/kernel/ums.ko at 0xc04e46dc.
Preloaded elf module /boot/kernel/agp.ko at 0xc04e4784.
Preloaded elf module /boot/kernel/acpi.ko at 0xc04e482c.
Calibrating clock(s) ... i8254 clock: 1193162 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter i8254 frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 737022114 Hz
CPU: Intel Pentium III (737.02-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x686  Stepping = 6
  
Features=0x383f9ffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 535736320 (510 MB)
Physical memory chunk(s):
0x1000 - 0x0009efff, 647168 bytes (158 pages)
0x0050b000 - 0x1f5c9fff, 520876032 bytes (127167 pages)
avail memory = 515022848 (491 MB)
bios32: Found BIOS32 Service Directory header at 0xc00f1430
bios32: Entry = 0xf0bf0 (c00f0bf0)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf+0xdf0
pnpbios: Found PnP BIOS data at 0xc00fc070
pnpbios: Entry = f:c0a0  Rev = 1.0
pnpbios: OEM ID cd041
Other BIOS signatures found:
null: null device, zero device
random: entropy source
mem: memory  I/O
Pentium Pro MTRR support enabled
VESA: information block
56 45 53 41 00 03 00 01 00 01 01 00 00 00 22 00 
00 01 10 00 53 25 2e 01 00 01 40 01 00 01 63 01 
00 01 1c 01 09 01 0a 01 0b 01 0c 01 1d 01 0e 01 
00 01 27 01 28 01 01 01 10 01 11 01 12 01 02 01 
VESA: 20 mode(s) found
VESA: v3.0, 1024k memory, flags:0x1, mode table:0xc0400c62 (122)
VESA: Intel(R) 810, Intel(R) 815 Chipset Video BIOS
VESA: Intel Corporation Intel(R) 810, Intel(R) 815 Chipset Hardware Version 0.0
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: ASUS   CUSL2on motherboard
pci_open(1):mode 1 addr port (0x0cf8) is 0x805c
pci_open(1a):   mode1res=0x8000 (0x8000)
pci_cfgcheck:   device 0 [class=06] [hdr=00] is there (id=11308086)
pcibios: BIOS version 2.10
Using $PIR table, 10 entries at 0xc00f1360
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
slot 72540A   0x60  3 4 5 7 9 10 11 12
slot 72540B   0x61  3 4 5 7 9 10 11 12
embedded02A   0x60  3 4 5 7 9 10 11 12
embedded0   31A   0x60  3 4 5 7 9 10 11 12
embedded0   31B   0x61  3 4 5 7 9 10 11 12
embedded0   31C   0x6b  3 4 5 7 9 10 11 12
embedded0   31D   0x63  3 4 5 7 9 10 11 12
slot 1  19A   0x69  3 4 5 7 9 10 11 12
slot 1  19B   0x6a  3 4 5 7 9 10 11 12
slot 1  19C   0x6b  3 4 5 7 9 10 11 12
slot 1  19D   0x68  3 4 5 7 9 10 11 12
slot 2  1   10A   0x6a  3 4 5 7 9 10 11 12
slot 2  1   10B   0x6b  3 4 5 7 9 10 11 12
slot 2  1   10C   0x68  3 4 5 7 9 10 11 12
slot 2  1   10D   0x69  3 4 5 7 9 10 11 12
slot 3  1   11A   0x6b  3 4 5 7 9 10 11 12
slot 3  1   11B   0x68  3 4 5 7 9 10 11 12
slot 3  1   11C   0x69  3 4 5 7 9 10 11 12
slot 3  1   11D   0x6a  3 4 5 7 9 10 11 12
slot 4  1   12A   0x68  3 4 5 7 9 10 11 12
slot 4  1   12B   0x69  3 4 5 7 9 10 11 12
slot 4  1   12C   0x6a  3 4 5 7 9 10 11 12
slot 4  1   12D   0x6b  3 4 5 7 9 10 11 12
slot 5  1   13A   0x69  3 4 5 7 9 10 11 12
slot 5  1   13B   0x6a  3 4 5 7 9 10 11 12
slot 5  1   13C   0x6b  3 4 5 7 9 10 11 12
slot 5  1   13D   0x68  3 4 5 7 9 10 11 12
slot 6  1   14A   0x62  3 4 5 7 9 10 11 12
slot 6  1   14B   0x63  3 4 5 7 9 10 11 12
slot 6  1   14C   0x60  3 4 5 7 9 10 11 12
slot 6  1   14D   0x61  3 4 5 7 9 10 11 12
embedded18A   0x68  3 4 5 7 9 10 11 12
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 31 func 0
acpi0: power button is handled as a fixed feature programming model.
ACPI timer