summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/libbsdport/sysbus.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - added bus_alloc_resources()Till Straumann2009-04-231-3/+55
| | | | | | | | | | | - added bus_release_resources() - added dummy handle for giant mutex. - added resource_int_value() stub (returns ENOENT). - added resource_long_value() stub (returns ENOENT). - added bus_read_1(), bus_read_2(), bus_read_4() bus_write_1(), bus_write_2(), bus_write_4(). - honour BUS_DMA_ZERO flag. - changed 'vaddr' arg from caddr_t to void*
* 2009-02-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-191-9/+3
| | | | * bsd_eth_drivers/libbsdport/sysbus.c: Revert Till's patch.
* Initial import.initialJoel Sherrill2009-02-191-0/+267