Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-02-17 | miscellaneous 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-15 | Enable phys found in various USB devices on more archs. | Jonathan Gray | |
ok brad@, dlg@ | |||
2005-01-21 | Overhaul 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-14 | ubt(4): USB Bluetooth driver, commented out in all kernel config | Alexander Yurchenko | |
files for now. Adopted from FreeBSD for our netbt stack. Help in testing by many, ok markus@ | |||
2005-01-13 | we only need one copy of wsmux. | Dale Rahn | |
2005-01-06 | use wsmux more; miod ok | Theo de Raadt | |
2005-01-04 | Remove or comment out stuff installation media can live without. | Miod Vallat | |
2005-01-04 | cleaner pci/fcom arm cats vs zaurus config. | Dale Rahn | |
2005-01-03 | put keyboard on mux 1; miod ok | Theo de Raadt | |
2004-12-26 | Better include-once-only preprocessor symbol name. | Miod Vallat | |
2004-12-25 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat | |
no functional change. | |||
2004-12-19 | disable uyap by default, because it is that rare | Theo de Raadt | |
2004-12-17 | Support for the eap MIDI UART from NetBSD. | Jonathan Gray | |
Tested by serveral people. ok millert@, mickey@ | |||
2004-11-19 | More aggressive strip flags for non debug kernels; this is a noop on some | Miod Vallat | |
architectures, but saves a few dozen KB on alpha and ppc. ok deraadt@ | |||
2004-11-12 | #atu | Theo de Raadt | |
2004-11-02 | Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional | Miod Vallat | |
change. | |||
2004-10-08 | pseudo-device crypto is unnecessary for installs. | Ryan Thomas McBride | |
kill kill kill kill miod@ | |||
2004-10-05 | Port 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-01 | Add lc(4), reported as working by mcbride@ | Dale Rahn | |
2004-09-16 | Remove remnants of dale's debugled() code, and quiet early boot process more. | Miod Vallat | |
ok drahn@ | |||
2004-09-16 | spacing | Theo de Raadt | |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; | |||
2004-08-05 | again, sync usb device support accross archs by adding cdce | David Gwynne | |
ok deraadt@ | |||
2004-05-19 | de __P of sys/arch/cats. | Dale Rahn | |
2004-04-18 | unify the whole USB section with the already-improved i386 GENERIC | Peter Valchev | |
2004-04-07 | hifn card works just fine (with working /dev/crypto). | Dale Rahn | |
2004-03-11 | add more phy | Theo de Raadt | |
2004-03-11 | Honour RB_USERREQ in cats boot() | Tom Cosgrove | |
reminded by miod@, ok deraadt@ | |||
2004-02-26 | APERTURE and USER_PCICONF for possible X server support. | Dale Rahn | |
2004-02-23 | switch to copying, with very slight modifification, i386/disksubr.c instead | Dale Rahn | |
of attempting to making a shareable version of the code. | |||
2004-02-23 | Improved boot args parsing. also assume that a bootfile of (hd0)... | Dale Rahn | |
is booting from 'wd0'. | |||
2004-02-22 | pretty a little | Theo de Raadt | |
2004-02-22 | isa ep works | Theo de Raadt | |
2004-02-13 | add a couple of ethernet cards, xl appears to work, em by request. | Dale Rahn | |
2004-02-13 | accept 'setargs -c' or '(hd0)bsd -c' doesn not currently allow for '-c wd0' | Dale Rahn | |
2004-02-12 | Add UKC. | Dale Rahn | |
2004-02-12 | Switch 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-12 | Correctly parse the firmware 'arguments', allows for the passing of the | Dale Rahn | |
root drive. add a couple of options to force console 'f' fcom, 'v' vga | |||
2004-02-11 | Silence early kernel bootstrap unless option VERBOSE_INIT_ARM. | Miod Vallat | |
ok drahn@ | |||
2004-02-11 | Defining __HAVE_DEVICE_REGISTER and an empty device_register() function is | Miod Vallat | |
just plain silly; remove them. ok drahn@ | |||
2004-02-06 | No SUBDIRs here. | Dale Rahn | |
2004-02-06 | fix machine/machine_arch, machine_arch should be arm for all arm systems | Dale Rahn | |
and machine needs to be not set by arch/arm, but by cats. | |||
2004-02-05 | xlint compatible headers. (non-gcc) | Dale Rahn | |
2004-02-03 | Make sure option NO_PROPOLICE only adds the -fno-stack-protector option. | Miod Vallat | |
2004-02-01 | NetBSD -> OpenBSD in the comments. | Miod Vallat | |
2004-02-01 | Sync maxpartitions value with <machine/disklabel.h> | Miod Vallat | |
ok drahn@ | |||
2004-02-01 | tag... | Dale Rahn | |
2004-02-01 | cats (ARM) support for OpenBSD, based on NetBSD code. | Dale Rahn | |