summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
1997-05-14working bsd.rd; without vi for nowTheo de Raadt
1997-05-14Changed 3 occurneces of "NetBSD/sparc" to "OpenBSD/sparc", in stringsjohns
that are printed when a kernel is configured without support for a given kernel arch.. i.e. "OpenBSD/sparc: This kernel does not support xxxx"
1997-05-14kernel for ramdisksTheo de Raadt
1997-05-14ramdisk support, forgot this last roundNiklas Hallqvist
1997-05-14for consistency: change kernel config file name from GENERIC_xxx toThomas Graichen
GENERIC.xxx too and adapt etc.pmax/Makefile.inc to reflect the new compile dir names
1997-05-14Don't need bpf or vnd -- shave a few bytes.Todd C. Miller
1997-05-14Whoops back out some changes from my local tree.gene
1997-05-14if generic miniroot, kill swap entryTheo de Raadt
1997-05-14add rd supportTheo de Raadt
1997-05-13minimizeTheo de Raadt
1997-05-13slight code reorgNiklas Hallqvist
1997-05-13slight KNFNiklas Hallqvist
1997-05-132.1 + KNF + some trimming to fitNiklas Hallqvist
1997-05-13Fix IPFILTER & ramdisk configuration infoNiklas Hallqvist
1997-05-13Add ramdisk config stuffNiklas Hallqvist
1997-05-13Add ramdisk devices + some cleanupNiklas Hallqvist
1997-05-13check for iso9660 disklabel FIRST. This will be an experiment of sortsTheo de Raadt
1997-05-13support cd9660 filesystem, tooTheo de Raadt
1997-05-13fake -s and -e options to indicate start of the /boot in cd9660 land.Theo de Raadt
Later on this should be replaced by proper cd9660 groking code.
1997-05-12According to Dave Huang (khym@bga.com), the powerbook 150 works better if wegene
use Duo-class ROM vectors. Brings support for this machine much closer.
1997-05-12bring GENERIC up to date and add two new kernels:Thomas Graichen
* GENERIC_NFS - for netbooting with root & swap via nfs * GENERIC_rz0 - root & swap hardcoded to rz0 - required for zip drives - don't ask me why (kernels explicitely configured to the scsi id of the zip drive crash ...)
1997-05-11don't config the floppy on Sun4m's, since the the driver isn't right and ↵grr
doing anything near the floppy blows the system
1997-05-11Current updatePer Fogelstrom
1997-05-11More profiling gunk...Per Fogelstrom
1997-05-11Allow ABICALLS set outside filePer Fogelstrom
1997-05-11Make "make tags" work. (I hope...)Per Fogelstrom
1997-05-11Remove extra load...Per Fogelstrom
1997-05-11Boot block for the wgrisc!Per Fogelstrom
1997-05-11Allow setting of ABICALLS outside filePer Fogelstrom
1997-05-08include bus.h to prevent compiler warnings and other problems.gene
1997-05-08Add slip support back inThorsten Lockert
1997-05-08comment out MFS, FIFO, and COMPAT_[0-9]+; add PCI edTodd C. Miller
1997-05-08Some trimming, add necessary stuff like ed, CD9660 & KERNFSNiklas Hallqvist
1997-05-08sync to i386Theo de Raadt
1997-05-08wandering fix from provosTheo de Raadt
1997-05-08only detect first 166/165 as validTheo de Raadt
1997-05-07axppci33-only GENERICTodd C. Miller
1997-05-07leaner and meanerTheo de Raadt
1997-05-07Turn off si driver's dma by default. Unfortunately, DMA doesn't work.gene
1997-05-06Add IP filter log into cdevswNiklas Hallqvist
1997-05-06add ipl devicekstailey
1997-05-05This is not getting picked up from ../Makefile.incDale S. Rahn
set it here. This probably will go away shortly for preference to ofwboot.
1997-05-05only build one version of the libraries.Dale S. Rahn
1997-05-05add Extended partition id.Dale S. Rahn
I hate when things are sitting around in trees forgotten.
1997-05-05Remove comment about an XXX that has been fixed.Todd C. Miller
1997-05-05add ccd to GENERICThomas Graichen
1997-05-05@echo -> echoThomas Graichen
1997-05-05Updates from NetBSD (cgd):Todd C. Miller
- seriously clean up makefiles. use libsa/libkern/libz as appropriate, and don't build the various sources into objs locally by specifying them directly in the Makefiles. - move the secondary bootstrap down (to 0x20004000), and add a HEAP_LIMIT so that we don't exhaust our bootstrap address space (when using the new, not yet checked in, memory allocator). - clean up installboot, deal with secondary bootstrap programs not on 'a' partition or 'a' partition not starting at 0. - add padding to structures in bbinfo.h for future expansion. Add a netbbinfo structure to allow netboot information to be hard-coded in network boot blocks, so that they can be made to work even on systems with firmware which doesn't support the new "ethernet address in boot device" convention. - move the sync() calls to the correct place in installboot.c - remove a kludge in disk.c which was breaking multiple opens/closes of the disk - allow netboot ethernet address to be hard-coded into binary so that machines with old firmware which doesn't pass it in the boot device can work. Assume that if the ethernet address isn't passed in, it uses the old (dain-bramaged) 'read' interface works on my 3000/300LX. - Add setnetbootinfo, a program to hard code an ethernet address into a network boot. - move an 'int debug;' into boot.c (it was the only diff between boot.c and netboot.c), and nuke netboot.c (using boot.c instead for net boot blocks). - add cd9660 file system ops to the file system ops table in filesystem.c - if a file name is given (i.e. BOOTED_FILE) is set, boot only that file, but if not then try to boot "bsd", "bsd.bak", "bsd.old", and "obsd" (in that order) until one is found or until the list of names is exhausted. - add support for reading gzipped kernels. - use strerror() to print errors, rather than just printing error numbers - if no disk label exists, fake one up - slightly relax the block size checks in bootxx.c; they were a bit to paranoid And local changes: - don't build a copy of libsa/libkern/libz for each boot prog, just build a single copy and use it for everything.
1997-05-04Don't use head when we already use awk.Todd C. Miller
1997-05-04Add newer S3 chipsets that pcvt supports. Fix from William WisnerTodd C. Miller
<wisner@gryphon.com>. Closes PR#180.