how routing multicast traffic?

2013-10-01 Thread Koenig, Thomas
Hello,

I try to route some multicast traffic between two networks, but it does
not work.

em0: inet 10.100.1.1 netmask 0x broadcast 10.100.255.255
em1: inet 192.168.251.251 netmask 0xff00 broadcast 192.168.251.255

Multicast address: 239.192.1.1 Port 12345
Sender in em1, client in em0 network.


changes in /etc/rc.conf:
mrouted_flags=NO
multicast_router=YES  

changes in /etc/sysctl.conf:
net.inet.ip.mforwarding=1

full /etc/igmpproxy.conf:
phyint em1 upstream  ratelimit 0  threshold 1
altnet 239.0.0.0/8
phyint em0 downstream  ratelimit 0  threshold 1
phyint lo0 disabled


igmpproxy log:
Current routing table (Insert Route);
-
Debu: #5: Dst: 239.192.1.1, Age:2, St: I, OutVifs: 0x0001


tcpdump -npi em1 multicast 
tcpdump: listening on em1, link-type EN10MB
12:31:50.348887 192.168.251.1.51946 > 239.192.1.1.12345: udp 30 (DF)
[ttl 1]
12:31:51.349844 192.168.251.1.51946 > 239.192.1.1.12345: udp 30 (DF)
[ttl 1]
12:31:52.350939 192.168.251.1.51946 > 239.192.1.1.12345: udp 30 (DF)
[ttl 1]
12:31:53.351810 192.168.251.1.51946 > 239.192.1.1.12345: udp 30 (DF)
[ttl 1]
12:31:54.352781 192.168.251.1.51946 > 239.192.1.1.12345: udp 30 (DF)
[ttl 1]

tcpdump on em0:
-> no packets 


What I'm doing wrong? 
Thx in advance for any help.

Regards,
Thomas



Re: snmpd reports the wrong IfIndex/IP association

2010-09-29 Thread Koenig, Thomas
sorry, I push the send button accidently.

NET-SNMP version:  5.4.2.1
Web:   http://www.net-snmp.org/
Email: net-snmp-cod...@lists.sourceforge.net

I didnt make changes during snmpd is running, I also reboot the server.

maybe someone have a idea?

regard,
Tom





> Hi,
>
> I try to query the interfaces on my OpenBSD firewall.
> But I get a wrong IfIndex/IP association:
>
> IF-MIB::ifDescr.1 = STRING: lo0
> IF-MIB::ifDescr.2 = STRING: em0
> IF-MIB::ifDescr.3 = STRING: em1
> IF-MIB::ifDescr.4 = STRING: em2
> IF-MIB::ifDescr.5 = STRING: em3
> IF-MIB::ifDescr.6 = STRING: enc0
> IF-MIB::ifDescr.7 = STRING: pfsync0
> IF-MIB::ifDescr.8 = STRING: pflog0
> IF-MIB::ifDescr.9 = STRING: carp0
> IF-MIB::ifDescr.10 = STRING: carp1
> IF-MIB::ifDescr.11 = STRING: carp2
>
>
> IP-MIB::ipAdEntIfIndex.10.100.102.235 = INTEGER: 1
> IP-MIB::ipAdEntIfIndex.172.16.0.235 = INTEGER: 2
> IP-MIB::ipAdEntIfIndex.172.16.1.235 = INTEGER: 3
> IP-MIB::ipAdEntIfIndex.192.168.56.1 = INTEGER: 4
> IP-MIB::ipAdEntIfIndex.127.0.0.1 = INTEGER: 6
> IP-MIB::ipAdEntIfIndex.10.100.102.239 = INTEGER: 7
> IP-MIB::ipAdEntIfIndex.172.16.0.239 = INTEGER: 8
> IP-MIB::ipAdEntIfIndex.172.16.1.239 = INTEGER: 9



snmpd reports the wrong IfIndex/IP association

2010-09-29 Thread Koenig, Thomas
Hi,

I try to query the interfaces on my OpenBSD firewall.
But I get a wrong IfIndex/IP association:

IF-MIB::ifDescr.1 = STRING: lo0
IF-MIB::ifDescr.2 = STRING: em0
IF-MIB::ifDescr.3 = STRING: em1
IF-MIB::ifDescr.4 = STRING: em2
IF-MIB::ifDescr.5 = STRING: em3
IF-MIB::ifDescr.6 = STRING: enc0
IF-MIB::ifDescr.7 = STRING: pfsync0
IF-MIB::ifDescr.8 = STRING: pflog0
IF-MIB::ifDescr.9 = STRING: carp0
IF-MIB::ifDescr.10 = STRING: carp1
IF-MIB::ifDescr.11 = STRING: carp2


IP-MIB::ipAdEntIfIndex.10.100.102.235 = INTEGER: 1
IP-MIB::ipAdEntIfIndex.172.16.0.235 = INTEGER: 2
IP-MIB::ipAdEntIfIndex.172.16.1.235 = INTEGER: 3
IP-MIB::ipAdEntIfIndex.192.168.56.1 = INTEGER: 4
IP-MIB::ipAdEntIfIndex.127.0.0.1 = INTEGER: 6
IP-MIB::ipAdEntIfIndex.10.100.102.239 = INTEGER: 7
IP-MIB::ipAdEntIfIndex.172.16.0.239 = INTEGER: 8
IP-MIB::ipAdEntIfIndex.172.16.1.239 = INTEGER: 9 

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]



Problem with PF - connection is first passed, but later blocked

2010-03-16 Thread Koenig, Thomas
Hi,

I try to reach a sftp server behind my openbsd 4.6 firewall. Sometimes
it works and sometimes not.

SRC IP: 10.100.106.58
DST IP: xxx.xxx.126.244
DST Port: 7400/tcp

If I try to connect pflog shows me:

Mar 16 20:36:39.570280 rule 201/(match) pass in on em0:
10.100.106.58.35286 > xxx.xxx.126.244.7400: S 3090744159:3090744159(0)
win 5840  (DF)
Mar 16 20:36:39.570292 rule 201/(match) pass out on em4:
10.100.106.58.35286 > xxx.xxx.126.244.7400: S 3090744159:3090744159(0)
win 5840  (DF)
Mar 16 20:37:14.677912 rule 244/(match) block in on em0:
10.100.106.58.35286 > xxx.xxx.126.244.7400: P 3090746972:3090747004(32)
ack 3225125621 win 224  (DF) [tos
0x8]
Mar 16 20:37:14.916504 rule 244/(match) block in on em0:
10.100.106.58.35286 > xxx.xxx.126.244.7400: P 0:32(32) ack 1 win 224
 (DF) [tos 0x8]
