aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sbni
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* sbni(4): Fix i386 buildJustin Hibbits2023-02-061-1/+1
* Mechanically convert sbni(4) to IfAPIJustin Hibbits2023-02-062-38/+39
* sbni: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-092-5/+2
* sbni: Use memset to clear flags structure in attach.John Baldwin2022-04-091-1/+1
* sbni: Remove unused variable.John Baldwin2022-04-091-3/+0
* sbni: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-39/+3
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-2/+1
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+2
* Use callout_func_t instead of the deprecated timeout_t.John Baldwin2019-12-101-1/+1
* Copy out from kernel to data, not the other way around.Brooks Davis2018-08-131-1/+1
* Use an accessor function to access ifr_data.Brooks Davis2018-03-301-1/+1
* Copy flags over ifr_union directly rather than via casts through ifr_data.Brooks Davis2018-03-271-2/+2
* Revert r331651 to recommit with proper commit metadata.Brooks Davis2018-03-271-2/+2
* Copy flags over ifr_union directly rather than via casts through ifr_data.Brooks Davis2018-03-271-2/+2
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-0/+1
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-3/+3
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-1/+1
* Allocate the PCI BAR resource with bus_alloc_resource_any()Justin Hibbits2016-03-031-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-2/+3
* 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-191-6/+6
* Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 GbitGleb Smirnoff2014-03-131-1/+1
* - Provide necessary includes.Gleb Smirnoff2013-10-291-1/+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-2/+2
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Disable the inline assembly crc32 routine and use the C version instead.John Baldwin2008-09-101-87/+0
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andJohn Baldwin2008-09-105-0/+1988
* Remove the sbni(4) driver. No one responded to calls to test it onJohn Baldwin2008-07-045-1988/+0
* Make sbni(4) MPSAFE:John Baldwin2008-07-044-124/+205
* Quiet framelen uninitialized warning. I think it was a false alarm.Peter Wemm2007-07-051-1/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+3
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-3/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-9/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-103-25/+29
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Since if_sbni doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-4/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-4/+4
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-2/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-312-5/+4
* There is no way to enter the attach routine twice with the same softcBrooks Davis2003-10-301-19/+17
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1