summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn
Commit message (Expand)AuthorAgeFilesLines
* Fxi a bunch of typos.eadler2013-05-101-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-2/+2
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* - Add a private timer to drive the transmit watchdog instead of usingjhb2009-11-192-20/+39
* Use the bus_*() routines rather than bus_space_*() for register operations.jhb2009-11-173-14/+8
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-3/+3
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+2
* Fix mismerge after last cvs update for the IFQ_DRV_DEQUEUE changes.imp2006-02-041-4/+4
* Remove ifdef notyet for SIOCGHWADDRimp2006-02-041-19/+7
* While reviewing if_sn in an attempt to understand network driversimp2006-01-071-34/+34
* Eliminate dead codeimp2005-09-221-6/+0
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-191-1/+1
* Spell "destroy" correctly.ru2005-09-152-2/+2
* Use new convenience function to read CIS rather than the older, harder toimp2005-09-131-2/+1
* Some preliminary support for Megahertz XJEM and CCEM (same cards really)imp2005-08-151-28/+159
* Diff reduction to my tree: commit the trivial part of efforts to addimp2005-08-152-2/+8
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-13/+14
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-1/+5
* Better name for type 4 chipsimp2005-07-181-1/+1
* Comment out a few entries in the sn_pccard_products table untilimp2005-07-131-27/+40
* Commit firmware that the xilinx on the Ositech Seven of Diamonds and aimp2005-07-131-0/+382
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8imp2005-07-102-3/+7
* Fix the build. The SMC_8020BT define doesn't exist yet.scottl2005-07-091-0/+2
* Noticed that NetBSD's sm driver has the PSION GOLDCARD listed, so listimp2005-07-091-3/+2
* Add support for Farallon EtherMAC PC Card.imp2005-07-064-66/+65
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-3/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-103-58/+61
* Only attach to network functions. I'm not aware of any multifunctionimp2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-22/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Include required machine/bus.himp2004-05-281-0/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-9/+4
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* It turns out that the module dependency on pccard is in error. Sinceimp2004-05-081-1/+0
* Remove two variables that became unused because of last commit.luigi2004-04-161-2/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-18/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-1/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-1/+1
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-1/+0
* Reconst-poison crc routine that was renamed to mchash.imp2003-11-141-5/+5
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-15/+16
* Don't establish the ISR in the sn_activate routine. I've had twoimp2003-11-102-12/+11
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Make sn MPSAFE. This has survived a couple of make buildworlds withimp2003-10-262-123/+119
* Style changes:imp2003-10-261-16/+16
* Convert to bus_space.imp2003-10-254-144/+206
OpenPOWER on IntegriCloud