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