aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sk
Commit message (Expand)AuthorAgeFilesLines
* Add a missing MODULE_DEPEND() on miibus.. I was working fromPeter Wemm2000-04-291-0/+2
* Reoganize/update the SysKonnect driver:Bill Paul2000-04-223-161/+513
* Call sk_start() at the end of sk_intr() if there's packets in theBill Paul1999-09-251-0/+5
* 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-1/+1
* 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
* Change the name we register with DRIVER_MODULE() to include the leadingDavid E. O'Brien1999-09-201-1/+1
* Fix the mechanism used to choose the unit numbers for the IP interfacesBill Paul1999-09-182-7/+21
* Don't restrict our requests for contiguous memory to addresses >= 1MB.Bruce Evans1999-08-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-4/+4
* Remember to clear the IFF_RUNNING and IFF_OACTIVE flags in sf_stop() andBill Paul1999-07-251-2/+6
* One last tweak before I turn in for the evening: the driver name inBill Paul1999-07-231-3/+3
* Dangit. Somehow the pmap_kextract hack for alpha snuck back into theseBill Paul1999-07-231-3/+2
* Some more small newbus cleanups. Remember to free all resources in caseBill Paul1999-07-231-14/+23
* Fix a small mind-o: one instance of SYS_RES_IOPORT should have beenBill Paul1999-07-221-3/+3
* Convert the SysKonnect gigabit ethernet driver to newbus.Bill Paul1999-07-222-77/+131
* Make a few other cleanups while I'm in the area. Typo in comment, unusedBill Paul1999-07-142-10/+4
* Revert some changes I had made to try and cut down on the number of TX EOFBill Paul1999-07-141-11/+9
* if_sk.c: use pci_port_t instead of u_shortBill Paul1999-07-092-6/+5
* This commit adds driver support for the SysKonnect SK-984x seriesBill Paul1999-07-093-0/+3481