aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sbni/if_sbni.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-101-0/+1364
* Remove the sbni(4) driver. No one responded to calls to test it onJohn Baldwin2008-07-041-1364/+0
* Make sbni(4) MPSAFE:John Baldwin2008-07-041-61/+113
* Quiet framelen uninitialized warning. I think it was a false alarm.Peter Wemm2007-07-051-1/+3
* 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-101-23/+26
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* 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
* 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-311-3/+2
* There is no way to enter the attach routine twice with the same softcBrooks Davis2003-10-301-19/+17
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Fix i386 assembly constraints. The same register cannot beAlexander Kabaev2003-07-111-3/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* network interface driver changes:Sam Leffler2002-11-141-15/+7
* Use if_printf() instead of printf() to print "sbni#: blah".Brooks Davis2002-10-011-4/+3
* use __packed/__aligned rather than GCC-specific __attribute__.Alfred Perlstein2002-09-231-1/+1
* Make driver portable:Max Khon2002-08-051-34/+39
* style fixesMax Khon2002-08-051-14/+16
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-3/+5
* Rename a variable that might accidentally be duplicated elsewhere.Mike Smith2002-01-081-2/+2
* Add driver for Granch SBNI12-xx ISA and PCI network adapters.Max Khon2001-11-211-0/+1312