summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/libbsdport/libbsdport.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2009-10-20 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-10-201-1/+6
| | | | | | | | | * libbsdport/libbsdport.h, if_em/e1000_osdep.h: We need __BSD_VISIBLE defined. Some things in the rtems headers changed with 4.10 (can't pinpoint the details). We now #define __INSIDE_RTEMS_BSD_TCPIP_STACK__ before explicitly including <rtems/rtems_bsdnet.h> and this seemed to fix things for 4.10.
* 2009-10-20 Chris Johns <chrisj@rtems.org>Chris Johns2009-10-201-0/+3
| | | | | | | | | | | | | | | | | | | | | * bsd_eth_drivers/libbsdport/sysbus.cL Fixed the print message for no IRQ handler. * bsd_eth_drivers/libbsdport/misc.c: Add m_defrag and what else it needed. The RL driver needs it. * bsd_eth_drivers/libbsdport/libbsdport_post.h: Remove the define for m_defrag. * bsd_eth_drivers/libbsdport/libbsdport.h: Add if_maddr_rlock and if_maddr_runlock. * bsd_eth_drivers/libbsdport/bus.h: Add the bus_space_write_stream_4 call. * bsd_eth_drivers/libbsdport/libbsdport_post.h, bsd_eth_drivers/libbsdport/alldrv.c, bsd_eth_drivers/if_re/Makefile.am: Add RL driver support. * bsd_eth_drivers/if_re/if_re.c, bsd_eth_drivers/if_re/if_rlreg.h: Updated to the lastest version. * bsd_eth_drivers/if_re/if_rl.c: New. This is for the Realtek 8129/8139 PCI NIC while the RE driver does only the 8139C+ version.
* 2009-08-05 Till Straumann <Till.Straumann@TU-Berlin.de>Till Straumann2009-08-051-0/+2
| | | | | * libbsdport/libbsdport.h: define _KERNEL only if not defined already (e.g., from Makefile).
* - had lost a few things during the merge :-(Till Straumann2009-04-231-0/+7
|
* - added le32enc()Till Straumann2009-04-231-2/+29
| | | | | | | | - added definition of PCIR_CACHELNSZ - added definition of PCIM_CMD_MWRICEN - added pci_get_revid() - moved mii_mediachg() macro-stub to libbsdport_post.h - added definition for 'bootverbose'
* - importing updated version from SLAC as of 20090422Till Straumann2009-04-221-7/+0
|
* Initial import.initialJoel Sherrill2009-02-191-0/+380