summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
AgeCommit message (Collapse)Author
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.
1996-05-07Remove cdev_ss_init, there's a def in the MI parts nowNiklas Hallqvist
1996-05-07RCS ID updateNiklas Hallqvist
1996-05-07From NetBSD:Niklas Hallqvist
Floppy driver now supports MSDOS track format. Minor device 1 (/dev/fd?b) uses MSDOS MFM track encoding. From Ezra Story (ezy@panix.com) with a couple of changes by Michael Hitch.
1996-05-07Add back all the stuff I've had to remove due to kernel growth + MSDOSFSNiklas Hallqvist
1996-05-07Use MI cdev_scanner_init macro. Fix tabs.Niklas Hallqvist
1996-05-07Move the vector table to .dataNiklas Hallqvist
1996-05-07Use _vectab instead of Lvectab, which is moving to .dataNiklas Hallqvist
From NetBSD: Add floppy index interrupt processing. Startup modified to work with kernel loaded directly into fast memory. This removes the need to have enough chip memory to load the kernel when booting. Kernel memory is dual-mapped (VA == 0 and VA == PA) for enabling the MMU, and the VA == PA mapping removed after start_c() has completed. Chip memory is still required for the /dev/reload process.
1996-05-07From NetBSD:Niklas Hallqvist
Startup modified to work with kernel loaded directly into fast memory. This removes the need to have enough chip memory to load the kernel when booting. Kernel memory is dual-mapped (VA == 0 and VA == PA) for enabling the MMU, and the VA == PA mapping removed after start_c() has completed. Chip memory is still required for the /dev/reload process.
1996-05-07Add SCSI scanner and MSDOSFS supportNiklas Hallqvist
1996-05-07Move this doc fileNiklas Hallqvist
1996-05-06Correct RCS IDsNiklas Hallqvist
1996-05-06Fix typo, lost newlineNiklas Hallqvist
1996-05-06Fix typo, s/aplx/splx/Niklas Hallqvist
1996-05-06fix arg names (s/cmd/command/).Michael Shalayeff
1996-05-05add general ether_ioctl call in net/if_ethersubr.c,Michael Shalayeff
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff.
1996-05-04From NetBSD:Niklas Hallqvist
Amiga's have two mouse ports
1996-05-04Reintroduce GG2_GET_STATUS macroNiklas Hallqvist
1996-05-04From NetBSD:Niklas Hallqvist
More cleanup for -Wall with DEBUG.