summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-05-10Don't skip channels that don't have the WDCF_IRQ_WAIT flag set. ApparentlyMark Kettenis
2007-05-10remove and hide code that isn't used.David Gwynne
2007-05-09Remove an obsolete comment which guesses about a register write an neverMarcus Glocker
2007-05-09diable -> disableMiod Vallat
2007-05-09delete unused functions. typical vendor garbage driver..; ok kettenisTheo de Raadt
2007-05-09Revert rev 1.116. For some reason this caused the device to do DMA from/toMark Kettenis
2007-05-09remove the internal wrapper functions for ieee80211_mhz2ieee andReyk Floeter
2007-05-08Assemble disk from user supplied metadata.Marco Peereboom
2007-05-08backout while the amd64 puc situation is rethoughtTheo de Raadt
2007-05-08non-static inline functions waste spaceTheo de Raadt
2007-05-08#if 0 a function that is only ever called in #if 0Theo de Raadt
2007-05-08move com_activate() to where it belongsTheo de Raadt
2007-05-082nd one found: If you really wish to make a function __inline (which willTheo de Raadt
2007-05-08Make use of struct wsmouse_calibcoords and add ioctl supportRobert Nagy
2007-05-08repair com/fxp foo_detach() stuff, the hardest part being the pccom messTheo de Raadt
2007-05-08add swapxy, resx and resy to struct wsmouse_calibcoords,Robert Nagy
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2007-05-08#ifdef notdef functions which are only called in #ifdef notdef contextsTheo de Raadt
2007-05-08places they get called are #ifdef notdef, so the code itself can be tooTheo de Raadt
2007-05-08rl_detach() is only used for cardbus caseTheo de Raadt
2007-05-08wdcrestart() is never usedTheo de Raadt
2007-05-08ahb_debug should be inside #ifdef AHBDEBUGTheo de Raadt
2007-05-08atapi_print() is never usedTheo de Raadt
2007-05-08old school media handling is no longer used; ok jsgTheo de Raadt
2007-05-08make a start at dealing with interface flags. this toggles the hardwareDavid Gwynne
2007-05-08add the multicast filter registersDavid Gwynne
2007-05-08write the mac back to the chip when we bring it up.David Gwynne
2007-05-08ami chips have no mechanism to take commands off them once we've submittedDavid Gwynne
2007-05-08regenRobert Nagy
2007-05-08add Radeon RX1650 XT, Radeon RX1650 XT Secondary and SoundBlaster X-FiRobert Nagy
2007-05-08turn off SIOP_STATS; ok krwTheo de Raadt
2007-05-08dc_detach() is only used by cardbus code, so move it there; ok jsgTheo de Raadt
2007-05-07shrink code by not using __inline without static; ok kettenisTheo de Raadt
2007-05-07floating unused variable (except in debug case)Theo de Raadt
2007-05-06point the macros for the interrupt coalescing registers at the rightDavid Gwynne
2007-05-06at least always print a new line, even if NOPSSTed Unangst
2007-05-06More lockmgr -> rwlock low hanging fruit.Kenneth R Westerback
2007-05-06typoDavid Gwynne
2007-05-05#include <sys/lock.h> not needed. i.e. these compile fine without it.Kenneth R Westerback
2007-05-05malo_hexdump() is only used by code under MALO_DEBUG, so ifdef itJonathan Gray
2007-05-05Remove axe_rxstart() which is an uneeded leftover from the FreeBSD version.Jonathan Gray
2007-05-05move xl_detach() -- which is only used by cardbus -- to the cardbus code.Theo de Raadt
2007-05-05Properly ifdef debug bits to save a bit of space.Jonathan Gray
2007-05-05disable the interrupts on interface shutdownReyk Floeter
2007-05-05allocate dma memory, setup rx/tx/status rings, initialize the ringReyk Floeter
2007-05-04the hardware does checksumming on rx as well. mark the mbufs with what theDavid Gwynne
2007-05-04advertise tx checksumming to the network stack, and tell the hardware toDavid Gwynne
2007-05-04increase the number of tx and rx descriptors from 64 to 128 eachDavid Gwynne
2007-05-04move bcd tables to the only place that uses them (the unused mcd driver);Theo de Raadt
2007-05-04call the right function to fill the rxf fifo after rxdDavid Gwynne