| Summary: | Patch: Add if_ed support to FreeBSD/Alpha | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | alex <alex> | ||||
| Component: | alpha | Assignee: | alex <alex> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 5.0-CURRENT | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
alex
2000-06-07 14:30:02 UTC
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.
Responsible Changed From-To: freebsd-alpha->alex alex now has the necessary power to commit his own patches to if_ed* State Changed From-To: open->closed ed driver has been newbussified and works on FreeBSD/Alpha as well now. |