summaryrefslogtreecommitdiff
path: root/sys/dev/isa/rtfps.c
AgeCommit message (Expand)Author
1998-09-18Make these files compile again; no longer necessary to passenami
1998-08-15Make copyright notices with my name consistent.mycroft
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-01-14make it compile without BROKEN_INDIRECT_CONFIGdrochner
1998-01-12Update for config changes.thorpej
1997-10-20Don't panic if we fail to remap i/o or mem space in the attach function.thorpej
1997-10-19Make sure the i/o and/or mem addresses aren't wildcarded (i.e. -1) beforethorpej
1997-10-16Adjust for the new "com" driver home.thorpej
1997-09-12Make console on multiport cards more likely to work (obvious bug,drochner
1997-08-23Use the new com_is_console() to decide if the port is already initialized.drochner
1997-08-16Bring back the "comconsattached" flag. It is necessary for starreddrochner
1997-08-13fix multi-port serial drivers to reflect recent changes to com driver for con...jtk
1997-04-09Update for new com driver.mycroft
1996-10-21New bus.h implementation/interface:thorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-05-12Use intr.h.mycroft
1996-05-05Make those compile again; they were missing a declaration for bc.christos
1996-04-15include <sys/termios.h> to make comvar.h happycgd
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-04-04remove tricky open-coded variants of config_found(), by using thecgd
1996-03-17New device attachment scheme:thorpej
1996-03-10convert these to use new <machine/bus.h> interfaces. This involvedcgd
1996-03-09Include comvar.h, for comprobe1() prototype and for commulti_attach_args.cgd
1996-03-09minor cleanup. mostly: use COM_NPORTS and a new (driver-specific) NSLAVEScgd
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-06-26if subdevices specified with wildcarded unit number, config_attach()cgd
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-01-04Fix oversight in previous.mycroft
1995-01-03\mycroft
1995-01-03Add interrupt sharing types.mycroft
1995-01-02Use direct config for subdevices.mycroft
1994-11-18Stylistic changes.mycroft
1994-11-18Convert port, IRQ, and DRQ numbers to ints.mycroft
1994-11-07Update for new autoconfig.mycroft
1994-11-04No longer needs icu.h.mycroft
1994-11-04Change all of the uses of IRQ{0-15} and bit masks to use plain numbersmycroft
1994-10-27new RCS ID format.cgd
1994-08-07Add multiplexer for RT 4-port serial cards.mycroft