summaryrefslogtreecommitdiff
path: root/sys/arch/cats
AgeCommit message (Collapse)Author
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-02-17miscellaneous typo fixes:Jean-Francois Brousseau
- sturct -> struct (spotted by pedro) - elimination of consecutive 'the' words ok jmc@, henning@, krw@, robert@, some whining by jolan@
2005-02-15Enable phys found in various USB devices on more archs.Jonathan Gray
ok brad@, dlg@
2005-01-21Overhaul of the pxa2x0_lcd code, to allow early (before autoconf) attachment,Miod Vallat
and collateral changes. Because this driver requires us_dma (and as such, vm services) to work, it can not be selected in consinit(). Instead, add a hook to the arm cpu_startup() which will, on zaurus, switch console from serial (selected in consinit()) to lcd. This also makes the zaurus-specific early pxa2x0_clkman() substitute code cleaner. While there, move boot -c handling later, after the glass console is set up. Tested by drahn@ and uwe@
2005-01-14ubt(4): USB Bluetooth driver, commented out in all kernel configAlexander Yurchenko
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@
2005-01-13we only need one copy of wsmux.Dale Rahn
2005-01-06use wsmux more; miod okTheo de Raadt
2005-01-04Remove or comment out stuff installation media can live without.Miod Vallat
2005-01-04cleaner pci/fcom arm cats vs zaurus config.Dale Rahn
2005-01-03put keyboard on mux 1; miod okTheo de Raadt
2004-12-26Better include-once-only preprocessor symbol name.Miod Vallat
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
no functional change.
2004-12-19disable uyap by default, because it is that rareTheo de Raadt
2004-12-17Support for the eap MIDI UART from NetBSD.Jonathan Gray
Tested by serveral people. ok millert@, mickey@
2004-11-19More aggressive strip flags for non debug kernels; this is a noop on someMiod Vallat
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@
2004-11-12#atuTheo de Raadt
2004-11-02Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functionalMiod Vallat
change.
2004-10-08pseudo-device crypto is unnecessary for installs.Ryan Thomas McBride
kill kill kill kill miod@
2004-10-05Port of NetBSD's udav driver for Davicom USB DM960 based Ethernet.Jonathan Gray
Thanks to Mark Uemura for donating several of these adapters. Tested by and ok deraadt@
2004-10-01Add lc(4), reported as working by mcbride@Dale Rahn
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