Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-09-27 | Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. | Alexander Yurchenko | |
2006-09-27 | Add files.onewire to all our USB archs, it will be used soon. | Alexander Yurchenko | |
2006-08-18 | add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming) | Jason Wright | |
2006-08-14 | Enable uslcom(4) and uark(4) on all the USB capable archs. | Jonathan Gray | |
2006-08-11 | add rum(4) on arches where ural(4) is enabled. | Damien Bergamini | |
rum(4) has been tested on i386 by niallo@ and me and on sparc64 by Pablo Mendez Hernandez so I assume it is endian safe and 64bit clean. | |||
2006-07-27 | Compile all kernels with -Wstack-usage-larger-than-2047, now that all | Miod Vallat | |
offending code has been taken out and shot. ok deraadt@ | |||
2006-07-11 | sync | Michael Shalayeff | |
2006-06-16 | enable mpi. | Marco Peereboom | |
Who says we don't need U320 SCSI on hppa? Cookie for dlg! ok deraadt dlg | |||
2006-06-01 | Right at the end of a debug kernel build, the current Makefile copies bsd | Christopher Pascoe | |
(with symbols) to bsd.gdb, then strips bsd. This diff makes it rename the file with symbols, and then asks strip to output the stripped version as bsd. Avoids a potentially lengthy wait when we would otherwise copy the large (50MB+) kernel with debug symbols. ok reyk@ ketennis@ | |||
2006-04-05 | Enable an(4) on BE archs now that it works. | Kurt Miller | |
2006-03-24 | hppa has CardBus and USB as well so add umsm(4). | Jonathan Gray | |
Pointed out by mickey. | |||
2006-01-11 | hotplug(4) and hotplugd(8) here | Martin Reindl | |
2006-01-09 | Disable an(4) on BE archs until it works. | Jonathan Gray | |
2005-12-12 | Only include PROCFS on kernels which have either COMPAT_LINUX or COMPAT_SVR4, | Miod Vallat | |
otherwise it's just a waste of bytes. ok deraadt@ mickey@ | |||
2005-12-06 | Remove fdescfs | Pedro Martelletto | |
2005-10-27 | em kind of works now (not under heavy nfs load); ok brad | Theo de Raadt | |
2005-08-28 | axe gig needs eephy; noted by dlg/jsg, add to required media | Theo de Raadt | |
2005-08-03 | enable safte and ses on all archs that appear to have real scsi busses | David Gwynne | |
ok deraadt@ beck@ marco@ | |||
2005-08-01 | Change the compilers default scheduling settings from PA-8000 (4 instructions | Miod Vallat | |
in parallel) to PA-700 (no parallel instructions) on 32-bit hppa. This causes gcc to produce slightly faster code on most supported hppa, no change in code size. Tested by marcop@, mickey@, I and a few others; ok mickey@ | |||
2005-06-21 | give it wdc@pcmcia | Michael Shalayeff | |
2005-06-21 | include msdosfs and udf and a missed config line for wax on c-class | Michael Shalayeff | |
2005-06-21 | USB support | Martin Reindl | |
ok mickey@ | |||
2005-06-21 | move .rodata out of .text to make more space | Michael Shalayeff | |
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt | |
2005-06-09 | it appears asp occupies more space than intially thought and | Michael Shalayeff | |
audio wraps off the edge making troubles. make sure gsc attachment follows the amsk from the parents and also extend the asp's range to a full 512m. found by Graham Gower <graham.gower@gmail.com> on 735 testing by miod@ on 715 | |||
2005-05-27 | add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@ | Dale Rahn | |
2005-05-26 | Add atapiscsi in parallel with scsibus@usb, this only changes system | Dale Rahn | |
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@ | |||
2005-05-10 | add epic commented out | Michael Shalayeff | |
2005-05-10 | explicitly align unwind data to 8 bytes; from chs | Michael Shalayeff | |
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith | |
ok deraadt@ | |||
2005-05-01 | spelling | David Krause | |
2005-04-30 | start the job of making things look more alike | Theo de Raadt | |
2005-04-30 | nice docs at top of GENERIC | Theo de Raadt | |
2005-03-26 | enable compat_hpux and a commented out compat_linux | Michael Shalayeff | |
2005-03-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-02-24 | add wax@uturn; found on c180 | Michael Shalayeff | |
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-06 | use wsmux more; miod ok | Theo de Raadt | |
2004-12-08 | commented out {e,o}hci@cardbus | Michael Shalayeff | |
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 | commented out atw | Michael Shalayeff | |
2004-11-12 | #atu | Theo de Raadt | |
2004-10-29 | cleanup and put app eps in one place like other drivers | Michael Shalayeff | |
2004-10-29 | Split mongoose and add a gscbus attachment, for the eisa slots in B series. | Miod Vallat | |
This is still a work in progress. feedback and ok mickey@ | |||
2004-10-28 | Add wax at phantomas now that it works; provides access to the second serial | Miod Vallat | |
port on A- and B-class machines. ok mickey@ | |||
2004-10-14 | astro and elroy will be elsewhere | Michael Shalayeff | |
2004-10-08 | Move dev/cons.c to MI conf/files. | Alexander Yurchenko | |
ok 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-09-30 | enable ne@pci and add commented out rl | Michael Shalayeff | |
2004-09-16 | cleanup deafult locators (blah ?); please check that your most hated ↵ | Michael Shalayeff | |
architecture is still fluffy (; |