summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/apci.c
AgeCommit message (Collapse)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-23For serial console, drop into ddb on <break> if ddb.console is nonzeroTodd C. Miller
2001-06-27recieve -> receiveNathan Binkert
2001-05-10Don't play with MCR_IEN, it breaks serial console input on the 425e.Todd C. Miller
If it turns out that this causes problems on other 4xx models this can be added back for the non-425e models.
2001-05-10In apciparam() in the ospeed == 0 case, actually set the cfcr to the newTodd C. Miller
value; bad@netbsd.org
2001-05-10Skip "serial 1" on non-425e models. It's mapped to DCA at 9 on everyTodd C. Miller
other 4xx model, and the "not configured" could be pretty annoying. This means we can nuke apcicheckdca() and just key off being a 425e. Also, ia->ia_addr is a physical address, not a kernel virtual address; thorpej@netbsd.org
2001-05-10When acpi is used as the console, set cn_tab appropriately so that aTodd C. Miller
serial console on the 425e gets attached properly. The hp300 port should really be changed such that drivers don't touch cn_tab themselves but this turns out to be a bit tricky so I'm going to punt on that for now.
2001-05-10Move the timeout_set() call up a bitTodd C. Miller
2001-05-01convert to new timeoutsTodd C. Miller
1997-09-14callout support sync, from Theo.Jason Downs
1997-07-14cua devices for all!Jason Downs
1997-07-06Sync with changes from NetBSD, up to 970705.Jason Downs
This includes all of the new frodo drivers, from Michael Smith, hacked up by Jason R. Thorpe; other changes, mostly configuration and/or m68k abstraction related, from Thorpe. A few others of my own. This compiles and runs, have not yet tested Domain kbd or apci ports.