summaryrefslogtreecommitdiff
path: root/sys/dev/sbni
AgeCommit message (Expand)Author
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-06sbni(4): Fix i386 buildJustin Hibbits
2023-02-06Mechanically convert sbni(4) to IfAPIJustin Hibbits
2022-05-09sbni: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-04-08sbni: Use memset to clear flags structure in attach.John Baldwin
2022-04-08sbni: Remove unused variable.John Baldwin
2020-09-01sbni: clean up empty lines in .c and .h filesMateusz Guzik
2020-02-24Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff
2020-01-23Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff
2019-12-10Use callout_func_t instead of the deprecated timeout_t.John Baldwin
2018-08-13Copy out from kernel to data, not the other way around.Brooks Davis
2018-03-30Use an accessor function to access ifr_data.Brooks Davis
2018-03-27Copy flags over ifr_union directly rather than via casts through ifr_data.Brooks Davis
2018-03-27Revert r331651 to recommit with proper commit metadata.Brooks Davis
2018-03-27Copy flags over ifr_union directly rather than via casts through ifr_data.Brooks Davis
2018-01-29Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-03-03Allocate the PCI BAR resource with bus_alloc_resource_any()Justin Hibbits
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-19Mechanically convert to if_inc_counter().Gleb Smirnoff
2014-03-13Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff
2013-10-29- Provide necessary includes.Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2008-09-10Disable the inline assembly crc32 routine and use the C version instead.John Baldwin
2008-09-10Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andJohn Baldwin
2008-07-04Remove the sbni(4) driver. No one responded to calls to test it onJohn Baldwin
2008-07-04Make sbni(4) MPSAFE:John Baldwin
2007-07-05Quiet framelen uninitialized warning. I think it was a false alarm.Peter Wemm
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-11-06Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-13Since if_sbni doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-05-23We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion
2004-04-15Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-10-30There is no way to enter the attach routine twice with the same softcBrooks Davis