代码搜索:Mac 开发教程
找到约 10,000 项符合「Mac 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/480930/1312419
c ipt_mac.c
/* Kernel module to match MAC address parameters. */
#include
#include
#include
#include
#include
www.eeworm.com/read/479931/1325620
s t-mac.s
.include "t-macros.i"
start
;; clear FX
loadpsw2 0x8005
loadacc2 a1 0x7f 0xffff 0xffff
load r8 0xffff
load r9 0x8001
test_macu1:
MACU a1, r9, r8
checkacc2 1 a1 0x80 0x8000 0x7FFE
;; set FX
www.eeworm.com/read/479931/1328817
s mac-fileno.s
/* This testcase is part of GDB, the GNU debugger.
Copyright 2005, 2007, 2008 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under th
www.eeworm.com/read/479931/1328818
exp mac-fileno.exp
# Copyright 2005, 2007, 2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published
www.eeworm.com/read/479151/1339401
c mac_esp.c
/*
* 68k mac 53c9[46] scsi driver
*
* copyright (c) 1998, David Weis weisd3458@uni.edu
*
* debugging on Quadra 800 and 660AV Michael Schmitz, Dave Kilzer 7/98
*
* based loosely on cyber_esp.c
www.eeworm.com/read/479151/1339567
h mac_esp.h
/*
mac_esp.h
copyright 1997 David Weis, weisd3458@uni.edu
*/
#include "NCR53C9x.h"
#ifndef MAC_ESP_H
#define MAC_ESP_H
/* #define DEBUG_MAC_ESP */
extern int mac_esp_detect(struct SHT *);
exter
www.eeworm.com/read/479151/1339616
h mac_scsi.h
/*
* Cumana Generic NCR5380 driver defines
*
* Copyright 1993, Drew Eckhardt
* Visionary Computing
* (Unix and Linux consulting and custom programming)
* drew@colorado.edu
* +1 (303) 440-4
www.eeworm.com/read/479151/1339653
c mac_scsi.c
/*
* Generic Macintosh NCR5380 driver
*
* Copyright 1998, Michael Schmitz
*
* derived in part from:
*/
/*
* Generic Generic NCR5380 driver
*
* Copyright 1995, Russell King
www.eeworm.com/read/479151/1339992
c mac_hid.c
/*
* drivers/macintosh/mac_hid.c
*
* HID support stuff for Macintosh computers.
*
* Copyright (C) 2000 Franz Sirl.
*
* Stuff inside CONFIG_MAC_ADBKEYCODES should go away during 2.5 when all
*
www.eeworm.com/read/479151/1340007
c mac_keyb.c
/*
* drivers/char/mac_keyb.c
*
* Keyboard driver for Power Macintosh computers.
*
* Adapted from drivers/char/keyboard.c by Paul Mackerras
* (see that file for its authors and contributors).
*