代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/154890/5632816
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
PROJECT="The LibVideoGFX Library"
TEST_TYPE=-f
FILE=libvid
www.eeworm.com/read/152843/5658288
c pci.c
/*
* Support for PCI bridges found on Power Macintoshes.
*
* Copyright (C) 2003 Benjamin Herrenschmuidt (benh@kernel.crashing.org)
* Copyright (C) 1997 Paul Mackerras (paulus@samba.org)
*
* This
www.eeworm.com/read/152843/5659292
c i386.c
/*
* Low-Level PCI Access for i386 machines
*
* Copyright 1993, 1994 Drew Eckhardt
* Visionary Computing
* (Unix and Linux consulting and custom programming)
* Drew@Colorado.EDU
www.eeworm.com/read/152843/5660115
c pci-gart.c
/*
* Dynamic DMA mapping support for AMD Hammer.
*
* Use the integrated AGP GART in the Hammer northbridge as an IOMMU for PCI.
* This allows to use PCI devices that only support 32bit addresses
www.eeworm.com/read/152843/5660386
c pmac_pci.c
/*
* Support for PCI bridges found on Power Macintoshes.
* At present the "bandit" and "chaos" bridges are supported.
* Fortunately you access configuration space in the same
* way with either bri
www.eeworm.com/read/472887/6859138
rc library_private.rc
/* THIS FILE WILL BE OVERWRITTEN BY DEV-C++ */
/* DO NOT EDIT! */
#include "Library.rc"
www.eeworm.com/read/197327/6869425
c pci.c
#include
#include
#include "typedef.h"
#include "low.h"
#include "list.h"
#include "pci.h"
#ifdef CONFIG_PM
extern short pm_active;
#endif
extern unsigned long pci
www.eeworm.com/read/194182/8198233
c rtl8139.c
/* rtl8139.c: A RealTek RTL8129/8139 Fast Ethernet driver for Linux. */
/*
Written 1997-2000 by Donald Becker.
This software may be used and distributed according to the terms of
the GNU General Pu