Mar 16 20:37:15.392461 rule 244/(match) block in on em0:
10.100.106.58.35286 > xxx.xxx.126.244.7400: P 0:32(32) ack 1 win 224
 (DF) [tos 0x8]

the first connection passed, but them it is blocked - why?

affected rules:
@201 pass log quick inet proto tcp from  to 
port = 7400 flags S/SA keep state label "RULE 76 -- ACCEPT "
  [ Evaluations: 13948 Packets: 390   Bytes: 300416  States:
0 ]
  [ Inserted: uid 0 pid 4296 State Creations: 12]

@244 block return-icmp(port-unr) log quick inet all label "deny_rest"
  [ Evaluations: 28108654  Packets: 28108654  Bytes: 15763202122
States: 0 ]
  [ Inserted: uid 0 pid 4296 State Creations: 0 ]

table  { xxx.xxx.126.246 , xxx.xxx.126.244 , xxx.xxx.105.194
, xxx.xxx.126.245 }
table  { 10.100.102.30 , 10.100.106.58 , 10.100.107.58 }


thx, for any hint.

regards,
Thomas



Re: Snapshot 4.7: LSI SAS 1078 controller on Intel S5520UR -> No disks found!

2010-02-02 Thread Koenig, Thomas
Here are the not configured grep:

l...@bsdanywhere:~$ dmesg | grep 'not configured'
ipmi at mainbus0 not configured
"Intel X58 QuickPath" rev 0x13 at pci0 dev 16 function 0 not configured
"Intel X58 QuickPath" rev 0x13 at pci0 dev 16 function 1 not configured
"Intel X58 QuickPath" rev 0x13 at pci0 dev 17 function 0 not configured
"Intel X58 QuickPath" rev 0x13 at pci0 dev 17 function 1 not configured
"Intel X58 IOxAPIC" rev 0x13 at pci0 dev 19 function 0 not configured
"Intel X58 Misc" rev 0x13 at pci0 dev 20 function 0 not configured
"Intel X58 GPIO" rev 0x13 at pci0 dev 20 function 1 not configured
"Intel X58 RAS" rev 0x13 at pci0 dev 20 function 2 not configured
"Intel X58 Throttle" rev 0x13 at pci0 dev 20 function 3 not configured
vendor "Intel", unknown product 0x342f (class system subclass interrupt, rev
0x13) at pci0 dev 21 function 0 not configured
vendor "Intel", unknown product 0x3430 (class system subclass miscellaneous,
rev 0x13) at pci0 dev 22 function 0 not configured
vendor "Intel", unknown product 0x3431 (class system subclass miscellaneous,
rev 0x13) at pci0 dev 22 function 1 not configured
vendor "Intel", unknown product 0x3432 (class system subclass miscellaneous,
rev 0x13) at pci0 dev 22 function 2 not configured
vendor "Intel", unknown product 0x3433 (class system subclass miscellaneous,
rev 0x13) at pci0 dev 22 function 3 not configured
vendor "Intel", unknown product 0x3429 (class system subclass miscellaneous,
rev 0x13) at pci0 dev 22 function 4 not configured
vendor "Intel", unknown product 0x342a (class system subclass miscellaneous,
rev 0x13) at pci0 dev 22 function 5 not configured
vendor "Intel", unknown product 0x342b (class system subclass miscellaneous,
rev 0x13) at pci0 dev 22 function 6 not configured
vendor "Intel", unknown product 0x342c (class system subclass miscellaneous,
rev 0x13) at pci0 dev 22 function 7 not configured
"Symbios Logic SAS1078" rev 0x04 at pci22 dev 0 function 0 not configured


hopefully now without add. linebreaks. :)

regards,
tom

> -Original Message-
> From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] 
> On Behalf Of Stuart Henderson
> Sent: Tuesday, February 02, 2010 7:26 PM
> To: misc@openbsd.org
> Subject: Re: Snapshot 4.7: LSI SAS 1078 controller on Intel 
> S5520UR -> No disks found!
> 
> On 2010-02-02, Koenig, Thomas  wrote:
> > Hi,
> >
> > I try to install the current snapshot on a Intel S5520UR 
> board with LSI
> > SAS 1078 controller.
> > Install failed, because no disks found. If I not wrong, normaly the
> > controller is supported since 4.3. by the mfi driver. The 
> board has the
> > latest available firmware installed.
> >
> > Does anyone have some hints for me, or are additional infos 
> necessary?
> 
> ^C into the shell from the installer, dmesg | grep 'not configured',
> copy any likely-looking lines (by hand if necessary).
> 
> Also see http://www.openbsd.org/faq/faq4.html#getdmesg -
> the 'floppy disk' method will work for a USB drive, typically
> on device /dev/sd0i (or sd1i, etc) rather than /dev/fd0a.

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]



Re: Snapshot 4.7: LSI SAS 1078 controller on Intel S5520UR -> No disks found!

2010-02-02 Thread Koenig, Thomas
 8 int 17
