summaryrefslogtreecommitdiff
path: root/sys/arch/cats
AgeCommit message (Collapse)Author
2004-09-16Remove remnants of dale's debugled() code, and quiet early boot process more.Miod Vallat
ok drahn@
2004-09-16spacingTheo de Raadt
2004-09-16cleanup deafult locators (blah ?); please check that your most hated ↵Michael Shalayeff
architecture is still fluffy (;
2004-08-05again, sync usb device support accross archs by adding cdceDavid Gwynne
ok deraadt@
2004-05-19de __P of sys/arch/cats.Dale Rahn
2004-04-18unify the whole USB section with the already-improved i386 GENERICPeter Valchev
2004-04-07hifn card works just fine (with working /dev/crypto).Dale Rahn
2004-03-11add more phyTheo de Raadt
2004-03-11Honour RB_USERREQ in cats boot()Tom Cosgrove
reminded by miod@, ok deraadt@
2004-02-26APERTURE and USER_PCICONF for possible X server support.Dale Rahn
2004-02-23switch to copying, with very slight modifification, i386/disksubr.c insteadDale Rahn
of attempting to making a shareable version of the code.
2004-02-23Improved boot args parsing. also assume that a bootfile of (hd0)...Dale Rahn
is booting from 'wd0'.
2004-02-22pretty a littleTheo de Raadt
2004-02-22isa ep worksTheo de Raadt
2004-02-13add a couple of ethernet cards, xl appears to work, em by request.Dale Rahn
2004-02-13accept 'setargs -c' or '(hd0)bsd -c' doesn not currently allow for '-c wd0'Dale Rahn
2004-02-12Add UKC.Dale Rahn
2004-02-12Switch default console base to vga.Dale Rahn
Setargs format is expected to be eg: 'setargs wd0 -s' the '-' is important to signal the beginning of parameters. so that the hw default string is not used which gives undesired results. Check to see if vga exists in the console attach routine, if it returns failure, use fcom as console.
2004-02-12Correctly parse the firmware 'arguments', allows for the passing of theDale Rahn
root drive. add a couple of options to force console 'f' fcom, 'v' vga
2004-02-11Silence early kernel bootstrap unless option VERBOSE_INIT_ARM.Miod Vallat
ok drahn@
2004-02-11Defining __HAVE_DEVICE_REGISTER and an empty device_register() function isMiod Vallat
just plain silly; remove them. ok drahn@
2004-02-06No SUBDIRs here.Dale Rahn
2004-02-06fix machine/machine_arch, machine_arch should be arm for all arm systemsDale Rahn
and machine needs to be not set by arch/arm, but by cats.
2004-02-05xlint compatible headers. (non-gcc)Dale Rahn
2004-02-03Make sure option NO_PROPOLICE only adds the -fno-stack-protector option.Miod Vallat
2004-02-01NetBSD -> OpenBSD in the comments.Miod Vallat
2004-02-01Sync maxpartitions value with <machine/disklabel.h>Miod Vallat
ok drahn@
2004-02-01tag...Dale Rahn
2004-02-01cats (ARM) support for OpenBSD, based on NetBSD code.Dale Rahn