summaryrefslogtreecommitdiffstats
path: root/sys/dev/sn/if_sn.c
Commit message (Expand)AuthorAgeFilesLines
* 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