Home | History | Annotate | Line # | Download | only in pci
      1  1.2  christos /*	$NetBSD: amd8131reg.h,v 1.2 2005/12/11 12:19:47 christos 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