summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/frodo.c
AgeCommit message (Expand)Author
2022-11-25Service mode switch should not be treated as an error.tsutsui
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2014-04-30Probe mcclock only on 425e to avoid an extra "not configured" message.tsutsui
2014-04-19Add proper RealTime Clock support for HP9000/425e.tsutsui
2011-02-12Fix comment (362 doesn't have frodo).tsutsui
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-29Split device_t/softc, and misc cosmetic changes.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-07-20Identify models HP362 and HP382. From OpenBSD, tested on my HP382.tsutsui
2006-07-19some KNFtsutsui
2006-07-19Use iobase address passed from attach args.tsutsui
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-08-26s/locdesc_t/int/gdrochner
2005-06-28convert remaining autoconf bus "submatch" functions to use the newdrochner
2005-01-02u_intNN_t -> uintNN_ttsutsui
2004-08-28Use ANSI function decls, static, and const.thorpej
2004-04-07Adjust fd_name in struct frodo_device frodo_subdevs[]tsutsui
2003-11-17TAB/space cleanup.tsutsui
2003-11-08Switch DCA and APCI serial devices to use MI com(4) driver.tsutsui
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-03-17Don't match on trailing spaces in the module name.gmcgarry
2002-03-15Add RCSIDs.gmcgarry
2001-12-08Update for structural interrupt changes. No functional change.gmcgarry
2001-12-08bcopy -> memcpygmcgarry
2001-11-17Update for new intio parent interface.gmcgarry
1999-07-31Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on everythorpej
1998-01-12Update for changes to config.thorpej
1998-01-11ia->ia_addr is a physical address, not a kernel virtual address.thorpej
1997-10-04Copyright assigned to The NetBSD Foundation.thorpej
1997-05-12Add a driver for the Apollo Utility Chip (a.k.a. "frodo"), contributedthorpej