代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/110034/6169745
c analog.c
/*
* $Id: analog.c,v 1.52 2000/06/07 13:07:06 vojtech Exp $
*
* Copyright (c) 1996-2000 Vojtech Pavlik
*
* Sponsored by SuSE
*/
/*
* Analog joystick and gamepad driver for Linux
*/
/*
* T
www.eeworm.com/read/110034/6169751
c spaceball.c
/*
* $Id: spaceball.c,v 1.8 2000/11/23 11:42:39 vojtech Exp $
*
* Copyright (c) 1999-2000 Vojtech Pavlik
*
* Based on the work of:
* David Thompson
* Joseph Krahn
*
* Sponsored by SuSE
www.eeworm.com/read/110034/6169799
h drm_lock.h
/* lock.c -- IOCTLs for locking -*- linux-c -*-
* Created: Tue Feb 2 08:37:54 1999 by faith@valinux.com
*
* Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
* Copyright 2000 VA Linux Sy
www.eeworm.com/read/110034/6170551
c smc91c92_cs.c
/*======================================================================
A PCMCIA ethernet driver for SMC91c92-based cards.
This driver supports Megahertz PCMCIA ethernet cards; and
Mega
www.eeworm.com/read/110034/6170609
c x25_asy.c
/*
* Things to sort out:
*
* o tbusy handling
* o allow users to set the parameters
* o sync/async switching ?
*
* Note: This does _not_ implement CCITT X.25 asynchronous framing
* recommendat
www.eeworm.com/read/110034/6170676
c comx-proto-lapb.c
/*
* LAPB protocol module for the COMX driver
* for Linux kernel 2.2.X
*
* Original author: Tivadar Szemethy
* Maintainer: Gergely Madarasz
*
* Copyright (C) 1997-1
www.eeworm.com/read/110034/6172020
serial_uart
The SA1100 serial port had its major/minor numbers officially assigned:
> Date: Sun, 24 Sep 2000 21:40:27 -0700
> From: H. Peter Anvin
> To: Nicolas Pitre
> Cc: Dev
www.eeworm.com/read/110034/6172045
makedev
#!/bin/bash
function makedev () {
for dev in 0 1 2 3; do
echo "/dev/$1$dev: char 81 $[ $2 + $dev ]"
rm -f /dev/$1$dev
mknod /dev/$1$dev c 81 $[ $2 + $dev ]
chmod 666 /dev/$1$dev
done
# s
www.eeworm.com/read/108242/6184062
sh setup.sh
#!/bin/sh
#
# setup 3.5 - install a Minix distribution Author: Kees J. Bot
# 20 Dec 1994
# (An external program can use the X_* hooks to add
# a few extra actions. It needs to use a sed script
www.eeworm.com/read/108242/6184067
sh mkdist.sh
#!/bin/sh
#
# mkdist 2.3 - Make a Minix distribution Author: Kees J. Bot
# 20 Dec 1994
# (An external program can use the X_* hooks to add
# a few extra files and actions. It needs to use a s