代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/134163/5895116
h driver.h
// Declarations for fileio driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include
#define DRIVERNAME "FILEIO" // for use
www.eeworm.com/read/133772/5899614
driver_doc
This file provides a simple description of how to write a low-level,
hardware dependent ethernet driver.
The basic idea is that there is a high-level driver (which is only
code/functions) that is
www.eeworm.com/read/133596/5903924
rc driver.rc
// Resource script for pktdma driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
www.eeworm.com/read/133596/5903925
h driver.h
// Declarations for pktdma driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include "generic.h"
#define DRIVERNAME "PKTDMA" // for use
www.eeworm.com/read/133596/5903939
rc driver.rc
// Resource script for pci42 driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
www.eeworm.com/read/133596/5903940
h driver.h
// Declarations for pci42 driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include
#include "s5933.h"
#define DRIVERNAME "PC
www.eeworm.com/read/133596/5903952
rc driver.rc
// Resource script for s5933dk1 driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,0
www.eeworm.com/read/133596/5903953
h driver.h
// Declarations for s5933dk1 driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#include "generic.h"
#include "..\sys\s5933.h"
#define DR
www.eeworm.com/read/133596/5903973
rc driver.rc
// Resource script for mulfunc driver
// Generated by Walt Oney's driver wizard
#include
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
// TODO Customize the following version resource
www.eeworm.com/read/133596/5903974
h driver.h
// Declarations for mulfunc driver
// Copyright (C) 1999 by Walter Oney
// All rights reserved
#ifndef DRIVER_H
#define DRIVER_H
#define DRIVERNAME "MULFUNC" // for use in messages
#defin