summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn/if_sn.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-22/+2
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-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-101-7/+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-261-123/+118
* Style changes:imp2003-10-261-16/+16
* Convert to bus_space.imp2003-10-251-135/+134
* Use __FBSDID().obrien2003-08-241-1/+3
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-5/+0
* 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-17/+8
* Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit).brooks2002-10-011-8/+7
* Minor whitespace nits. remove #if 1 and #endif pair, but not code between.imp2002-07-211-7/+0
* Kill debug output for sn device. It is confusing the nativesimp2001-08-041-1/+0
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Add support for SMC91C100FD chip of MELCO LPC-TX.toshi2001-01-151-1/+2
* Add isa support:imp2000-12-131-0/+11
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Implement indirection in the pccard probe/attach. This should make itimp2000-09-191-16/+14
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-20/+0
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Don't execute MAC address initialization for non-pccard sn devices.hosokawa2000-01-221-6/+7
* Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet Cardhosokawa2000-01-211-14/+6
* Two nits and disable isa probe due to its overly agressive claiming ofimp1999-12-281-3/+2
* Newbusify the driver.imp1999-12-221-311/+142
* Removed unnecessary include files.nyan1999-12-201-2/+0
* Make this compile again.peter1999-12-181-2/+0
* Driver for the smc91xx series of ethernet chips. Ported from PAO toimp1999-12-181-0/+1694
OpenPOWER on IntegriCloud