summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
AgeCommit message (Collapse)Author
1997-02-05If tty structure has not been initialized, don't dereference it.Jason Downs
1997-02-04More changes of carrel@netbsd.org's that I missed.Jason Downs
1997-02-04checkpoint: pull in spl() changes from NetBSD, and more siginfo.Jason Downs
1997-02-03rd -> hdJason 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-13fix DIO-II mappings, NetBSD PR#3097.Jason Downs
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-25emul_nativeTheo de Raadt
1996-06-23sync to 0622Theo de Raadt
1996-05-27native emul is now called "native"Theo de Raadt
1996-04-25sync w/ Net 960424Michael Shalayeff
1996-01-31sync with netbsdTheo de Raadt
1996-01-12from netbsd:Theo de Raadt
Kludge around a case where a flaky HP-IB disk might be slow to respond to the identification request in rdmatch(). Similar in spirit to a patch from Jason Downs (written eons ago), but limited to the broken device we're trying to reach. My patch tested (and fixed :-) by Herb Peyerl.
1996-01-12from netbsd; Fix declaration of hilqfree(), from <hag@wizardz.com>,Theo de Raadt
PR #1918.
1996-01-12from netbsd;Theo de Raadt
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page.
1996-01-05from netbsd; wrap leintr() to support fake LAN lightsTheo de Raadt
1996-01-05from netbsd:Theo de Raadt
Re-work the serial console support a bit; it doesn't depend on statically allocated softc's now.
1996-01-05from netbsd:Theo de Raadt
XXX TEMPORARY STOP-GAP MEASURE! A 12-bit command modifier was being squished into an 8-bit position in a command stream! Which one is wrong? Changed the constant from 0x140 to 0x40, which is what ended up happening anyhow. This exists in the old Utah sources, too! How long has this bug existed?!
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