(irq 10)
pci24 at ppb23 bus 24
uhci3 at pci0 dev 29 function 0 "Intel 82801JI USB" rev 0x00: apic 8 int 16
(irq 11)
uhci4 at pci0 dev 29 function 1 "Intel 82801JI USB" rev 0x00: apic 8 int 16
(irq 11)
uhci5 at pci0 dev 29 function 2 "Intel 82801JI USB" rev 0x00: apic 8 int 16
(irq 11)
ehci1 at pci0 dev 29 function 7 "Intel 82801JI USB" rev 0x00: apic 8 int 16
(irq 11)
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ppb24 at pci0 dev 30 function 0 "Intel 82801BA Hub-to-PCI" rev 0x90
pci25 at ppb24 bus 25
pcib0 at pci0 dev 31 function 0 "Intel 82801JIR LPC" rev 0x00
pciide0 at pci0 dev 31 function 2 "Intel 82801JI SATA" rev 0x00: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide0: using apic 8 int 18 (irq 5) for native-PCI interrupt
ichiic0 at pci0 dev 31 function 3 "Intel 82801JI SMBus" rev 0x00: apic 8 int
18 (irq 5)
iic0 at ichiic0
iic0: addr 0x18 00=00 01=00 02=00 03=00 04=04 05=41 06=00 07=20 08=01 09=60
0a=a2 0b=27 0c=00 words 00=000f 01=000c 02= 03= 04=04a4 05=41f4
06=0054 07=2001
iic0: addr 0x1a 00=00 01=00 02=00 03=00 04=04 05=41 06=00 07=20 08=01 09=60
0a=a2 0b=26 0c=00 words 00=000f 01=000c 02= 03= 04=04a4 05=41f4
06=0054 07=2001
iic0: addr 0x2e 00=40 words 00=4040 01= 02= 03= 04= 05=
06= 07=
spdmem0 at iic0 addr 0x50: 2GB DDR3 SDRAM registered ECC PC3-8500 with
thermal sensor
spdmem1 at iic0 addr 0x52: 2GB DDR3 SDRAM registered ECC PC3-8500 with
thermal sensor
pciide1 at pci0 dev 31 function 5 "Intel 82801JI SATA" rev 0x00: DMA,
channel 0 wired to native-PCI, channel 1 wired to native-PCI
pciide1: using apic 8 int 21 (irq 11) for native-PCI interrupt
usb2 at uhci0: USB revision 1.0
uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb3 at uhci1: USB revision 1.0
uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb4 at uhci2: USB revision 1.0
uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb5 at uhci3: USB revision 1.0
uhub5 at usb5 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb6 at uhci4: USB revision 1.0
uhub6 at usb6 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb7 at uhci5: USB revision 1.0
uhub7 at usb7 "Intel UHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
kbc: cmd word write error
pcppi0 at isa0 port 0x61
midi0 at pcppi0: 
spkr0 at pcppi0
mtrr: Pentium Pro MTRR support
umass0 at uhub1 port 1 configuration 1 interface 0 "Genesys Logic USB
Storage" rev 2.00/0.41 addr 2
umass0: using SCSI over Bulk-Only
scsibus0 at umass0: 2 targets, initiator 0
cd0 at scsibus0 targ 1 lun 0:  SCSI0 5/cdrom removable
uhidev0 at uhub6 port 1 configuration 1 interface 0 "Cherry Mikroschalter
product 0x0011" rev 2.00/1.00 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 modifier keys, 6 key codes
wskbd0 at ukbd0 mux 1
wskbd0: connecting to wsdisplay0
uhidev1 at uhub3 port 1 configuration 1 interface 0 "Logitech USB Optical
Mouse" rev 2.00/43.01 addr 2
uhidev1: iclass 3/1
ums0 at uhidev1: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
uhidev2 at uhub4 port 1 configuration 1 interface 0 "American Megatrends
Inc. Virtual Keyboard and Mouse" rev 1.10/1.00 addr 2
uhidev2: iclass 3/1
ukbd1 at uhidev2: 8 modifier keys, 6 key codes
wskbd1 at ukbd1 mux 1
wskbd1: connecting to wsdisplay0
uhidev3 at uhub4 port 1 configuration 1 interface 1 "American Megatrends
Inc. Virtual Keyboard and Mouse" rev 1.10/1.00 addr 2
uhidev3: iclass 3/1
ums1 at uhidev3
ums1: X report 0x0002 not supported
softraid0 at root
root on cd0a swap on cd0b dump on cd0b


> -Original Message-
> From: owner-m...@openbsd.org [mailto:owner-m...@openbsd.org] 
> On Behalf Of Koenig, Thomas
> Sent: Tuesday, February 02, 2010 7:03 PM
> To: Kenneth R Westerback; misc@openbsd.org
> Subject: Re: Snapshot 4.7: LSI SAS 1078 controller on Intel 
> S5520UR -> No disks found!
> 
> Hi,
> 
> I try it with both 4.6 and the latest snapshot and both with 
> the same result.
> I already created a volume with the raidmanager, and if I 
> boot up a linux system, I can see the harddisk.
> 
> Booting up the system from BSDanywhere 4.6 live cd and  take 
> a look at dmesg (the complete log is attached) and I found:
> "Symbios Logic SAS1078" rev 0x04 at pci22 dev 0 function 0 
> not configured
> 
> regards,
> thomas
> 
> 
> 
> > -Original Message-
> > From: Kenneth R Westerback [mailto:kwesterb...@rogers.com]
> > Sent: Tuesday, February 02, 2010 4:43 PM
> > To: Koenig, Thomas
> > Subject: Re: Snapshot 4.7: LSI SAS 1078 controller on Intel 
> S5520UR -> 
> > No disks found!
> >
> > On Tue, Feb 02, 2010 at 02:56:30PM +0100, Koenig, Thomas wrote:
> > > Hi,
> > >
> > > I try to install the current snapshot on a Intel S5520UR 
> board with 
> > > LSI SAS 1078 controller.
> > > Install failed, because no disks found. If I not wrong, 
> normaly the 
> > > controller is supported since 4.3. by the mfi driver. The 
> board has 
> > > the latest available firmware installed.
> > >
> > > Does anyone have some hints for me, or are additional infos
> > necessary?
> > >
> > > regard,
> > > Thomas
> >
> > When did it most recently work for you? 4.6? snapshots after 4.6?
> >
> > Can you provide a dmesg from the most recent kernel you have that 
> > works?
> >
> >  Ken
> 
> [demime 1.01d removed an attachment of type 
> application/octet-stream which had a name of dmesg.log]

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]



Re: Snapshot 4.7: LSI SAS 1078 controller on Intel S5520UR -> No disks found!

2010-02-02 Thread Koenig, Thomas
Hi,

I try it with both 4.6 and the latest snapshot and both with the same
result.
I already created a volume with the raidmanager, and if I boot up a
linux system, I can see the harddisk.

Booting up the system from BSDanywhere 4.6 live cd and  take a look at
dmesg (the complete log is attached) and I found:
"Symbios Logic SAS1078" rev 0x04 at pci22 dev 0 function 0 not
configured

regards,
thomas



> -Original Message-
> From: Kenneth R Westerback [mailto:kwesterb...@rogers.com]
> Sent: Tuesday, February 02, 2010 4:43 PM
> To: Koenig, Thomas
> Subject: Re: Snapshot 4.7: LSI SAS 1078 controller on Intel
> S5520UR -> No disks found!
>
> On Tue, Feb 02, 2010 at 02:56:30PM +0100, Koenig, Thomas wrote:
> > Hi,
> >
> > I try to install the current snapshot on a Intel S5520UR board with
> > LSI SAS 1078 controller.
> > Install failed, because no disks found. If I not wrong, normaly the
> > controller is supported since 4.3. by the mfi driver. The board has
> > the latest available firmware installed.
> >
> > Does anyone have some hints for me, or are additional infos
> necessary?
> >
> > regard,
> > Thomas
>
> When did it most recently work for you? 4.6? snapshots after 4.6?
>
> Can you provide a dmesg from the most recent kernel you have
> that works?
>
>  Ken

[demime 1.01d removed an attachment of type application/octet-stream which had 
a name of dmesg.log]



Snapshot 4.7: LSI SAS 1078 controller on Intel S5520UR -> No disks found!

2010-02-02 Thread Koenig, Thomas
Hi,

