summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary Dlink de650 entryimp2005-09-241-1/+0
* The DLink DE650 has the same ID as Linksys EthernetCard, so we don'timp2005-09-241-1/+0
* This part of the struct isn't needed on FreeBSD:netchild2005-09-241-0/+2
* Remove obsolete includeimp2005-09-231-2/+0
* Forgot to commit ata-card fixes last night. Fix gleb's attempt to doimp2005-09-221-4/+7
* Fix build.glebius2005-09-221-9/+4
* Remove compat layer for OLDCARD compatibility. All instances of itimp2005-09-222-39/+0
* 'PC Card' instead of other variantsimp2005-09-226-12/+12
* Eliminate dead codeimp2005-09-221-6/+0
* PC Card instead of other variantsimp2005-09-222-5/+5
* MFp4: save mac addr hint, eliminage OLDCARD shimsimp2005-09-222-35/+11
* Use the AHC_DISABLE_PCI_PERR flag to silence parity error reporting ongibbs2005-09-221-8/+15
* Remove OLDCARD shimsimp2005-09-221-33/+17
* Enhance diagnostic printfs for the chains of free lists used togibbs2005-09-221-1/+3
* Correct bug that caused the completed "recovery" scb to have itsgibbs2005-09-222-2/+4
* Set allow_memio to 1 if fetching the allow_memio hint fails. Thisgibbs2005-09-221-0/+1
* MFp4: Remove OLDCARD shimsimp2005-09-221-27/+13
* MFp4: trivial KNF nitsimp2005-09-221-6/+1
* MFp4: KNF (mostly remove K&R function definitions). Fix some spaces leftimp2005-09-221-176/+82
* Better descriptions for the Jack of Diamonds cards.imp2005-09-211-5/+5
* Remove OLDCARD shimsimp2005-09-213-67/+22
* Don't confuse the tuple code and the tuple length. Ooops. Since mostimp2005-09-211-1/+1
* Split power state control into two variables. hw.pci.do_powerstateimp2005-09-211-16/+18
* Fix an unaligned I/O memory access in the event that a SCB times out.marcel2005-09-211-3/+9
* Use the correct minor number for the pccardX.cis device.imp2005-09-201-3/+7
* Remove OLDCARD support by removing compat shimsimp2005-09-204-93/+34
* Better use of gone.imp2005-09-201-9/+5
* Remove oldcard support by removing the compat shims.imp2005-09-201-21/+5
* Remove support for oldcard by removing compat shims.imp2005-09-201-24/+4
* Eliminate support for oldcard by removing the compat shims.imp2005-09-201-26/+5
* remove some dead codeimp2005-09-201-9/+1
* Remove queue check from last commit. In most cases there is smth in queue,glebius2005-09-201-2/+1
* Check IFF_DRV_RUNNING and presense of packets in queue before callingglebius2005-09-201-1/+3
* Fix build.glebius2005-09-202-0/+14
* Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.imp2005-09-204-164/+368
* Call the passed function on cis scanning for all nodes in the CISimp2005-09-201-0/+17
* Replace m_extadd() with macro version MEXTADD().andre2005-09-192-4/+4
* Replace custom mbuf writeability test with genericandre2005-09-191-2/+2
* Use phk's kernel unit number allocator to associate unique ids to neighborsdamien2005-09-193-45/+76
* The "SMC EZ Connect SMC2862W-G" product is not based on the Ralink RT2500USBdamien2005-09-191-1/+0
* It's safe to wait for command completion in iwi_config().damien2005-09-191-1/+2
* Remove duplicate if_free().imp2005-09-191-1/+0
* Restore the ability to detach from a tty via SIOCSTTY and documentru2005-09-191-5/+5
* Dont wait for READY on ATAPI_IDENTIFY.sos2005-09-191-1/+5
* Fix configuration locking in MD.phk2005-09-191-116/+80
* Last change to this file actually removed the oldcard compat code.imp2005-09-191-2/+1
* Make sure that we call if_free(ifp) after bus_teardown_intr. Since weimp2005-09-1931-62/+55
* MFp4:imp2005-09-183-125/+149
* Slightly change the API for the SNPSTTY ioctl so that the userland nowcognet2005-09-181-5/+14
* Add the KLD to the sndstat info.netchild2005-09-181-1/+1
OpenPOWER on IntegriCloud