summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn
Commit message (Expand)AuthorAgeFilesLines
...
* Use __FBSDID().obrien2003-08-243-6/+10
* DSP Solutions, Inc made the XJEM1144 and XJACK ethernet cards. Updateimp2003-08-211-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-152-3/+6
* Make sure that pp_name is non-null before setting the deviceimp2003-04-101-1/+2
* 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
* Don't bogusly depend on pcic. pccard should be enough.imp2002-08-081-1/+0
* Minor whitespace nits. remove #if 1 and #endif pair, but not code between.imp2002-07-212-7/+1
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-9/+3
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-9/+9
* 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
* Use PCCARD_CIS_xxx #defines for the table of oem ids. These usuallyimp2001-01-211-5/+6
* Add support for SMC91C100FD chip of MELCO LPC-TX.toshi2001-01-152-1/+3
* Add isa support:imp2000-12-134-20/+18
* Make sn_pccard_products[] staticpeter2000-11-251-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-153-3/+0
* Implement sn_pccard_match. The match routines are the compromiseimp2000-09-281-11/+24
* Remove 8 unnecessary includes from phk's scriptimp2000-09-202-8/+0
* Implement indirection in the pccard probe/attach. This should make itimp2000-09-193-22/+41
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-132-5/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-20/+0
* Don't claim devices that we fail to probe for. Reverse the sense of a testimp2000-05-071-2/+2
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Re-enable probe for isa and correct the plug and play issue thatimp2000-04-081-2/+2
* Don't execute MAC address initialization for non-pccard sn devices.hosokawa2000-01-224-7/+19
* Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet Cardhosokawa2000-01-212-14/+19
* Two nits and disable isa probe due to its overly agressive claiming ofimp1999-12-282-4/+4
* Newbusify the driver.imp1999-12-225-342/+391
* 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-182-0/+2141
OpenPOWER on IntegriCloud