summaryrefslogtreecommitdiff
path: root/sys/dev/isa/isa.c
AgeCommit message (Expand)Author
1995-06-07make match/attach routines and cfdriver struct micgd
1995-05-17isa softc structs are larger than 'struct device'cgd
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-01-16Remove outdated comment.mycroft
1995-01-02Don't assume ia_maddr is in the hole.mycroft
1994-11-18Stylistic changes.mycroft
1994-11-18Convert port, IRQ, and DRQ numbers to ints.mycroft
1994-11-14Map IRQ 2 to IRQ 9.mycroft
1994-11-04Change all of the uses of IRQ{0-15} and bit masks to use plain numbersmycroft
1994-11-04Use kvtop() rather than address arithmetic in a couple of places.mycroft
1994-11-04Add a new function config_scan(), which just calls a particular functionmycroft
1994-11-04Commit incest with the config system for this one specific case.mycroft
1994-11-04Set ia_irq correctly.mycroft
1994-11-04Correct an oversight.mycroft
1994-11-04Oops; forgot isacd.mycroft
1994-11-03New version using standard config_*() functions.mycroft
1994-10-27new RCS ID format.cgd
1994-10-09Remove unneeded #includes.mycroft
1994-10-07Fix initial allocation of dev array, and simplify the codemycroft
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd
1994-05-03Forgot to munge the #includes in last commit.mycroft
1994-05-03Move beep junk to clock.c.mycroft
1994-04-24Rename two files.mycroft
1994-04-22Separate DMA functions.mycroft
1994-04-21Fix typo.mycroft
1994-04-07Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls.mycroft
1994-04-03Clean up #includes.mycroft
1994-03-31Remove an old hack that now just causes a small memory leak during autoconfig.mycroft
1994-03-29New autoconfig mechanism. Hacked at the moment to use old config(8), butmycroft
1994-03-12Rearrange top-level configuration to be more consistent.mycroft
1994-03-10Update for new config; handles subdevices differently.mycroft
1994-03-10Add isa_dmaabort().mycroft
1994-03-09Back out previous change for now.mycroft
1994-03-08Inline spl*() calls.mycroft
1994-03-06Better delay() from magnum branch.mycroft
1994-03-06DELAY() --> delay(). This is not a macro.mycroft
1994-03-01Remove some dead code.mycroft
1994-03-01Clean up DMA code. Mask and unmask channels. Warn if terminal count notmycroft
1994-02-22Add clockmask.mycroft
1994-02-22Add clockmask.mycroft
1994-02-16Move elink_reset() into a separate file, and add a generic elink_idseq().mycroft
1994-02-16Add common reset function so if_ep and if_ie don't reset each-other.hpeyerl
1993-12-20Use cpufunc.h only where (currently) needed.mycroft
1993-12-20Canonicalize all #includes, and add pio.h where appropriate.mycroft
1993-12-17From magnum branch:mycroft
1993-11-05note that use of splnone() is prolly bogus; splnone() itself is bogus,cgd
1993-08-28Add find_isadev() and have sysbeep() use common defines.brezak
1993-08-08there are some devices out there which use... NO I/O PORTS!cgd
1993-07-11Make splimp = splnet | spltty, and get rid of SLIP kluge for splnet andmycroft
1993-07-07delete inclusion of rlist.h again. grr.cgd