summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2010-03-19support W83667HG (0xa5) in wbsio(4); its hw mon is already supported by lm(4)...cnst
2010-03-16Allow this driver to build for ofppc as well.he
2010-03-13Some KNF.tsutsui
2010-03-13- include "ioconf.h" for struct cfdriver we_cdtsutsui
2010-03-03Put several fixes to ne(4) driver for better 8 bit mode support,tsutsui
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-21New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port.cnst
2010-01-23essattach: printf -> aprint_*cegger
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-19hp@isa was marked non-compiling and broken 14 years ago. I'm surepooka
2010-01-08Expand PMF_FN_* macros.dyoung
2010-01-02make rhis compile.christos
2010-01-02convert to pmfchristos
2009-11-27Add patch from PR/11805dsl
2009-11-23Remove some unecessary includes sys/user.h header.rmind
2009-11-12Call the common detach routine, com_detach(), and get out on error,dyoung
2009-10-27Assign copyright to TNF on these old files.elric
2009-10-23Switch to a 2 clause license. Approved by joff@ (copyright holder).snj
2009-09-29use aprint_* in attach routinescegger
2009-09-22Make local functions static.tsutsui
2009-09-22Split device_t/softc. Tested only on cs at ofisa on shark.tsutsui
2009-09-22Split device_t/softc. Tested only on cs at ofisa on shark.tsutsui
2009-09-22Fix wrong softc size in CFATTACH_DECL(). (not cs_softc but cs_softc_isa)tsutsui
2009-09-22Make local functions static.tsutsui
2009-09-22Don't declare ISA specific aic_isa_attach() in MI header, andtsutsui
2009-09-22Split device_t/softc. Tested on AHA-1520B at ISA and ISAPnP.tsutsui
2009-09-21Split device_t/softc. Tested on AHA-1542CF.tsutsui
2009-09-17Misc KNF and cosmetics, and remove unnecessary casts etc.tsutsui
2009-09-14Use device_private(), proper types or variables for device_t and softc.tsutsui
2009-09-14u_intNN_t -> uintNN_ttsutsui
2009-09-12Make compile with options DEBUG.tsutsui
2009-09-01aprint-ifyjmcneill
2009-08-23Not much sense in printing 'AT Timer' when the 'attimer' driver attaches.jmcneill
2009-08-19build fix: isa_detach_hook() needs isa_chipset_tag_t as first argument.cegger
2009-08-18Let us safely detach the ISA bus and devices attaching to the ISAdyoung
2009-06-05Add support for DIOCGDISKINFO to disk like device drivers. Changehaad
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-05-05struct device * -> device_t, use device_private()cegger
2009-04-17Detach pcppi0 at isa0 during shutdown.dyoung
2009-04-10attach and detach do not mix.mlelstv
2009-04-08Decrease midi_pcppi_attached when midi at pcppi detaches.dyoung
2009-04-07Make pcppi(4) detach the "speaker" from attimer(4), so that thedyoung
2009-04-07Fix spelling: indrect -> indirect.dyoung
2009-04-07Detach midi at pcppi during shutdown. Sprinkle static.dyoung
2009-04-02During shutdown, detach devices in an orderly fashion.dyoung
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2009-03-17Add some 'int' into function definitions where the K&R one didn'tdsl
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-16ansify function definitionscegger