summaryrefslogtreecommitdiff
path: root/sys/dev/sn
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Re-enable probe for isa and correct the plug and play issue thatWarner Losh2000-04-081-2/+2
* Don't execute MAC address initialization for non-pccard sn devices.Tatsumi Hosokawa2000-01-224-7/+19
* Added support for hex-encoded MAC address of Megahertz X-Jack Ethernet CardTatsumi Hosokawa2000-01-212-14/+19
* Two nits and disable isa probe due to its overly agressive claiming ofWarner Losh1999-12-282-4/+4
* Newbusify the driver.Warner Losh1999-12-225-342/+391
* Removed unnecessary include files.Yoshihiro Takahashi1999-12-201-2/+0
* Make this compile again.Peter Wemm1999-12-181-2/+0
* Driver for the smc91xx series of ethernet chips. Ported from PAO toWarner Losh1999-12-182-0/+2141