Date: Wed, 7 Jun 2000 12:10:05 -0700 (PDT) From: Alexander Langer <alex@big.endian.de> To: freebsd-alpha@freebsd.org Subject: Re: alpha/19089: Patch: Add if_ed support to FreeBSD/Alpha Message-ID: <200006071910.MAA20826@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR alpha/19089; it has been noted by GNATS. From: Alexander Langer <alex@big.endian.de> To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: alpha/19089: Patch: Add if_ed support to FreeBSD/Alpha Date: Wed, 7 Jun 2000 21:07:39 +0200 Remove that part, it's wrong: > Index: dev/ed/if_edreg.h > =================================================================== > RCS file: /usr/home/ncvs/src/sys/dev/ed/if_edreg.h,v > retrieving revision 1.27 > diff -u -r1.27 if_edreg.h > --- dev/ed/if_edreg.h 1999/09/02 15:06:23 1.27 > +++ dev/ed/if_edreg.h 2000/06/07 13:14:53 > @@ -788,8 +788,13 @@ > #define ED_WD_ROM_CHECKSUM_TOTAL 0xFF > #endif > > +#ifdef __alpha__ > +#define ED_WD_NIC_OFFSET 0x00 /* I/O base offset to NIC */ > +#define ED_WD_ASIC_OFFSET 0x10 /* I/O base offset to ASIC */ > +#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 */ > +#endif > #define ED_WD_IO_PORTS 32 /* # of i/o addresses used */ > > #define ED_WD_PAGE_OFFSET 0 /* page offset for NIC access to mem */ Alex -- This is a FreeBSD advocacy ~/.sig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200006071910.MAA20826>