Deleted Added
full compact
33c33
< * $FreeBSD: head/sys/dev/bge/if_bgereg.h 92934 2002-03-22 06:45:40Z wpaul $
---
> * $FreeBSD: head/sys/dev/bge/if_bgereg.h 93751 2002-04-04 06:01:31Z wpaul $
224a225,227
> /* shorthand one */
> #define BGE_ASICREV_BCM5700 0x71000000
>
1817a1821,1835
> #define BGE_HWCFG_VOLTAGE 0x00000003
> #define BGE_HWCFG_PHYLED_MODE 0x0000000C
> #define BGE_HWCFG_MEDIA 0x00000030
>
> #define BGE_VOLTAGE_1POINT3 0x00000000
> #define BGE_VOLTAGE_1POINT8 0x00000001
>
> #define BGE_PHYLEDMODE_UNSPEC 0x00000000
> #define BGE_PHYLEDMODE_TRIPLELED 0x00000004
> #define BGE_PHYLEDMODE_SINGLELED 0x00000008
>
> #define BGE_MEDIA_UNSPEC 0x00000000
> #define BGE_MEDIA_COPPER 0x00000010
> #define BGE_MEDIA_FIBER 0x00000020
>