source: trunk/minix/drivers/dp8390/rtl8029.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 362 bytes
Line 
1/*
2rtl8029.h
3
4Created: Sep 2003 by Philip Homburg <philip@f-mnx.phicoh.com>
5*/
6
7/* Bits in dp_cr */
8#define CR_PS_P3 0xC0 /* Register Page 3 */
9
10#define inb_reg3(dep, reg) (inb (dep->de_dp8390_port+reg))
11#define outb_reg3(dep, reg, data) (outb(dep->de_dp8390_port+reg, data))
12
13/*
14 * $PchId: rtl8029.h,v 1.3 2004/08/03 15:11:06 philip Exp $
15 */
Note: See TracBrowser for help on using the repository browser.