summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev/ite.c
AgeCommit message (Collapse)Author
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-25Typos.Miod Vallat
2001-05-01convert to new timeoutsTodd C. Miller
1998-03-06please gcc 2.8Todd C. Miller
1997-04-16Merge portions of NetBSD up to 970415.Jason Downs
This includes: * All of the prototyping and KNF changes. * The new interrupt system. * Portions of the Domain Keyboard support from Mike Smith. This does not include: * m68k changes, namely generic dumps. Various sundry changes and fixes by me.
1997-02-05Non-console ITE devices need to be initialized properly, too, ya know.Jason Downs
Add enough glue to the aux attach structure to do so, and teach all the device drivers how to set it. This fixes the last ITE panic I know of...
1997-02-04checkpoint: pull in spl() changes from NetBSD, and more siginfo.Jason Downs
1997-02-03Merge new config(8) support from NetBSD, by Jason Thorpe.Jason Downs
Also add siginfo glue, BOOT_CONFIG, and various other changes.
1997-01-12Mostly sync to NetBSD-current of 011196. Compiles, links, boots to singleJason Downs
user. KNOWN NOT WORKING: * DIO-II devices * Dynamic executables NOT EVEN TRIED: * New config support
1996-06-23sync to 0622Theo de Raadt
1996-04-25sync w/ Net 960424Michael Shalayeff
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-11-22from netbsd:Theo de Raadt
Prevent the ITE_ACTIVE bit from being cleared in iteoff() if the ITE_ISCONS bit is set. Works around the fact that the last process to have the console open exits, the bit is cleared, and "syncing disks...", etc. is not seen if the system is rebooted with reboot(8). Fixes PR #1455.
1995-10-18initial import of NetBSD treeTheo de Raadt