summaryrefslogtreecommitdiff
path: root/sys/dev/sf
AgeCommit message (Expand)Author
2001-02-04Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp
2001-02-04Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp
2001-02-03Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead ofPoul-Henning Kamp
2001-01-20Check the return value of sf_encap() and handle errors accordingly.Bill Paul
2001-01-19Implement MTX_RECURSE flag for mtx_init().Bosko Milekic
2000-12-04Initialize/grab the mutex earlier in the attach phase, so thatBill Paul
2000-10-15Remove unneeded #include <machine/clock.h>Poul-Henning Kamp
2000-10-13Use device_get_nameunit(dev) as the mutex string when callingBill Paul
2000-10-13First round of converting network drivers from spls to mutexes. ThisBill Paul
2000-07-14Close PR# 19904: remember to call sf_setmulti() when initializing theBill Paul
2000-07-13Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs
2000-05-28Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/Peter Wemm
2000-05-14Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs
2000-04-29Depend on miibus.Peter Wemm
1999-12-05Modify the Adaptec "starfire" driver to reset the PHY on the MII busBill Paul
1999-11-20Minor tweak: the subsystem device ID code for the quad port 62044 cardBill Paul
1999-09-26Update the Starfire driver comments and man page to include the URL ofBill Paul
1999-09-25Change contigmalloc() lower memory bound from 1MB to 0 to improveBill Paul
1999-09-23As suggested by phk, unconditionalize BPF support in these drivers. SinceBill Paul
1999-09-22Tweak these for what I hope is the last time: change the DRIVER_MODULE()Bill Paul
1999-09-20Un-do the changes to the DRIVER_MODULE() declarations in these drivers.Bill Paul
1999-09-20Grrr. Okay, changing the devnames was a bad idea. Put them back the wayBill Paul
1999-09-20Fix the strings in the driver_t structs so that they match the new namesBill Paul
1999-09-20Goofed and didn't change the second DRIVER_MODULE() linking these withDavid E. O'Brien
1999-09-20Change the name we register with DRIVER_MODULE() to include the leadingDavid E. O'Brien
1999-09-17Fix sf_probe() to detect the card type properly. I botched the readingBill Paul
1999-09-08Add a pointer to "controller miibus0" for people who will not read thePeter Wemm
1999-09-03#ifdef out the definition for the small packet RX ring. I ended up onlyBill Paul
1999-08-30Convert the Adaptec and Winbond drivers to miibus.Bill Paul
1999-08-29Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-07-25Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() andBill Paul
1999-07-25This commit adds device driver support for Adaptec Duralink PCI fastBill Paul