I try to install the current snapshot on a Intel S5520UR board with LSI
SAS 1078 controller.
Install failed, because no disks found. If I not wrong, normaly the
controller is supported since 4.3. by the mfi driver. The board has the
latest available firmware installed.

Does anyone have some hints for me, or are additional infos necessary?

regard,
Thomas



Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT =>couldn't map interrupt

2007-11-12 Thread Koenig, Thomas
Hi,

I got it!


I try to build a GENERIC.MP for Marco - and now its running.I cant
belive it. :)

Thank you people, for your help.

If you need some more tests with my hardware, let me know.

regards,
Thomas



# dmesg
OpenBSD 4.2-current (GENERIC.MP) #0: Mon Nov 12 08:00:48 MST 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 1069162496 (1019MB)
avail mem = 1026580480 (979MB)
User Kernel Config
UKC> disable apm
UKC> enable acpi
275 acpi0 enabled
UKC> quit
Continuing...
RTC BIOS diagnostic error f
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0x3fc03000 (43 entries)
bios0: vendor Intel Corporation version
"S3000.86B.02.00.0044.071120071047" date 07/11/2007
bios0: Intel S3000AHLX
acpi0 at mainbus0: rev 0
acpi0: tables DSDT FACP APIC WDDT MCFG ASF! SSDT SSDT SSDT SSDT SSDT 
acpi0: wakeup devices SLPB(S4) P32_(S4) UAR1(S1) PEX4(S4) PEX5(S4)
UHC1(S1) UHC2(S1) UHC3(S1) UHC4(S1) EHCI(S1) AC9M(S4) AZAL(S4) 
acpitimer at acpi0 not configured
acpimadt0 at acpi0 addr 0xfee0: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz, 2200.22 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,
CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2
,CX16,xTPR,NXE,LONG
cpu0: 2MB 64b/line 8-way L2 cache
cpu0: apic clock running at 199MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz, 2199.92 MHz
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,
CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2
,CX16,xTPR,NXE,LONG
cpu1: 2MB 64b/line 8-way L2 cache
ioapic0 at mainbus0 apid 5 pa 0xfec0, version 20, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 5
ioapic1 at mainbus0 apid 6 pa 0xfec1, version 20, 24 pins
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 9 (P32_)
acpiprt2 at acpi0: bus 5 (PEX0)
acpiprt3 at acpi0: bus 6 (PXS1)
acpiprt4 at acpi0: bus -1 (PEX1)
acpiprt5 at acpi0: bus -1 (PEX2)
acpiprt6 at acpi0: bus -1 (PEX3)
acpiprt7 at acpi0: bus 7 (PEX4)
acpiprt8 at acpi0: bus 8 (PEX5)
acpicpu at acpi0 not configured
acpicpu at acpi0 not configured
acpicpu at acpi0 not configured
acpicpu at acpi0 not configured
acpibtn0 at acpi0: SLPB
pci0 at mainbus0 bus 0: configuration mode 1
pchb0 at pci0 dev 0 function 0 "Intel E7230 MCH" rev 0x00
ppb0 at pci0 dev 1 function 0 "Intel E7230 PCIE" rev 0x00
pci1 at ppb0 bus 1
ppb1 at pci1 dev 0 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci2 at ppb1 bus 2
ppb2 at pci2 dev 0 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci3 at ppb2 bus 3
em0 at pci3 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev 0x06:
apic 5 int 16 (irq 128), address 00:15:17:4d:fe:c8
em1 at pci3 dev 0 function 1 "Intel PRO/1000 QP (82571EB)" rev 0x06:
apic 5 int 17 (irq 128), address 00:15:17:4d:fe:c9
ppb3 at pci2 dev 1 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci4 at ppb3 bus 4
em2 at pci4 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev 0x06:
apic 5 int 17 (irq 128), address 00:15:17:4d:fe:ca
em3 at pci4 dev 0 function 1 "Intel PRO/1000 QP (82571EB)" rev 0x06:
apic 5 int 18 (irq 128), address 00:15:17:4d:fe:cb
ppb4 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x01
pci5 at ppb4 bus 5
ppb5 at pci5 dev 0 function 0 "Intel PCIE-PCIE" rev 0x09
pci6 at ppb5 bus 6
ppb6 at pci0 dev 28 function 4 "Intel 82801G PCIE" rev 0x01
pci7 at ppb6 bus 7
ppb7 at pci0 dev 28 function 5 "Intel 82801G PCIE" rev 0x01
pci8 at ppb7 bus 8
em4 at pci8 dev 0 function 0 "Intel PRO/1000MT (82573E)" rev 0x03: apic
5 int 17 (irq 9), address 00:15:17:29:70:25
"Intel 82573E AMT" rev 0x03 at pci8 dev 0 function 3 not configured
"Intel 82573E KCS (Active Management)" rev 0x03 at pci8 dev 0 function 4
not configured
ppb8 at pci0 dev 30 function 0 "Intel 82801BA AGP" rev 0xe1
pci9 at ppb8 bus 9
vga1 at pci9 dev 4 function 0 "ATI ES1000" rev 0x02
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
em5 at pci9 dev 5 function 0 "Intel PRO/1000MT (82541GI)" rev 0x05: apic
5 int 17 (irq 9), address 00:15:17:29:70:26
pcib0 at pci0 dev 31 function 0 "Intel 82801GB LPC" rev 0x01
pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x01: DMA,
channel 0 configured to compatibility, channel 1 configured to
compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:  SCSI0
5/cdrom removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 disabled (no drives)
pciide1 at pci0 dev 31 function 2 "Intel 82801GB SATA" rev 0x01: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide1: using apic 5 int 19 (irq 10) for native-PCI interrupt
wd0 at pciide1 channel 0 drive 0: 
wd0: 16-sector PIO, LBA48, 76319MB, 156301488 sectors
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
ichi

Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT =>couldn't map interrupt

2007-11-12 Thread Koenig, Thomas
> Looks like you need to update your bios, you are using old 
> BIOS, the newest one is ver.44 (mine is). Try to upgrade the 
> BIOS, and update us with good news :D (I Hope).
> 
> Thanks,
> --
> Insan Praja SW


Hello Insan,

I'm now on version .44, but this dont solve my problem.


bios0 at mainbus0: SMBIOS rev. 2.4 @ 0x3fc03000 (43 entries)
bios0: vendor Intel Corporation version
"S3000.86B.02.00.0044.071120071047" date 07/11/2007
bios0: Intel S3000AHLX

: couldn't map interrupt
em0: Allocation of PCI resources failed


regards,
Thomas

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]



Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT =>couldn't map interrupt

2007-11-12 Thread Koenig, Thomas
Hi,

