mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 10:27:12 +08:00
Update to FreeBSD head 2016-08-23
Git mirror commit 9fe7c416e6abb28b1398fd3e5687099846800cfd.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -329,6 +329,7 @@
|
||||
#define BGE_CHIPID_BCM57780_A1 0x57780001
|
||||
#define BGE_CHIPID_BCM5717_A0 0x05717000
|
||||
#define BGE_CHIPID_BCM5717_B0 0x05717100
|
||||
#define BGE_CHIPID_BCM5717_C0 0x05717200
|
||||
#define BGE_CHIPID_BCM5719_A0 0x05719000
|
||||
#define BGE_CHIPID_BCM5720_A0 0x05720000
|
||||
#define BGE_CHIPID_BCM5762_A0 0x05762000
|
||||
@@ -791,11 +792,11 @@
|
||||
#define BGE_LEDCTL_10MBPS_LED 0x00000008
|
||||
#define BGE_LEDCTL_TRAFLED_OVERRIDE 0x00000010
|
||||
#define BGE_LEDCTL_TRAFLED_BLINK 0x00000020
|
||||
#define BGE_LEDCTL_TREFLED_BLINK_2 0x00000040
|
||||
#define BGE_LEDCTL_TRAFLED_BLINK_2 0x00000040
|
||||
#define BGE_LEDCTL_1000MBPS_STS 0x00000080
|
||||
#define BGE_LEDCTL_100MBPS_STS 0x00000100
|
||||
#define BGE_LEDCTL_10MBPS_STS 0x00000200
|
||||
#define BGE_LEDCTL_TRADLED_STS 0x00000400
|
||||
#define BGE_LEDCTL_TRAFLED_STS 0x00000400
|
||||
#define BGE_LEDCTL_BLINKPERIOD 0x7FF80000
|
||||
#define BGE_LEDCTL_BLINKPERIOD_OVERRIDE 0x80000000
|
||||
|
||||
@@ -841,6 +842,7 @@
|
||||
#define BGE_RXMODE_RX_NO_CRC_CHECK 0x00000200
|
||||
#define BGE_RXMODE_RX_KEEP_VLAN_DIAG 0x00000400
|
||||
#define BGE_RXMODE_IPV6_ENABLE 0x01000000
|
||||
#define BGE_RXMODE_IPV4_FRAG_FIX 0x02000000
|
||||
|
||||
/* Receive MAC status register */
|
||||
#define BGE_RXSTAT_REMOTE_XOFFED 0x00000001
|
||||
@@ -2451,6 +2453,7 @@ struct bge_status_block {
|
||||
#define BCOM_DEVICEID_BCM5715 0x1678
|
||||
#define BCOM_DEVICEID_BCM5715S 0x1679
|
||||
#define BCOM_DEVICEID_BCM5717 0x1655
|
||||
#define BCOM_DEVICEID_BCM5717C 0x1665
|
||||
#define BCOM_DEVICEID_BCM5718 0x1656
|
||||
#define BCOM_DEVICEID_BCM5719 0x1657
|
||||
#define BCOM_DEVICEID_BCM5720_PP 0x1658 /* Not released to public. */
|
||||
@@ -2861,16 +2864,6 @@ struct bge_gib {
|
||||
#define BGE_DMA_MAXADDR 0xFFFFFFFFFF
|
||||
#endif
|
||||
|
||||
#ifdef PAE
|
||||
#define BGE_DMA_BNDRY 0x80000000
|
||||
#else
|
||||
#if (BUS_SPACE_MAXADDR > 0xFFFFFFFF)
|
||||
#define BGE_DMA_BNDRY 0x100000000
|
||||
#else
|
||||
#define BGE_DMA_BNDRY 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Ring structures. Most of these reside in host memory and we tell
|
||||
* the NIC where they are via the ring control blocks. The exceptions
|
||||
|
Reference in New Issue
Block a user