        IFND    ATEO_CONCEPTS_ATEOBUS_AUTOCONFIG_I
ATEO_CONCEPTS_ATEOBUS_AUTOCONFIG_I      SET     1

**
** $VER: autoconfig.i 1.0 (15.04.99)
**
**
** (C) Copyright 1998-99 Atéo Concepts SARL
**     All Rights Reserved



        IFND    EXEC_TYPES_I
        include "exec/types.i"
        ENDC    ; EXEC_TYPES_I

ATEO_MAN_NUMBER EQU     $4143           ; Man ID de Atéo Concepts
ATEO_NUMBER     EQU     ATEO_MAN_NUMBER ; for compatibility only, do not use in new products */

; Atéobus generic space
ATEO_MEM_SPACE  EQU     $FF     ; product ID pour l'espace memoire rapide AtéoBus
ATEO_IO_SPACE   EQU     $FE     ; product ID pour l'espace io rapide AtéoBus
ISA_MEM_SPACE   EQU     $FD     ; product ID pour l'espace memoire Isa AtéoBus
ISA_IO_SPACE    EQU     $FC     ; product ID pour l'espace io Isa Atéobus

;  AtéoBus products
ATEOBUS_PIXEL64_IO      EQU     $FB     ; Pixel64 for the AtéoBus (io space)
ATEOBUS_PIXEL64_MEM     EQU     $FA     ; Pixel64 for the AtéoBus (memory space)
ATEOBUS_SERIAL          EQU     $F9     ; Serial port (16550 compatible) for the AtéoBus
ATEOBUS_PARALLEL        EQU     $F8     ; Parallel port (ECP compatible) for the AtéoBus
ATEOBUS_NET             EQU     $F7     ; Ethernet port for the AtéoBus
ATEOBUS_IDE             EQU     $F6     ; Ide port for the AtéoBus
ATEOBUS_FLOPPY          EQU     $F5     ; Floppy disk port (PC like) for the AtéoBus
ATEOBUS_GAME            EQU     $F4     ; Game port (analog) for the AtéoBus
ATEOBUS_SCSI            EQU     $F3     ; Scsi port for the AtéoBus

; PixelZIII products
PIXEL_ZIII_IO           EQU     $F2     ; Pixel 64 ZIII Pci io space
PIXEL_ZIII_MEM          EQU     $F1     ; Pixel 64 ZIII Pci memory space
PCI_CONFIG              EQU     $F0     ; Pixel 64 ZIII Pci configuration space
        ; product number 0xEF -> 0xE0 are reserved for use on the Pixel ZIII PCI

** Voir dans AutoConfig.h pour les description des champs
        STRUCTURE       AteoIsaBoards,LN_SIZE
                WORD ais_tUnit
                WORD ais_Pad
                WORD ais_Taille
        LABEL   ais_Size

        ENDC    ; ATEO_CONCEPTS_ATEOBUS_AUTOCONFIG_I