with help form Insan Praja, I able to enable acpi now.
But I have still the same problems with the QuadPort NIC. :(

My last try was to build on this system a fresh new Kernel from the
current CVS but still the same problem.


dmesg from the snapshot from Thu Nov 8:
 
OpenBSD 4.2-current (GENERIC) #2: Thu Nov  8 10:46:42 WIT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC
real mem = 1069268992 (1019MB)
avail mem = 1026822144 (979MB)
User Kernel Config
UKC> disable apm
UKC> enable acpi
272 acpi0 enabled
UKC> quit
Continuing...
RTC BIOS diagnostic error f
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0x3fc1d000 (43 entries)
bios0: vendor Intel Corporation version
"S3000.86B.02.00.0035.111020061326" date 11/10/2006
bios0: Intel S3000AHLX
acpi0 at mainbus0: rev 0
acpi0: tables DSDT FACP APIC WDDT MCFG ASF! SSDT SSDT SSDT SSDT SSDT 
acpi0: wakeup devices SLPB(S4) P32_(S4) UAR1(S1) PEX4(S4) PEX5(S4)
UHC1(S1) UHC2(S1) UHC3(S1) UHC4(S1) EHCI(S1) AC9M(S4) AZAL(S4) 
acpitimer at acpi0 not configured
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 9 (P32_)
acpiprt2 at acpi0: bus 5 (PEX0)
acpiprt3 at acpi0: bus 6 (PXS1)
acpiprt4 at acpi0: bus -1 (PEX1)
acpiprt5 at acpi0: bus -1 (PEX2)
acpiprt6 at acpi0: bus -1 (PEX3)
acpiprt7 at acpi0: bus 7 (PEX4)
acpiprt8 at acpi0: bus 8 (PEX5)
acpicpu at acpi0 not configured
acpicpu at acpi0 not configured
acpicpu at acpi0 not configured
acpicpu at acpi0 not configured
acpibtn0 at acpi0: SLPB
cpu0 at mainbus0: (uniprocessor)
cpu0: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz, 2200.25 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,
CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2
,CX16,xTPR,NXE,LONG
cpu0: 2MB 64b/line 8-way L2 cache
pci0 at mainbus0 bus 0: configuration mode 1
pchb0 at pci0 dev 0 function 0 "Intel E7230 MCH" rev 0x00
ppb0 at pci0 dev 1 function 0 "Intel E7230 PCIE" rev 0x00
pci1 at ppb0 bus 1
ppb1 at pci1 dev 0 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci2 at ppb1 bus 2
ppb2 at pci2 dev 0 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci3 at ppb2 bus 3
em0 at pci3 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em0: Allocation of PCI resources failed
em1 at pci3 dev 0 function 1 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em1: Allocation of PCI resources failed
ppb3 at pci2 dev 1 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci4 at ppb3 bus 4
em2 at pci4 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em2: Allocation of PCI resources failed
em3 at pci4 dev 0 function 1 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em3: Allocation of PCI resources failed
ppb4 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x01
pci5 at ppb4 bus 5
ppb5 at pci5 dev 0 function 0 "Intel PCIE-PCIE" rev 0x09
pci6 at ppb5 bus 6
ppb6 at pci0 dev 28 function 4 "Intel 82801G PCIE" rev 0x01
pci7 at ppb6 bus 7
ppb7 at pci0 dev 28 function 5 "Intel 82801G PCIE" rev 0x01
pci8 at ppb7 bus 8
em4 at pci8 dev 0 function 0 "Intel PRO/1000MT (82573E)" rev 0x03: irq
9, address 00:15:17:29:70:25
"Intel 82573E AMT" rev 0x03 at pci8 dev 0 function 3 not configured
"Intel 82573E KCS (Active Management)" rev 0x03 at pci8 dev 0 function 4
not configured
ppb8 at pci0 dev 30 function 0 "Intel 82801BA AGP" rev 0xe1
pci9 at ppb8 bus 9
vga1 at pci9 dev 4 function 0 "ATI ES1000" rev 0x02
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
em5 at pci9 dev 5 function 0 "Intel PRO/1000MT (82541GI)" rev 0x05: irq
9, address 00:15:17:29:70:26
pcib0 at pci0 dev 31 function 0 "Intel 82801GB LPC" rev 0x01
pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x01: DMA,
channel 0 configured to compatibility, channel 1 configured to
compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:  SCSI0
5/cdrom removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 disabled (no drives)
pciide1 at pci0 dev 31 function 2 "Intel 82801GB SATA" rev 0x01: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide1: using irq 10 for native-PCI interrupt
wd0 at pciide1 channel 0 drive 0: 
wd0: 16-sector PIO, LBA48, 76319MB, 156301488 sectors
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x01: irq 10
iic0 at ichiic0
adt0 at iic0 addr 0x2e: emc6d100 rev 0x69
spdmem0 at iic0 addr 0x50: 512MB DDR2 SDRAM ECC PC2-5300CL5
spdmem1 at iic0 addr 0x52: 512MB DDR2 SDRAM ECC PC2-5300CL5
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: usi

Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT =>couldn't map interrupt

2007-11-09 Thread Koenig, Thomas
Hi,

I downloaded the sources from CVS and build a new GENERIC Kernel, with
the same result. :(
The Kernel panic, after enable acpi, is now: "malloc: allocation too
large"


regards,
Thomas

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]



Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT =>couldn't map interrupt

2007-11-08 Thread Koenig, Thomas
> From: Stuart Henderson
> Try a snapshot.
> 

the latest one what I found was:
"OpenBSD 4.2-current (GENERIC) #452: Sun Oct 21 22:08:12 MDT 2007"

dmesg looks like the same and if I enable acpi it runs in a kernel panic
too.
the panic output differs from the last, if someone interested I will
post it.


regards,
Thomas


# dmesg
OpenBSD 4.2-current (GENERIC) #452: Sun Oct 21 22:08:12 MDT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
RTC BIOS diagnostic error f
cpu0: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz ("GenuineIntel"
686-class) 2.21 GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,
CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2
,CX16,xTPR
real mem  = 1069850624 (1020MB)
avail mem = 1026707456 (979MB)
RTC BIOS diagnostic error f
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 07/11/06, SMBIOS rev. 2.4 @
0x3fc1d000 (43 entries)
bios0: vendor Intel Corporation version
"S3000.86B.02.00.0035.111020061326" date 11/10/2006
bios0: Intel S3000AHLX
pcibios at bios0 function 0x1a not configured
bios0: ROM list: 0xc/0x9000
acpi at mainbus0 not configured
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 "Intel E7230 MCH" rev 0x00
ppb0 at pci0 dev 1 function 0 "Intel E7230 PCIE" rev 0x00
pci1 at ppb0 bus 1
ppb1 at pci1 dev 0 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci2 at ppb1 bus 2
ppb2 at pci2 dev 0 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci3 at ppb2 bus 3
em0 at pci3 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em0: Allocation of PCI resources failed
em1 at pci3 dev 0 function 1 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em1: Allocation of PCI resources failed
ppb3 at pci2 dev 1 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci4 at ppb3 bus 4
em2 at pci4 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em2: Allocation of PCI resources failed
em3 at pci4 dev 0 function 1 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em3: Allocation of PCI resources failed
ppb4 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x01
pci5 at ppb4 bus 5
ppb5 at pci5 dev 0 function 0 "Intel PCIE-PCIE" rev 0x09
pci6 at ppb5 bus 6
ppb6 at pci0 dev 28 function 4 "Intel 82801G PCIE" rev 0x01
pci7 at ppb6 bus 7
ppb7 at pci0 dev 28 function 5 "Intel 82801G PCIE" rev 0x01
pci8 at ppb7 bus 8
em4 at pci8 dev 0 function 0 "Intel PRO/1000MT (82573E)" rev 0x03: irq
9, address 00:15:17:29:70:25
"Intel 82573E AMT" rev 0x03 at pci8 dev 0 function 3 not configured
"Intel 82573E KCS (Active Management)" rev 0x03 at pci8 dev 0 function 4
not configured
ppb8 at pci0 dev 30 function 0 "Intel 82801BA AGP" rev 0xe1
pci9 at ppb8 bus 9
vga1 at pci9 dev 4 function 0 "ATI ES1000" rev 0x02
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
em5 at pci9 dev 5 function 0 "Intel PRO/1000MT (82541GI)" rev 0x05: irq
9, address 00:15:17:29:70:26
ichpcib0 at pci0 dev 31 function 0 "Intel 82801GB LPC" rev 0x01: PM
disabled
pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x01: DMA,
channel 0 configured to compatibility, channel 1 configured to
compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:  SCSI0
5/cdrom removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 disabled (no drives)
pciide1 at pci0 dev 31 function 2 "Intel 82801GB SATA" rev 0x01: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide1: using irq 10 for native-PCI interrupt
wd0 at pciide1 channel 0 drive 0: 
wd0: 16-sector PIO, LBA48, 76319MB, 156301488 sectors
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x01: irq 10
iic0 at ichiic0
adt0 at iic0 addr 0x2e: emc6d100 rev 0x69
spdmem0 at iic0 addr 0x50: 512MB DDR2 SDRAM ECC PC2-5300CL5
spdmem1 at iic0 addr 0x52: 512MB DDR2 SDRAM ECC PC2-5300CL5
isa0 at ichpcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: 
spkr0 at pcppi0
npx0 at isa0 port 0xf0/16: reported by CPUID; using exception 16
pccom0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
biomask fded netmask ffed ttymask ffef
pctr: user-level performance counters enabled
mtrr: Pentium Pro MTRR support
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a swap on wd0b dump on wd0b

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]



Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT =>couldn't map interrupt

