Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-29 | Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untested | Miod Vallat | |
due to lack of hardware. | |||
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-10-20 | Provide real console drivers on installation media, and deem pcons obsolete | Miod Vallat | |
(I still need to port a few SBUS video drivers from sparc to sparc64 for pcons to become really really unlikely used). GENERIC is just being reordered, RAMDISK* get the real additions, and it still fits even on the U1/1E/2 floppy disk. | |||
2004-10-20 | vr(4) now works out of the box and brings defenceless sparc64 in a new age | Miod Vallat | |
of misery, reported by Jean-Marc "Batou" Harang. | |||
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-10-01 | add a blink_led API (shaves ~1k from GENERIC) rather than have the same | Jason Wright | |
logic in 3 files. Devices register a function to be called to turn the led on and off based on load average. (Note: rerun config and make depend) | |||
2004-09-30 | rl(4) support for sparc64; ok jason@ | Robert Nagy | |
2004-09-28 | add clkbrd@fhc | Jason Wright | |
2004-09-28 | driver for "clock-board" (mainly blinky lights, but also has information ↵ | Jason Wright | |
about the chassis) | |||
2004-09-27 | Important stuff: blinky lights for fhc | Jason Wright | |
2004-09-24 | zs@fhc | Jason Wright | |
2004-09-23 | prepare the way for multi-bus attachment of zs (specifically zs@fhc). | Jason Wright | |
Remove the zs@mainbus stuff from files.sparc64 (nothing uses it) don't forget to rerun config... | |||
2004-09-23 | central@mainbus, fhc@central, fhc@mainbus, and clock@fhc | Jason Wright | |
2004-09-22 | infrastructure for central, fhc(mainbus/central), and clock@fhc | Jason Wright | |
2004-09-21 | change sbus0 to sbus* for consistency, miod@ | Dale Rahn | |
2004-09-21 | Allow for multiple sbus host bridges. eg, on e4500. from jason, ok miod | Dale Rahn | |
2004-09-18 | fix typo in puc(4) line comment (universial->universal) | Peter Valchev | |
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-26 | sync with GENERIC for PCI NICs and MII PHY drivers | Brad Smith | |
ok deraadt@ | |||
2004-08-19 | Enable puc and com@puc; fixes PR 3823 | Miod Vallat | |
ok deraadt@ | |||
2004-08-01 | sigh, and here too | Theo de Raadt | |
2004-06-21 | Add support for agten(4) - on Andrey's U2 the PROM is not able to initialize | Miod Vallat | |
the board correctly, though. | |||
2004-06-20 | Port mgx(4) to sparc64. | Miod Vallat | |
2004-06-20 | Port the rfx(4) frame buffer driver to sparc64. | Miod Vallat | |
2004-06-20 | zx(4) support for sparc64, tested on an Ultra 2. | Miod Vallat | |
2004-05-30 | Devices hot plugging support. | Alexander Yurchenko | |
The hotplug pseudo-device passes device attachment and detachment events to userland. When a device attaches or detaches, the corresponding event is queued. The events can then be obtained from the queue through the read(2) call on the /dev/hotplug device file. Each event consists of event type (attach/detach), device class (DV_*) and device name (sd1 e.g.). We have hotplug pseudo-device on alpha, amd64, i386, macppc and sparc64. Since it was tested only on i386 other archs has it commented out in GENERIC until tested. The idea liked peter@ tedu@ drahn@ millert@ marco@ henning@. Ok deraadt@. | |||
2004-04-18 | unify the whole USB section with the already-improved i386 GENERIC | Peter Valchev | |
2004-04-14 | enable all USB devices for which we have support in the tree; ok deraadt@ | Christian Weisgerber | |
2004-04-03 | - report known USB device vendors | Christian Weisgerber | |
- uftdi works ok deraadt@ | |||
2004-03-20 | add support for the lebuffer sbus le units | Theo de Raadt | |
2004-01-31 | add another USB device... as requested | Theo de Raadt | |
2004-01-04 | put INET6, rtsol, and ping6 onto media where it fits. install.sub changes | Theo de Raadt | |
which begin to enable use of this will follow at a later time. | |||
2003-12-04 | creator needs wsemul_sun attribute. | Miod Vallat | |
2003-11-20 | Add -fno-builtin-print -fno-builtin-log to i386/sparc/sparc64/hppa. | Marc Espie | |
No confirmed report of `this work' for other arches yet... | |||
2003-08-14 | add uhci based on suggestion from loki at niteshade dot net | Jason Wright | |
2003-07-23 | add ahc and clean things a bit | Jason Wright | |
2003-07-22 | Fix .depend generation for assym.h. Resolves PR 1154. | Otto Moerbeek | |
ok deraadt@ | |||
2003-07-15 | include the puc stuff (currently commented out in GENERIC) | Jason Wright | |
2003-06-23 | Split the stp driver into its core, and md attachment routines, and provide | Miod Vallat | |
attachment routines for sparc and sparc64. | |||
2003-06-16 | Provide the same fbxxx() api as on sparc, in order to factorize more code | Miod Vallat | |
and eventually share some drivers. This also brings us screen unblanking upon entering ddb, which can be really useful at times... | |||
2003-06-13 | no more "option _LP64". | Brad Smith | |
2003-06-13 | em fits | Theo de Raadt | |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and ↵ | Ted Unangst | |
mickey. | |||
2003-05-14 | Make the "slot" and "offset" locators for sbus drivers optional in | Miod Vallat | |
configuration lines. | |||
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod Vallat | |
stack protection when building kernels. Intended to be used on installation media, with tight space constraints - currently, only added where SMALL_KERNEL was already defined. Not thoroughly tested, but requested by deraadt. |