summaryrefslogtreecommitdiff
path: root/sys/dev/mca
AgeCommit message (Expand)Author
2006-08-30fix initializerchristos
2006-08-30fix initializerschristos
2006-08-30fix initializer.christos
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-03-29Use device_private().thorpej
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-10-15- change the way to specify a bufq strategy. (by string rather than by number)yamt
2005-08-26kill some more simple submatch() functions, use config_stdsubmatch()drochner
2005-08-25kill a number of autoconf submatch functions which follow thedrochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-05-30add const to a cast.christos
2005-05-24add __KERNEL_RCSIDlukem
2005-04-03white space cleanup, some KNF, long line wrapupjdolecek
2005-04-03Add driver for MCA Tiara LANCard / Fujitsu mb86950 EtherStar. Driver providedjdolecek
2005-04-03regen: add one more Tiara ID and Standard MicroSystems 3016/MC IDjdolecek
2005-04-03add one more Tiara ID and Standard MicroSystems 3016/MC IDjdolecek
2005-04-03Make it possible for attachment to specify that the 16bit access shouldn'tjdolecek
2005-02-28le_mca_intredge(): g/c error semicolon, found by Simon Burgejdolecek
2005-02-27regenperry
2005-02-27don't leave whitespace at the end of the stripped RCS Idperry
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-12-29fix error printf()jdolecek
2004-10-28move buffer queue related stuffs from buf.h to their own header, bufq.h.yamt
2004-09-25Can't actually auto-discover wedges here yet, because ed drives arethorpej
2004-09-25Add support for wedges to the MCA ESDI disk driver.thorpej
2004-09-08compute the shared memory location instead of hardcoding list of 'known'jdolecek
2004-09-08fix mask for getting WD8003 I/O address location, so it works evenjdolecek
2004-09-01use a submatch function for drive attachment, and pass locatorsdrochner
2004-08-30There is no point in using config_found_sm() if there is no submatch function.drochner
2004-08-30use the locator-passing variant of autoconf submatch and use constantsdrochner
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2004-08-30add centralized {eisa,isa,pci,agp,mca}busprint() functions which dodrochner
2004-08-13WDCDEBUG -> ATADEBUG.thorpej
2004-04-22sprintf -> snprintfitojun
2004-01-20fixup code for Elite card attachments, and adjust autoconfig messagesjdolecek
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
2003-11-10Spell address with two d's. Inspired by similar changes in OpenBSD,wiz
2003-10-25break -> return in previous.mycroft
2003-10-25Fix uninitialized variable warningschristos
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-14add missing __KERNEL_RCSID()lukem
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29regen: allocate identifier for BusTek BT-640A adapterjdolecek
2003-06-29allocate identifier for BusTek BT-640A adapterjdolecek
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-10Change bounds_check_with_label() to take a pointer to the disk structure,thorpej
2003-05-02Change return type of readdisklabel() to const char *dsl