aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sf
Commit message (Expand)AuthorAgeFilesLines
* Update the Starfire driver comments and man page to include the URL ofBill Paul1999-09-261-1/+2
* Change contigmalloc() lower memory bound from 1MB to 0 to improveBill Paul1999-09-251-1/+1
* As suggested by phk, unconditionalize BPF support in these drivers. SinceBill Paul1999-09-231-10/+1
* Tweak these for what I hope is the last time: change the DRIVER_MODULE()Bill Paul1999-09-221-1/+1
* Un-do the changes to the DRIVER_MODULE() declarations in these drivers.Bill Paul1999-09-201-2/+2
* Grrr. Okay, changing the devnames was a bad idea. Put them back the wayBill Paul1999-09-201-1/+1
* Fix the strings in the driver_t structs so that they match the new namesBill Paul1999-09-201-1/+1
* Goofed and didn't change the second DRIVER_MODULE() linking these withDavid E. O'Brien1999-09-201-1/+1
* Change the name we register with DRIVER_MODULE() to include the leadingDavid E. O'Brien1999-09-201-1/+1
* Fix sf_probe() to detect the card type properly. I botched the readingBill Paul1999-09-171-2/+2
* Add a pointer to "controller miibus0" for people who will not read thePeter Wemm1999-09-081-0/+1
* #ifdef out the definition for the small packet RX ring. I ended up onlyBill Paul1999-09-031-0/+9
* Convert the Adaptec and Winbond drivers to miibus.Bill Paul1999-08-302-590/+80
* Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans1999-08-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-3/+3
* Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() andBill Paul1999-07-251-2/+7
* This commit adds device driver support for Adaptec Duralink PCI fastBill Paul1999-07-252-0/+3008