summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Collapse)Author
1997-01-20Accept partitions looking like, but not matching exactly,Niklas Hallqvist
an ADOS FS partition, as ADOSFS. some %lx -> %x. Print diagnostic for more unknown partition types.
1997-01-19From Ignatios Souvatzis (NetBSD):Niklas Hallqvist
Fix PR 3090. While here, fix two other comments.
1997-01-19From Gordon W Ross (NetBSD):Niklas Hallqvist
Use db_regs_t instead of struct mc68020_saved_state
1997-01-18move the RB_TIMEBAD handling to where "howto" is reachableNiklas Hallqvist
1997-01-18Avoid a double trapNiklas Hallqvist
1997-01-18Use scsiprintNiklas Hallqvist
1997-01-17r?index -> strr?chrTodd C. Miller
1997-01-17don't update battery backed up clock if system time is wrong from beginkstailey
in ddb.
1997-01-16Sync to NetBSD 970110Niklas Hallqvist
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1997-01-13preliminary support for the Apollo 060 acceleratorNiklas Hallqvist
Thanks a lot, Michael van Elst <mlelstv@serpens.swb.de>
1997-01-05Add cross back, as it at least compiles nowNiklas Hallqvist
1997-01-05First stab at making a VM-controlled bankswitching driverNiklas Hallqvist
for the CrossLink driver
1997-01-04bus.h not bus.old.hNiklas Hallqvist
1997-01-04Temporarily comment out cross as it is not compiling yetNiklas Hallqvist
1997-01-04I use IP-filtering at home now tooNiklas Hallqvist
1997-01-04Use fancy macrosNiklas Hallqvist
1996-12-23use _{NLIST,KERN}_DO_{AOUT,ELF,ECOFF} to select binary typesTheo de Raadt
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