aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sn
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvscvs2svn2004-11-045-5/+5
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-22/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Include required machine/bus.hWarner Losh2004-05-281-0/+2
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-9/+4
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* It turns out that the module dependency on pccard is in error. SinceWarner Losh2004-05-081-1/+0
* Remove two variables that became unused because of last commit.Luigi Rizzo2004-04-161-2/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-18/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-1/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-1/+1
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-1/+0
* Reconst-poison crc routine that was renamed to mchash.Warner Losh2003-11-141-5/+5
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-15/+16
* Don't establish the ISR in the sn_activate routine. I've had twoWarner Losh2003-11-102-12/+11
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Make sn MPSAFE. This has survived a couple of make buildworlds withWarner Losh2003-10-262-123/+119
* Style changes:Warner Losh2003-10-261-16/+16
* Convert to bus_space.Warner Losh2003-10-254-144/+206
* Use __FBSDID().David E. O'Brien2003-08-243-6/+10
* DSP Solutions, Inc made the XJEM1144 and XJACK ethernet cards. UpdateWarner Losh2003-08-211-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-152-3/+6
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Finish driving a stake through the heart of netns and the associatedPeter Wemm2003-03-051-5/+0
* 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-17/+8
* Use if_printf(ifp, "blah") instead of printf("sn%d: blah", ifp->if_unit).Brooks Davis2002-10-011-8/+7
* Don't bogusly depend on pcic. pccard should be enough.Warner Losh2002-08-081-1/+0
* Minor whitespace nits. remove #if 1 and #endif pair, but not code between.Warner Losh2002-07-212-7/+1
* Migrate to PCMCIA_CARD() macrosWarner Losh2001-11-151-9/+3
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-9/+9
* Kill debug output for sn device. It is confusing the nativesWarner Losh2001-08-041-1/+0
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyWarner Losh2001-01-211-5/+6
* Add support for SMC91C100FD chip of MELCO LPC-TX.Toshihiko ARAI2001-01-152-1/+3
* Add isa support:Warner Losh2000-12-134-20/+18
* Make sn_pccard_products[] staticPeter Wemm2000-11-251-1/+1
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-153-3/+0
* Implement sn_pccard_match. The match routines are the compromiseWarner Losh2000-09-281-11/+24
* Remove 8 unnecessary includes from phk's scriptWarner Losh2000-09-202-8/+0
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-193-22/+41
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-132-5/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-20/+0
* Don't claim devices that we fail to probe for. Reverse the sense of a testWarner Losh2000-05-071-2/+2
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0