forked from KolibriOS/kolibrios
PCIDEV - added 5 new VendorID
git-svn-id: svn://kolibrios.org@3871 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
f3bb0969f5
commit
317b670d3e
@ -18,13 +18,6 @@
|
||||
; and display basic information about each device
|
||||
; connected to the PCI Bus.
|
||||
;***************************************************************
|
||||
;-----------------------------------------------------------------------------
|
||||
|
||||
include 'lang.inc' ;language support
|
||||
include '../../../macros.inc'
|
||||
|
||||
include '../../../develop/libraries/box_lib/load_lib.mac'
|
||||
;-----------------------------------------------------------------------------
|
||||
use32
|
||||
org 0x0
|
||||
db 'MENUET01' ; 8 byte id
|
||||
@ -36,6 +29,10 @@ include '../../../develop/libraries/box_lib/load_lib.mac'
|
||||
dd 0 ; I_Param
|
||||
dd path ; APPLICATION PATH
|
||||
;-----------------------------------------------------------------------------
|
||||
include 'lang.inc' ;language support
|
||||
include '../../../macros.inc'
|
||||
include '../../../develop/libraries/box_lib/load_lib.mac'
|
||||
;-----------------------------------------------------------------------------
|
||||
@use_library ; load_lib macro
|
||||
;-----------------------------------------------------------------------------
|
||||
START:
|
||||
|
@ -1,3 +0,0 @@
|
||||
@fasm pcidev.asm pcidev
|
||||
@kpack pcidev
|
||||
@pause
|
6
programs/system/pcidev/trunk/build_en.bat
Normal file
6
programs/system/pcidev/trunk/build_en.bat
Normal file
@ -0,0 +1,6 @@
|
||||
@erase lang.inc
|
||||
@echo lang fix en >lang.inc
|
||||
@fasm -m 16384 pcidev.asm pcidev
|
||||
@kpack pcidev
|
||||
@erase lang.inc
|
||||
@pause
|
@ -10,6 +10,34 @@ to-do:
|
||||
Full device detection (like "ATI Radeon 9200") will increase app
|
||||
size a lot and probably it is function of particular drivers
|
||||
;-----------------------------------------------------------------------------
|
||||
2.3: PCIDEV 25/08/2013
|
||||
Author: Marat Zakiyanov aka Mario79 <mario79@bk.ru>
|
||||
Features:
|
||||
added
|
||||
* added 5 new VendorID
|
||||
|
||||
;-----------------------------------------------------------------------------
|
||||
2.3: PCIDEV 27/06/2013
|
||||
Author: IgorA
|
||||
Features:
|
||||
added
|
||||
* added 2 new VendorID
|
||||
|
||||
;-----------------------------------------------------------------------------
|
||||
2.3: PCIDEV 09/06/2013
|
||||
Author: fedesco
|
||||
Features:
|
||||
added
|
||||
* italian version
|
||||
|
||||
;-----------------------------------------------------------------------------
|
||||
2.3: PCIDEV 24/09/2011
|
||||
Author: Serge
|
||||
Features:
|
||||
added
|
||||
* increase maximum irq level
|
||||
|
||||
;-----------------------------------------------------------------------------
|
||||
2.3: PCIDEV 18/08/2011
|
||||
Author: Marat Zakiyanov aka Mario79 <mario79@bk.ru>
|
||||
Features:
|
||||
|
@ -162,6 +162,7 @@ VendorID 0x11DB, 'Sega Enterprises Ltd'
|
||||
VendorID 0x119E, 'FUJITSU MICROELECTRONICS LTD.'
|
||||
VendorID 0x11A1, 'HAMAMATSU PHOTONICS K.K.'
|
||||
VendorID 0x1217, 'O2Micro Inc.'
|
||||
VendorID 0x1234, 'Technical Corp.'
|
||||
VendorID 0x1250, 'Hitachi Microcomputer System Ltd.'
|
||||
VendorID 0x122D, 'Aztech System Ltd'
|
||||
VendorID 0x1261, 'MATSUSHITA-KOTOBUKI ELECTRONICS'
|
||||
@ -173,9 +174,13 @@ VendorID 0x149A, 'ANDOR TECHNOLOGY LTD'
|
||||
VendorID 0x149B, 'SEIKO INSTRUMENTS INC'
|
||||
VendorID 0x14E4, 'Broadcom Corp.'
|
||||
VendorID 0x1521, 'BELL CORPORATION'
|
||||
VendorID 0x15AD, 'VMware Inc.'
|
||||
VendorID 0x15AE, 'AMERSHAM PHARMACIA BIOTECH'
|
||||
VendorID 0x1603, 'NOKIA WIRELESS BUSINESS COMMUNICATIONS'
|
||||
VendorID 0x17F3, 'RDC Semiconductor Co.'
|
||||
VendorID 0x168C, 'Atheros Communications Inc.'
|
||||
VendorID 0x17F3, 'RDC Semiconductor Co., Ltd.'
|
||||
VendorID 0x1814, 'Ralink Technology, Corp.'
|
||||
VendorID 0x1969, 'Atheros Communications'
|
||||
VendorID 0x6409, 'LOGITEC CORP.'
|
||||
VendorID 0x8086, 'Intel Corp.'
|
||||
VendorID 0x8888, 'SILICON MAGIC CORP.'
|
||||
|
Loading…
Reference in New Issue
Block a user