2007-11-08 Thread Koenig, Thomas
> What version of OpenBSD are you running ? Several fixes have 
> recently been added that made my machine suddenly support 
> ACPI. You snipped this (very important) piece of information. 
> Maybe trying the latest snapshot fixes your problem.
> 
> Please also add a full dmesg (without acpi) so we don't have 
> to guess what's in your machine.
> 

Hi,

as you can see, the full dmesg output without acpi was included in my
fist email!
But currently I've installed the amd64 version and not i386, it was a
try - but with both the same problems.

and btw. you can find the Version I'm running in the dmesg/panic output
in my last email, but however here the dmesg out without acpi from the
current amd64 installation:


OpenBSD 4.2 (GENERIC) #1179: Tue Aug 28 10:37:50 MDT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC
real mem = 1069268992 (1019MB)
avail mem = 1027014656 (979MB)
RTC BIOS diagnostic error f
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0x3fc1d000 (43 entries)
bios0: vendor Intel Corporation version
"S3000.86B.02.00.0035.111020061326" date 11/10/2006
bios0: Intel S3000AHLX
acpi at mainbus0 not configured
cpu0 at mainbus0: (uniprocessor)
cpu0: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz, 2200.18 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,
CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2
,CX16,xTPR,NXE,LONG
cpu0: 2MB 64b/line 8-way L2 cache
pci0 at mainbus0 bus 0: configuration mode 1
pchb0 at pci0 dev 0 function 0 "Intel E7230 MCH" rev 0x00
ppb0 at pci0 dev 1 function 0 "Intel E7230 PCIE" rev 0x00
pci1 at ppb0 bus 1
ppb1 at pci1 dev 0 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci2 at ppb1 bus 2
ppb2 at pci2 dev 0 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci3 at ppb2 bus 3
em0 at pci3 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em0: Allocation of PCI resources failed
em1 at pci3 dev 0 function 1 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em1: Allocation of PCI resources failed
ppb3 at pci2 dev 1 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci4 at ppb3 bus 4
em2 at pci4 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em2: Allocation of PCI resources failed
em3 at pci4 dev 0 function 1 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em3: Allocation of PCI resources failed
ppb4 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x01
pci5 at ppb4 bus 5
ppb5 at pci5 dev 0 function 0 "Intel PCIE-PCIE" rev 0x09
pci6 at ppb5 bus 6
ppb6 at pci0 dev 28 function 4 "Intel 82801G PCIE" rev 0x01
pci7 at ppb6 bus 7
ppb7 at pci0 dev 28 function 5 "Intel 82801G PCIE" rev 0x01
pci8 at ppb7 bus 8
em4 at pci8 dev 0 function 0 "Intel PRO/1000MT (82573E)" rev 0x03: irq
9, address 00:15:17:29:70:25
"Intel 82573E AMT" rev 0x03 at pci8 dev 0 function 3 not configured
"Intel 82573E KCS (Active Management)" rev 0x03 at pci8 dev 0 function 4
not configured
ppb8 at pci0 dev 30 function 0 "Intel 82801BA AGP" rev 0xe1
pci9 at ppb8 bus 9
vga1 at pci9 dev 4 function 0 "ATI ES1000" rev 0x02
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
em5 at pci9 dev 5 function 0 "Intel PRO/1000MT (82541GI)" rev 0x05: irq
9, address 00:15:17:29:70:26
pcib0 at pci0 dev 31 function 0 "Intel 82801GB LPC" rev 0x01
pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x01: DMA,
channel 0 configured to compatibility, channel 1 configured to
compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:  SCSI0
5/cdrom removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 disabled (no drives)
pciide1 at pci0 dev 31 function 2 "Intel 82801GB SATA" rev 0x01: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide1: using irq 10 for native-PCI interrupt
wd0 at pciide1 channel 0 drive 0: 
wd0: 16-sector PIO, LBA48, 76319MB, 156301488 sectors
wd0(pciide1:0:0): using PIO mode 4, Ultra-DMA mode 5
ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x01: irq 10
iic0 at ichiic0
adt0 at iic0 addr 0x2e: emc6d100 rev 0x69
isa0 at pcib0
isadma0 at isa0
com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: 
spkr0 at pcppi0
fdc0 at isa0 port 0x3f0/6 irq 6 drq 2
dkcsum: wd0 matches BIOS drive 0x80
root on wd0a swap on wd0b dump on wd0b


