source:
trunk/minix/drivers/dp8390/rtl8029.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 362 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* |
2 | rtl8029.h | |
3 | ||
4 | Created: 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.