aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-273-4/+0
* Restore if_cp.c 1.27Roman Kurakin2005-09-271-2/+3
* Backout if_cp 1.26, if_ct 1.27, if_cx 1.47 by obrien:Roman Kurakin2005-09-273-1787/+1793
* Calling rman_get_start() after bus_release_resource() is evil.Ruslan Ermilov2005-09-271-2/+2
* Fix build.Gleb Smirnoff2005-09-271-1/+1
* Convert fxp(4) to use the new bus_alloc_resources() API, it simplifiesMaxime Henrion2005-09-272-60/+42
* Report status in hex, not decimal.Scott Long2005-09-271-1/+1
* Emit a warning when a card matches multiple entries in our table. AWarner Losh2005-09-261-2/+35
* Go ahead and detach our children in our detach routine. I'm undecidedWarner Losh2005-09-261-0/+1
* Add dummy support for ifmedia subsystem. This allows devd to see cdce as anMaxim Sobolev2005-09-262-0/+32
* __RMAN_RESOURCE_VISIBLE not needed.Poul-Henning Kamp2005-09-251-1/+0
* Overhaul error handling in the IPS driver. Don't use a magic value forScott Long2005-09-255-73/+102
* Remove OLDCARD vestiges from hereWarner Losh2005-09-251-60/+0
* Fix commentWarner Losh2005-09-251-2/+2
* Use the new bus_space/resource convenience functions.Poul-Henning Kamp2005-09-241-56/+35
* Use new bus_space/resource convenience functions.Poul-Henning Kamp2005-09-244-148/+71
* I have confirmed with my Epson EEN10B that it needs to look at theWarner Losh2005-09-241-2/+1
* Remove unnecessary Dlink de650 entryWarner Losh2005-09-241-1/+0
* The DLink DE650 has the same ID as Linksys EthernetCard, so we don'tWarner Losh2005-09-241-1/+0
* This part of the struct isn't needed on FreeBSD:Alexander Leidinger2005-09-241-0/+2
* Remove obsolete includeWarner Losh2005-09-231-2/+0
* Forgot to commit ata-card fixes last night. Fix gleb's attempt to doWarner Losh2005-09-221-4/+7
* Fix build.Gleb Smirnoff2005-09-221-9/+4
* Remove compat layer for OLDCARD compatibility. All instances of itWarner Losh2005-09-222-39/+0
* 'PC Card' instead of other variantsWarner Losh2005-09-226-12/+12
* Eliminate dead codeWarner Losh2005-09-221-6/+0
* PC Card instead of other variantsWarner Losh2005-09-222-5/+5
* MFp4: save mac addr hint, eliminage OLDCARD shimsWarner Losh2005-09-222-35/+11
* Use the AHC_DISABLE_PCI_PERR flag to silence parity error reporting onJustin T. Gibbs2005-09-221-8/+15
* Remove OLDCARD shimsWarner Losh2005-09-221-33/+17
* Enhance diagnostic printfs for the chains of free lists used toJustin T. Gibbs2005-09-221-1/+3
* Correct bug that caused the completed "recovery" scb to have itsJustin T. Gibbs2005-09-222-2/+4
* Set allow_memio to 1 if fetching the allow_memio hint fails. ThisJustin T. Gibbs2005-09-221-0/+1
* MFp4: Remove OLDCARD shimsWarner Losh2005-09-221-27/+13
* MFp4: trivial KNF nitsWarner Losh2005-09-221-6/+1
* MFp4: KNF (mostly remove K&R function definitions). Fix some spaces leftWarner Losh2005-09-221-175/+81
* Better descriptions for the Jack of Diamonds cards.Warner Losh2005-09-211-5/+5
* Remove OLDCARD shimsWarner Losh2005-09-213-67/+22
* Don't confuse the tuple code and the tuple length. Ooops. Since mostWarner Losh2005-09-211-1/+1
* Split power state control into two variables. hw.pci.do_powerstateWarner Losh2005-09-211-16/+18
* Fix an unaligned I/O memory access in the event that a SCB times out.Marcel Moolenaar2005-09-211-3/+9
* Use the correct minor number for the pccardX.cis device.Warner Losh2005-09-201-3/+7
* Remove OLDCARD support by removing compat shimsWarner Losh2005-09-204-93/+34
* Better use of gone.Warner Losh2005-09-201-9/+5
* Remove oldcard support by removing the compat shims.Warner Losh2005-09-201-21/+5
* Remove support for oldcard by removing compat shims.Warner Losh2005-09-201-24/+4
* Eliminate support for oldcard by removing the compat shims.Warner Losh2005-09-201-26/+5
* remove some dead codeWarner Losh2005-09-201-9/+1
* Remove queue check from last commit. In most cases there is smth in queue,Gleb Smirnoff2005-09-201-2/+1
* Check IFF_DRV_RUNNING and presense of packets in queue before callingGleb Smirnoff2005-09-201-1/+3