aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/le
Commit message (Expand)AuthorAgeFilesLines
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-2/+2
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-4/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2714-0/+28
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-203-3/+3
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-282-445/+2
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-181-3/+3
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-213-7/+4
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-3/+3
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-0/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-193-29/+29
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-188-56/+0
* Provide necessary includes.Gleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Make sparc64 compatible with NEW_PCIB and enable it:Marius Strobl2011-10-021-0/+1
* Use convenience functions where possible instead of accessing the PCITijl Coosemans2010-12-181-1/+0
* Use SYS_RES_IOPORT instead of PCIM_CMD_PORTEN when calling pci_enable_io.Tijl Coosemans2010-12-101-1/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-2/+2
* The NetBSD Foundation has granted permission to remove clause 3 and 4 fromJoel Dahl2010-03-034-28/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* - Use bus_{read,write}_*(9) instead of bus_space_{read,write}_*(9) etcMarius Strobl2008-09-245-173/+140
* o Move the MODULE_DEPEND() for cam(4) from the esp_sbus.c front-end toMarius Strobl2008-09-081-26/+36
* Correct the comments in am7990_intr() and am79900_intr(); it's notMarius Strobl2007-12-302-8/+6
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-235-5/+5
* Remove BUS_DMA_WAITOK from bus_dma_tag_create() invocations as it'sMarius Strobl2007-01-204-7/+7
* Add front-ends for the 'lebuffer' variants found on some SBus cards.Marius Strobl2007-01-202-0/+708
* For setting the port PCnet chips must be powered down or stopped andMarius Strobl2007-01-201-7/+15
* Use bus_get_dma_tag() to obtain the parent DMA tag so le(4) works onMarius Strobl2007-01-203-3/+3
* Use our own callout instead of if_slowtimo() for driving lance_watchdog()Marius Strobl2006-12-064-12/+25
* Revert the part of rev. 1.3 which changed the software style to beMarius Strobl2006-06-051-2/+10
* - Fix the busname in the DRIVER_MODULE.Yoshihiro Takahashi2006-05-221-1/+8
* - Add C-bus and ISA front-ends for le(4) so it can actually replaceMarius Strobl2006-05-172-0/+953
* - Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe()Marius Strobl2006-05-167-215/+223
* Kill more references to lnc(4).Ruslan Ermilov2006-05-161-2/+1
* - In the interrupt handler clear the interrupt source flags beforeMarius Strobl2006-02-212-34/+48
* Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs portedMarius Strobl2006-01-3111-0/+4374