Home | History | Annotate | Line # | Download | only in pci
amd8131reg.h revision 1.1
      1  1.1  fvdl /*	$NetBSD: amd8131reg.h,v 1.1 2004/04/18 18:34:22 fvdl Exp $	*/
      2  1.1  fvdl 
      3  1.1  fvdl /*
      4  1.1  fvdl  * Some register definitions for the AMD 8131 PCI-X Tunnel / IO apic.
      5  1.1  fvdl  * Only the registers/bits that are currently used are defined here.
      6  1.1  fvdl  */
      7  1.1  fvdl 
      8  1.1  fvdl #define AMD8131_PCIX_MISC	0x40
      9  1.1  fvdl #	define AMD8131_NIOAMODE		0x00000001
     10  1.1  fvdl 
     11  1.1  fvdl #define AMD8131_IOAPIC_CTL	0x44
     12  1.1  fvdl #	define AMD8131_IOAEN		0x00000002
     13