summaryrefslogtreecommitdiff
path: root/sys/dev/mca
AgeCommit message (Expand)Author
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
2003-02-23Remove assigned-to but not used variable (including nice little switchsimonb
2003-02-23Remove assigned-to but not used variable.simonb
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-12-04regen - addition of 0x90EE, IBM SVGA Adapter/Ajdolecek
2002-12-04add 0x90EE - IBM SVGA Adapter/Ajdolecek
2002-11-30More cleanup of MI mb86960 driver:tsutsui
2002-11-01implement separate read/write disk statistics:mrg
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-04- Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROMtsutsui
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-28Move AT1700/RE2000 EEPROM definitions from isa/if_fereg.h to ic/ate_subr.h.tsutsui
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej