summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbni
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Disable the inline assembly crc32 routine and use the C version instead.jhb2008-09-101-87/+0
* Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches andjhb2008-09-105-0/+1988
* Remove the sbni(4) driver. No one responded to calls to test it onjhb2008-07-045-1988/+0
* Make sbni(4) MPSAFE:jhb2008-07-044-124/+205
* Quiet framelen uninitialized warning. I think it was a false alarm.peter2007-07-051-1/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-2/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+3
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-3/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-9/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-103-25/+29
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* Since if_sbni doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-1/+2
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-4/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-4/+4
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-2/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-312-5/+4
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-301-19/+17
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-1/+1
* Use __FBSDID().obrien2003-08-243-6/+10
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Fix i386 assembly constraints. The same register cannot bekan2003-07-111-3/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-152-4/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* network interface driver changes:sam2002-11-141-15/+7
* Use if_printf() instead of printf() to print "sbni#: blah".brooks2002-10-011-4/+3
* This driver doesn't need to include <sys/bus_private.h> either.phk2002-09-282-2/+0
* use __packed/__aligned rather than GCC-specific __attribute__.alfred2002-09-231-1/+1
* printf() formats fixesfjoe2002-08-062-2/+2
* Make driver portable:fjoe2002-08-054-45/+56
* back out one change that crept in (will be committed later)fjoe2002-08-051-1/+1
* style fixesfjoe2002-08-053-26/+30
* fix driver name in DRIVER_MODULEfjoe2002-07-152-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+5
* Rename a variable that might accidentally be duplicated elsewhere.msmith2002-01-083-5/+5
* Add driver for Granch SBNI12-xx ISA and PCI network adapters.fjoe2001-11-215-0/+1898
OpenPOWER on IntegriCloud