NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-i386/37787: diagnostic panic in sys/arch/x86/pci/pci_machdep.c



The following reply was made to PR port-i386/37787; it has been noted by GNATS.

From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: port-i386/37787: diagnostic panic in sys/arch/x86/pci/pci_machdep.c
Date: Thu, 17 Jan 2008 12:49:23 +0100

 This is an unaligned pci config space access:
 
 pchb.c:#define  I82443BX_SDRAMC_REG     0x76
 pchb.c:#define I82424_CPU_BCTL_REG              0x53
 
 both of those are illegal.
 
 Martin
 



Home | Main Index | Thread Index | Old Index