summaryrefslogtreecommitdiff
path: root/sys/dev/isa/boca.c
AgeCommit message (Expand)Author
2016-07-11KNF. No functional change.msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-04-08use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2004-09-14Separate the namespace for default (ie unspecified) locators useddrochner
2004-09-14replace 7 identical instances if cfprint functions by a single onedrochner
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-11-17move initialization of iobase to before we first use it.chs
2002-10-02Fix sizeof and whitespace bug from the script I'm using to do thethorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-01-07Overhaul of the ISA autoconfiguration code to support directthorpej
2001-11-13add RCSIDlukem
2000-07-27My 16 port boca seems to fail to update the interrupt bit in it's interruptbouyer
2000-05-20Rather than using a magic constant, use `com_scratch' as the offsetthorpej
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