regards,
Thomas

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]



Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT => couldn't map interrupt

2007-11-08 Thread Koenig, Thomas
Hello,

> Showing the actual panic has more chances of something getting fixed.
> 

ok - here is the panic output, I hope anyone found something:


acpi0: tables DSDT FACP APIC WDDT MCFG ASF! SSDT SSDT SSDT SSDT SSDT
acpitimer at acpi0 not configured
acpiprt0 at acpi0index.buf out of bounds: 6/6

0706 Called: \_SB_.PCI0._CRS
panic: aml_die aml_derefvalue:1366
Stopped at  Debugger+0x5:   leave
Debugger() at Debugger+0x5
panic() at panic+0x12a
_aml_die() at _aml_die+0xdc
aml_derefvalue() at aml_derefvalue+0x26f
aml_evalterm() at aml_evalterm+0x32
aml_parseterm() at aml_parseterm+0x48
aml_parseref() at aml_parseref+0x11d
aml_parseop() at aml_parseop+0xb4
aml_parseterm() at aml_parseterm+0x3a
aml_parsewhile() at aml_parsewhile+0x4e
end trace frame: 0x80ba8850, count: 0
RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS
PANIC!
DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!
ddb> trace
Debugger() at Debugger+0x5
panic() at panic+0x12a
_aml_die() at _aml_die+0xdc
aml_derefvalue() at aml_derefvalue+0x26f
aml_evalterm() at aml_evalterm+0x32
aml_parseterm() at aml_parseterm+0x48
aml_parseref() at aml_parseref+0x11d
aml_parseop() at aml_parseop+0xb4
aml_parseterm() at aml_parseterm+0x3a
aml_parsewhile() at aml_parsewhile+0x4e
aml_parseop() at aml_parseo+0xb4
aml_parseterm() at aml_parseterm+0x3a
aml_callmethod() at aml_callmethod+0x3a
aml_evalmethod() at aml_evalmethod+0x59
aml_derefvalue() at aml_derefvalue+0x7e
aml_derefvalue() at aml_derefvalue+0x118
aml_evalterm() at aml_evalterm+0x32
aml_parseterm() at aml_parseterm+0x48
aml_callmethod() at aml_callmethod+0x3a
aml_evalmethod() at aml_evalmethod+0x59
aml_evalnode() at aml_evalnode+0xd9
acpiprt_getpcibus() at acpiprt_getpcibus+0xd9
acpiprt_attach() at acpiprt_attach+0x28
config_attach() at config_attach+0x11b
acpi_foundprt() at acpi_foundprt+0x4f
aml_find_node() at aml_find_node+0x75
aml_find_node() at aml_find_node+0x58
aml_find_node() at aml_find_node+0x58
acpi_attach() at acpi_attach+0x3ea
config_attach() at config_attach+0x11b
mainbus_attach() at mainbus_attach+0x205
config_attach() at config_attach+0x11b
cpu_configure() at cpu_configure+0x1c
main() at main+0x39c
end trace frame: 0x0, count: -34
ddb> ps
   PIDPPID   PGRPUID  S  FLAGS   WAIT COMMAND
*0  -1  0  0  70x80200swapper
ddb> show panic
amldie aml_derefvalue:1366

ddb> dmesg
OpenBSD 4.2 (GENERIC) #1179: Tue Aug 28 10:37:50 MDT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/amd64/compile/GENERIC
real mem = 1069268992 (1019MB)
avail mem = 1027013656 (979MB)
User Kernel Config
UKC> enable acpi
263 acpi0 enabled
UKC> quit
Continuing...
RTC BIOS diagnostic error f
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0x3fc1d000 (43 entries)
bios0: vendor Intel Corporation version
"S3000.86B.02.00.0035.111020061326" date 11/10/2006
bios0: Intel S3000AHLX
acpi0 at mainbus0: rev 0
acpi0: tables DSDT FACP APIC WDDT MCFG ASF! SSDT SSDT SSDT SSDT SSDT
acpitimer at acpi0 not configured
acpiprt0 at acpi0index.buf out of bounds: 6/6

0706 Called: \_SB_.PCI0.EROM
local0: 0x80020020 cnt:00 stk:60 interger: c
local0: 0x80020060 cnt:00 stk:61 interger: 6
local0: 0x800200a0 cnt:00 stk:62 interger: 3
0706 Called: \_SB_.PCI0._CRS
panic: aml_die aml_derefvalue:1366
Stopped at  Debugger+0x5:   leave
Debugger() at Debugger+0x5
panic() at panic+0x12a
_aml_die() at _aml_die+0xdc
aml_derefvalue() at aml_derefvalue+0x26f
aml_evalterm() at aml_evalterm+0x32
aml_parseterm() at aml_parseterm+0x48
aml_parseref() at aml_parseref+0x11d
aml_parseop() at aml_parseop+0xb4
aml_parseterm() at aml_parseterm+0x3a
aml_parsewhile() at aml_parsewhile+0x4e
end trace frame: 0x80ba8850, count: 0
RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS
PANIC!
DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!
ddb> Debugger() at Debugger+0x5
panic() at panic+0x12a
_aml_die() at _aml_die+0xdc
aml_derefvalue() at aml_derefvalue+0x26f
aml_evalterm() at aml_evalterm+0x32
aml_parseterm() at aml_parseterm+0x48
aml_parseref() at aml_parseref+0x11d
aml_parseop() at aml_parseop+0xb4
aml_parseterm() at aml_parseterm+0x3a
aml_parsewhile() at aml_parsewhile+0x4e
aml_parseop() at aml_parseo+0xb4
aml_parseterm() at aml_parseterm+0x3a
aml_callmethod() at aml_callmethod+0x3a
aml_evalmethod() at aml_evalmethod+0x59
aml_derefvalue() at aml_derefvalue+0x7e
aml_derefvalue() at aml_derefvalue+0x118
aml_evalterm() at aml_evalterm+0x32
aml_parseterm() at aml_parseterm+0x48
aml_callmethod() at aml_callmethod+0x3a
aml_evalmethod() at aml_evalmethod+0x59
aml_evalnode() at aml_evalnode+0xd9
acpiprt_getpcibus() at acpiprt_getpcibus+0xd9
acpiprt_attach() at acpiprt_attach+0x28
config_attach() at config_attach+0x11b
acpi_foundprt() at acpi_foundprt+0x4f
aml_find_node() at aml_find_node+0x75
aml_find_node() at aml_find_node+0x58
aml_find_node() at aml_find_node+0x58
acpi_attach() at acpi_attach+0

Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT => couldn't map interrupt

