summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand
AgeCommit message (Collapse)Author
2000-01-14Might as well ding the version number.Jason Downs
2000-01-14I could be wrong, but I doubt the world is going to end this year. Let'sJason Downs
give us at least through 2038 (which is the end of time, anyway). :-)
1999-10-05Kill .raw reference; don't know why I didn't see this sooner.Jason Downs
1999-08-18Default to loading bsd.rd from $OSREV/hp300/bsd.rd.Jason Downs
1999-08-16Kill meaningless reset printf().Jason Downs
1999-08-16Add cdboot...Jason Downs
1999-08-16Implement real CD booting, aka SYS_CDBOOT, the LIF file small enough toJason Downs
fit in the begining of an ISO9660 image...
1999-07-08flesh out .DtTheo de Raadt
1999-07-08install into man8/arch subdirsTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-05-10* Remove stupid, non-working ROM printf()s from apci.cJason Downs
* Add 425e autodetection. * Increment version number.
1998-03-10use .OxTodd C. Miller
1997-11-06Idnetify/support hp385 (33Mhz 68040)Todd C. Miller
1997-09-15Add isolif, the last piece of making bootable CDs. Needs some more work.Jason Downs
1997-09-14Make and install a raw version of uboot, too.Jason Downs
1997-09-14Add cd9660 support. OpenBSD/hp300 boots from SCSI CD-ROM now.Jason Downs
1997-07-15Use assembler sources our of arch/m68k where applicable.Jason Downs
1997-07-14Slight fix.Jason Downs
1997-07-14The grand reorganization, OpenBSD style.Jason Downs
Lossely based on the NetBSD reorg, but much improved upon, simpler, and doesn't scribble needless junk into the bootblocks.
1997-07-13Save mmuid and use it to print out 425/433 model types.Jason Downs
1997-07-13APCI support and new CPU configuration from NetBSD.Jason Downs
Fix all of the include refs. Bump version number to 2.1.
1997-04-21SYS_INST has left the building!Jason Downs
1997-04-16Add a proper version number ala other ports, and clean up various parts ofJason Downs
the Makefiles. Lots more to do...
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-04-16fix cut 'n' pasteJason Downs
1997-04-16exec() changes.Jason Downs
1997-03-31Jump to loadaddr instead of entry due to libsa change.Jason Downs
1997-03-21Fix alignment in srt0.c, from NetBSD.Jason Downs
1997-02-18Need strncpy.c now.Jason Downs
1997-02-16rd -> hdJason Downs
1997-02-10Add HEAP_LIMIT.Jason Downs
1997-02-06Enable support for gzip'd kernels.Jason Downs
1997-02-06Be more explicit about what we are.Jason Downs
1997-02-05An 8k kernel may not be loaded at a 4k address, as the ROM supplies.Jason Downs
We align it to the the next 8k address, as per our 8k kernels. (This ain't NetBSD, baby.) Fixed with debugging help from niklas.
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-18Ensure libsa and libkern get compiled with -Dhp300Jason Downs
1997-01-18missed this oneJason Downs
1997-01-17more new filesJason Downs
1997-01-17hp300 bootblocks, sync'd with NetBSD 011697, with changes and a new buildJason Downs
method.
1996-10-24kernel is 'bsd'Michael Shalayeff
1996-06-23sync to 0622Theo de Raadt
1996-05-04add files missed from 0418 sync.Michael Shalayeff
1996-04-25sync w/ Net 960424Michael Shalayeff
1996-01-16from netbsd:Theo de Raadt
Use ${BINOWN} and ${BINGRP} per Arne H. Juul <arnej@ikke.idt.unit.no> in PR #705. Also, clean up some stuff left over from HP-BSD.
1996-01-05from netbsd:Theo de Raadt
Add the last revision previous to the switch to the MI LANCE code of hp300/dev/if_lereg.h to the standalone code; the standalone LANCE driver for the hp300 needs it.
1996-01-05from netbsd:Theo de Raadt
Add the last revision previous to the switch to the MI LANCE code of hp300/dev/if_lereg.h to the standalone code; the standalone LANCE driver for the hp300 needs it.
1995-12-14update from netbsd (verbatim)Theo de Raadt
1995-10-26update from netbsd treeTheo de Raadt