| Age | Commit message (Expand) | Author |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-09-27 | Introduce a new routine, config_match(), which invokes the | thorpej |
| 2002-09-27 | Rather than referencing the cfdriver directly in the cfdata entries, | thorpej |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2001-06-19 | ifdef NISAPNP -> if NISAPNP > 0 | fvdl |
| 2000-03-29 | Don't need to include <sys/conf.h> here. | simonb |
| 1999-02-19 | Kill vestiges of isa_establish(). | mycroft |
| 1998-08-15 | Assign copyrights to TNF. | mycroft |
| 1998-08-15 | Make copyright notices with my name consistent. | mycroft |
| 1998-07-30 | Use the previously committed pnp hook. | christos |
| 1998-06-11 | Don't call isa_dmainit() when NISADMA == 0. | leo |
| 1998-06-09 | Change the ISA DMA API to take an isa_chipset_tag_t rather than | thorpej |
| 1998-05-05 | Remove BROKEN_INDIRECT_CONFIG relicts. | drochner |
| 1998-04-15 | Remove the `delay port' stuff since nothing uses it anymore (can't reliably | thorpej |
| 1998-01-12 | Update for config changes. | thorpej |
| 1997-08-26 | XXX Add a drq2 locator for the ISA bus. Many sound cards need | augustss |
| 1997-07-17 | use locator defines in "locators.h" to index cf_loc[] | jtk |
| 1997-06-06 | Pull thorpej-bus-dma branch into mainline. | thorpej |
| 1997-01-26 | split isasearch (!__BROKEN_INDIRECT_CONFIG) completely off of | cgd |
| 1996-12-08 | The last change fixed a last-minute goof in the __BROKEN_INDIRECT_CONFIG | cgd |
| 1996-12-05 | fix a (fatal) bug in the __BROKEN_INDIRECT_CONFIG changes checked | cgd |
| 1996-12-05 | update these so they compile whether or not __BROKEN_INDIRECT_CONFIG | cgd |
| 1996-11-23 | restrict the FSTATE_STAR prohibition (and panic) to the i386 only. Cloning | cgd |
| 1996-10-21 | New bus.h implementation/interface: | thorpej |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-08-27 | change cfprint_t type definition to take a const char *, rather than | cgd |
| 1996-05-14 | #include <machine/intr.h> to get IST_* definitions. | thorpej |
| 1996-05-12 | Use intr.h. | mycroft |
| 1996-05-08 | Correct a couple of comments ... port 0x84 produces a 1.25us delay when | thorpej |
| 1996-05-05 | Map port 0x84 (which is used to generate a 2.6us delay) in isaattach(). | thorpej |
| 1996-04-29 | - prototype fixes | christos |
| 1996-04-11 | on non-i386 systems, include <machine/intr.h> (per charles's proposal on | cgd |
| 1996-03-17 | New device attachment scheme: | thorpej |
| 1996-03-08 | remember the bus_chipset_tag_t given by our parent, and pass it on to | cgd |
| 1996-02-28 | make ISA bus match/attach, and sub-device configuration machine-independent. | cgd |
| 1996-01-16 | Make the panic message for ISA clone devices more informative. | mycroft |
| 1995-12-24 | The IST_* and IPL_* constants are not bus-specific; don't treat them as such. | mycroft |
| 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 |