summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Collapse)Author
1996-12-20Add readdisklabel support for BSD disklabels. I got tired of the amiga RDBNiklas Hallqvist
only requirement, now you can partition with disklabel(8) -r instead. However I have not done in-kernel writedisklabel support yet.
1996-12-11Correct include pathsNiklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-25htons et al. works on explicit 16- and 32-bit quantities and not theNiklas Hallqvist
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds
1996-11-24extern decl of cfdata from device.h conflicted with static one in-hereNiklas Hallqvist
1996-11-23remrq -> remrunqueuekstailey
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-10-31Correct mmmap's 2nd arg typeNiklas Hallqvist
1996-10-19random device is permanent now.Michael Shalayeff
1996-10-18INSTALL kernel not needed any more, we use GENERIC in our minirootsNiklas Hallqvist
1996-10-10This is OpenBSDNiklas Hallqvist
1996-10-08Support isaedNiklas Hallqvist
1996-10-05use wd.h not wdc.h. Teach booting logic about wd and acdNiklas Hallqvist
1996-10-05Avoid odd aligned 16-bit entities for mips sakeNiklas Hallqvist
1996-10-04Merge of NetBSD 1.2 (961004)Niklas Hallqvist
1996-10-04OK, ok, we do not get to touch mtree, so install the kymap dir from hereNiklas Hallqvist
1996-10-04OpenBSD tags, plus drop the unnecessary NetBSD DESTDIR gameNiklas Hallqvist
1996-10-04OpenBSD tags. Make it work under cross compilation. Clean up build.Niklas Hallqvist
1996-10-04Kill these obsolete filesNiklas Hallqvist
1996-10-04#if 0 out an unused table, shaves some bytes...Niklas Hallqvist
1996-10-04We go rid of the ed_ring struct long ago. Reflect this fact.Niklas Hallqvist
1996-10-04IPL_* constants now found in intr.hNiklas Hallqvist
1996-10-04Two functions collide with the Zorro if_ed driverNiklas Hallqvist
1996-10-04OpenBSD tags & kernel nameNiklas Hallqvist
1996-10-04Plug'n'play & cyclades not yet supported on Amiga ISANiklas Hallqvist
1996-10-04Actually Neil runs this kernel since long (it is just trimmed)Niklas Hallqvist
1996-09-26Fix alignment for mips & other strict architectures, mostly used lance stuff.Niklas Hallqvist
1996-09-20do not fool people into thinking VNODEPAGER is an option; netbsd pr#2757, ↵Theo de Raadt
erik@aarhus1.uni-c.dk
1996-09-04Enable extra scsi drives and scannersNiklas Hallqvist
1996-09-04s/rnd/random/Niklas Hallqvist
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-31disable TCP_COMPAT_42Theo de Raadt
1996-08-29rnd -> randomTheo de Raadt
1996-08-23From NetBSD: new keymap handling (should be integrated with kbd later)Niklas Hallqvist
1996-08-23From NetBSD: Build rules for amiga/stand/loadkmapNiklas Hallqvist
1996-08-23From NetBSD: Build rules for amiga/standNiklas Hallqvist
1996-08-23From NetBSD: A config suitable for installsNiklas Hallqvist
1996-08-23From NetBSD: build stand/Niklas Hallqvist
1996-08-23Merge to late July NetBSD, more to come...Niklas Hallqvist
1996-08-23Add missing device decls (acd, rd, rnd,uk & wd)Niklas Hallqvist
1996-08-19Oops major {fd = 2} was doubly specifiedNiklas Hallqvist
1996-08-19Merge of Late July NetBSD + s/options/option/Niklas Hallqvist
1996-08-19IDE & ATAPI added, s/options/option/Niklas Hallqvist
1996-08-19Include generic GENERIC :-) Add ISA-support. Merge NetBSD Late JulyNiklas Hallqvist
1996-08-19Remove some dependencies on Makefile, an amiga is slow as it is..Niklas Hallqvist
1996-08-19Added wd, fd & acd major numbers. Fixed a typo. Fake isadma define.Niklas Hallqvist
1996-08-19Merge of Late July NetBSD sources (mostly DRACO support). More to come...Niklas Hallqvist
1996-08-19Addition of IDE WD&ATAPI CD config (Ram disk too, but out-commented)Niklas Hallqvist
1996-08-15Change old -c flag to -C, support -c for BOOT_CONFIGNiklas Hallqvist