2007-11-08 Thread Koenig, Thomas
> You need not to only enable ACPI, but also disable APM to 
> make use of ACPI.

it takes no effekt if I disable apm or not - every time I enable acpi I
run into a PANIC.

UKC>disable apm
UKC>enable acpi
263 acpi0 enabled
UKC>quit

--> PANIC :(



regards,
Thomas

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]



Re: OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT => couldn't map interrupt

2007-11-07 Thread Koenig, Thomas
Hi,

> Have you tried to enable acpi? 

I try acpi with:

boot -c
enable acpi
quit

then I get a panic, with options for trace and ps - thats all. :(
maybe its a bug?


> GENERIC.MP with acpi?
Is this not the same as above?


regards,
Thomas

[demime 1.01d removed an attachment of type application/x-pkcs7-signature which 
had a name of smime.p7s]



OpenBSD 4.2 on Intel Board S3000AHLX + QuadNic EXPI9404PT => couldn't map interrupt

2007-11-07 Thread Koenig, Thomas
Hello,

- first: please excuse my poor english  :)

- second: I cant get my Intel Quad Server Adapter running on OpenBSD
4.2.

My Hardware: 
-Intel Entry Server Board S3000AHLX 
-Intel Quad-Nic (Intel PRO/1000 PT Quad Server Adapter PCIex
EXPI9404PT).

The two Onboard Nic working fine as em4 and em5.

dmesg shows me something like that:
em0 at pci3 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em0: Allocation of PCI resources failed

I think the Card itself is supported, because I have the low profile
version EXPI9404PTL running in my Intel Board DG33TL. Some tests with
FreeBSD 6.2 and Debian are successful, the Quad Nic is running there.
I cant make any settings for Interrupts or somthing like that in the
BIOS, because there are no options for this.

Now my question - what can I do? There are any unstable Versions, with
better support for the Board Chipset, or can I set some Kernel
Parameters in the OS?


here the full dmesg output: 
(I boot the System from a LiveCD)

OpenBSD 4.2 (GENERIC) #375: Tue Aug 28 10:38:44 MDT 2007
[EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC
RTC BIOS diagnostic error 3
cpu0: Intel(R) Core(TM)2 Duo CPU E4500 @ 2.20GHz ("GenuineIntel"
686-class) 2.21 GHz
cpu0:
FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,
CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,EST,TM2
,CX16,xTPR
real mem  = 1069789184 (1020MB)
avail mem = 1026801664 (979MB)
RTC BIOS diagnostic error 3
mainbus0 at root
bios0 at mainbus0: AT/286+ BIOS, date 07/11/06, SMBIOS rev. 2.4 @
0x3fc0e000 (43 entries)
bios0: vendor Intel Corporation version
"S3000.86B.02.00.0035.111020061326" date 11/10/2006
bios0: Intel S3000AHLX
pcibios at bios0 function 0x1a not configured
bios0: ROM list: 0xc/0x9000
acpi at mainbus0 not configured
cpu0 at mainbus0
pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
pchb0 at pci0 dev 0 function 0 "Intel E7230 MCH" rev 0x00
ppb0 at pci0 dev 1 function 0 "Intel E7230 PCIE" rev 0x00
pci1 at ppb0 bus 1
ppb1 at pci1 dev 0 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci2 at ppb1 bus 2
ppb2 at pci2 dev 0 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci3 at ppb2 bus 3
em0 at pci3 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em0: Allocation of PCI resources failed
em1 at pci3 dev 0 function 1 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em1: Allocation of PCI resources failed
ppb3 at pci2 dev 1 function 0 vendor "IDT", unknown product 0x8018 rev
0x04
pci4 at ppb3 bus 4
em2 at pci4 dev 0 function 0 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em2: Allocation of PCI resources failed
em3 at pci4 dev 0 function 1 "Intel PRO/1000 QP (82571EB)" rev
0x06pci_intr_map: bad interrupt line 128
: couldn't map interrupt
em3: Allocation of PCI resources failed
ppb4 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x01
pci5 at ppb4 bus 5
ppb5 at pci5 dev 0 function 0 "Intel PCIE-PCIE" rev 0x09
pci6 at ppb5 bus 6
ppb6 at pci0 dev 28 function 4 "Intel 82801G PCIE" rev 0x01
pci7 at ppb6 bus 7
ppb7 at pci0 dev 28 function 5 "Intel 82801G PCIE" rev 0x01
pci8 at ppb7 bus 8
em4 at pci8 dev 0 function 0 "Intel PRO/1000MT (82573E)" rev 0x03: irq
9, address 00:15:17:29:7a:69
"Intel 82573E AMT" rev 0x03 at pci8 dev 0 function 3 not configured
"Intel 82573E KCS (Active Management)" rev 0x03 at pci8 dev 0 function 4
not configured
uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x01: irq 11
uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x01: irq 10
uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x01: irq 11
uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x01: irq 11
ehci0 at pci0 dev 29 function 7 "Intel 82801GB USB" rev 0x01: irq 11
usb0 at ehci0: USB revision 2.0
uhub0 at usb0: Intel EHCI root hub, rev 2.00/1.00, addr 1
ppb8 at pci0 dev 30 function 0 "Intel 82801BA AGP" rev 0xe1
pci9 at ppb8 bus 9
vga1 at pci9 dev 4 function 0 "ATI ES1000" rev 0x02
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
em5 at pci9 dev 5 function 0 "Intel PRO/1000MT (82541GI)" rev 0x05: irq
9, address 00:15:17:29:7a:6a
ichpcib0 at pci0 dev 31 function 0 "Intel 82801GB LPC" rev 0x01: PM
disabled
pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x01: DMA,
channel 0 configured to compatibility, channel 1 configured to
compatibility
atapiscsi0 at pciide0 channel 0 drive 0
scsibus0 at atapiscsi0: 2 targets
cd0 at scsibus0 targ 0 lun 0:  SCSI0
5/cdrom removable
cd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 2
pciide0: channel 1 disabled (no drives)
pciide1 at pci0 dev 31 function 2 "Intel 82801GB SATA" rev 0x01: DMA,
channel 0 configured to native-PCI, channel 1 configured to native-PCI
pciide1: using irq 10 f