summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Collapse)Author
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
1996-08-04Change of our extensions to the bus.h interface. Remove host_to_busNiklas Hallqvist
functions and instead provide raw byte-buffer reads with wide datapaths.
1996-08-04Implement correct bus.h functions and our extensionsNiklas Hallqvist
1996-08-04Do not mix differently signed entities in comparisons.Niklas Hallqvist
Remove unnecessary include.
1996-08-03Bring in last change from dev/isa/if_ed.cNiklas Hallqvist
1996-07-27handle RB_CONFIGTheo de Raadt
1996-07-15add rnd driverMichael Shalayeff
1996-06-11Include ATAPI MI driversNiklas Hallqvist
1996-06-10Fix typo in commentNiklas Hallqvist
1996-06-07a NULL curproc could doublefaultNiklas Hallqvist
1996-06-04Cleanup for -Wall & -Wstrict-prototypesNiklas Hallqvist
1996-06-04Feed -g to $CC when compiling CRASH's kernelNiklas Hallqvist
1996-06-04Cleanup for -Wall & -Wstrict-prototypes. clockcia is a pointer, not a structNiklas Hallqvist
1996-06-04$OpenBSD$ militiaNiklas Hallqvist
1996-06-04Cleanup for -Wall -Wstrict-prototypesNiklas Hallqvist
1996-06-02Our gcc needs -Wno-format for kernel compiles when using -Wall -WerrorNiklas Hallqvist
1996-06-02Updated to NetBSD 1.100 if_ed.c, and -Wall cleanupNiklas Hallqvist
1996-05-31Added prototypesNiklas Hallqvist
1996-05-31-Wno-uninitialized is a good idea when doing -Wall -WerrorNiklas Hallqvist
1996-05-29Merge of 960526 NetBSDNiklas Hallqvist
1996-05-29enable ELF/a.out/ECOFF in machine/exec.hTheo de Raadt
1996-05-28Ignore CRASH directoryNiklas Hallqvist
1996-05-28Neil Brewitt's (first OpenBSD/Amiga "user") kernel configNiklas Hallqvist
1996-05-28depend uses :: as operatorNiklas Hallqvist
1996-05-28Implement bootsync() again, and let boot() call itNiklas Hallqvist
1996-05-28update the isaed driver to better reflect the current MI ed oneNiklas Hallqvist
1996-05-15add all the possible SCSI device types to the GENERIC configs.Michael Shalayeff
1996-05-09From NetBSD:Niklas Hallqvist
Make the MI LANCE driver standalone, and use cfattach to resolve naming conflicts between bus attachments on ports that can have multiple instances of the LANCE.
1996-05-09From NetBSD:Niklas Hallqvist
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)() to take a struct ifnet *, rather than a unit number.
1996-05-09From NetBSD:Niklas Hallqvist
Changed struct ifnet to have a pointer to the softc of the underlying device and a printable "external name" (name + unit number), thus eliminating if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)() to take a struct ifnet *, rather than a unit number.
1996-05-09Remove bootsync(), use vfs_shutdown() insteadNiklas Hallqvist
1996-05-08fix reboot panic.Michael Shalayeff
1996-05-07From NetBSD:Niklas Hallqvist
Make this compile. Fixes PR#2047
1996-05-07Restructure and document a bit. Also fixed a confusing bug, whichNiklas Hallqvist
actually might turn out a feature... :-) But I want to test that a bit more before having that into the tree.
1996-05-07From NetBSD:Niklas Hallqvist
Add support for loading kernel into fastmem, if the kernel also supports loading into fastmem. This removes the requirement that the kernel fit into chipmem. Add a -Z flag to force loading into chip memory. Add a -s option for compatibility with my bootblock loader. Move the test exit to just before starting the kernel; this lets the test mode actually load the kernel and do the version checks.