mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Discard previous commit.
This commit is contained in:
parent
c9b153c8af
commit
0dce060dd6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40072
2 changed files with 2 additions and 28 deletions
|
@ -6,7 +6,7 @@
|
|||
* of this software, nor does the author assume any responsibility
|
||||
* for damages incurred with its use.
|
||||
*
|
||||
* $Id: if_edreg.h,v 1.23 1997/02/22 09:36:21 peter Exp $
|
||||
* $Id: if_edreg.h,v 1.24 1998/10/08 17:04:47 kato Exp $
|
||||
*/
|
||||
/*
|
||||
* National Semiconductor DS8390 NIC register definitions
|
||||
|
@ -786,22 +786,9 @@ struct ed_ring {
|
|||
#define ED_WD_ROM_CHECKSUM_TOTAL 0xFF
|
||||
#endif
|
||||
|
||||
#ifdef PC98
|
||||
/*
|
||||
* SMC EtherEZ98(SMC8498BTA)
|
||||
*/
|
||||
#define ED_WD_NIC_OFFSET 0x100 /* I/O base offset to NIC */
|
||||
#define ED_WD_ASIC_OFFSET 0 /* I/O base offset to ASIC */
|
||||
/*
|
||||
* XXX - The I/O address range is fragmented in the EtherEZ98;
|
||||
* this is the number of regs at iobase.
|
||||
*/
|
||||
#define ED_WD_IO_PORTS 16 /* # of i/o addresses used */
|
||||
#else
|
||||
#define ED_WD_NIC_OFFSET 0x10 /* I/O base offset to NIC */
|
||||
#define ED_WD_ASIC_OFFSET 0 /* I/O base offset to ASIC */
|
||||
#define ED_WD_IO_PORTS 32 /* # of i/o addresses used */
|
||||
#endif /* PC98 */
|
||||
|
||||
#define ED_WD_PAGE_OFFSET 0 /* page offset for NIC access to mem */
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* of this software, nor does the author assume any responsibility
|
||||
* for damages incurred with its use.
|
||||
*
|
||||
* $Id: if_edreg.h,v 1.23 1997/02/22 09:36:21 peter Exp $
|
||||
* $Id: if_edreg.h,v 1.24 1998/10/08 17:04:47 kato Exp $
|
||||
*/
|
||||
/*
|
||||
* National Semiconductor DS8390 NIC register definitions
|
||||
|
@ -786,22 +786,9 @@ struct ed_ring {
|
|||
#define ED_WD_ROM_CHECKSUM_TOTAL 0xFF
|
||||
#endif
|
||||
|
||||
#ifdef PC98
|
||||
/*
|
||||
* SMC EtherEZ98(SMC8498BTA)
|
||||
*/
|
||||
#define ED_WD_NIC_OFFSET 0x100 /* I/O base offset to NIC */
|
||||
#define ED_WD_ASIC_OFFSET 0 /* I/O base offset to ASIC */
|
||||
/*
|
||||
* XXX - The I/O address range is fragmented in the EtherEZ98;
|
||||
* this is the number of regs at iobase.
|
||||
*/
|
||||
#define ED_WD_IO_PORTS 16 /* # of i/o addresses used */
|
||||
#else
|
||||
#define ED_WD_NIC_OFFSET 0x10 /* I/O base offset to NIC */
|
||||
#define ED_WD_ASIC_OFFSET 0 /* I/O base offset to ASIC */
|
||||
#define ED_WD_IO_PORTS 32 /* # of i/o addresses used */
|
||||
#endif /* PC98 */
|
||||
|
||||
#define ED_WD_PAGE_OFFSET 0 /* page offset for NIC access to mem */
|
||||
|
||||
|
|
Loading…
Reference in a new issue