summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf
AgeCommit message (Collapse)Author
2005-03-17enable uralDavid Gwynne
"do it" deraadt@
2005-03-09Preliminary support for the floppy drive on Ultrasparcs. Only tested onMiod Vallat
SBus machines so far, although EBus attachment glue is provided but not enabled by default. Also, fdformat(8) does not work correctly yet, although reading and writing is safe; this will hopefully be fixed in the near future. ok deraadt@
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-03-05Now that xbox sort-of works on sparc64, port the cgtwelve driver, sinceMiod Vallat
the only way to connect it to a sparc64 machine is via an xbox device.
2005-03-05Preliminary xbox support: attaches, memory mapping and interrupts work, butMiod Vallat
DMA transfers are not implemented yet, and are disabled (which causes drivers to SBus cards on the xbox to fail to attach). In practice, this allows frame buffers to work, maybe more devices; DMA support will be worked on in the near future.
2005-02-15Enable phys found in various USB devices on more archs.Jonathan Gray
ok brad@, dlg@
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@
2004-12-30add acphy and bmtphy for some aue devicesDavid Gwynne
ok deraadt@
2004-12-30add ehci and enable atu in GENERIC. get rid of the flags on usb since theyDavid Gwynne
are no longer needed for attachement of devices before root is mounted. ok deraadt@
2004-12-28add sqphyBrad Smith
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-29Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untestedMiod Vallat
due to lack of hardware.
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-10-20Provide real console drivers on installation media, and deem pcons obsoleteMiod 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-20vr(4) now works out of the box and brings defenceless sparc64 in a new ageMiod Vallat
of misery, reported by Jean-Marc "Batou" Harang.
2004-10-08Move dev/cons.c to MI conf/files.Alexander Yurchenko
ok 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 a blink_led API (shaves ~1k from GENERIC) rather than have the sameJason 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-30rl(4) support for sparc64; ok jason@Robert Nagy
2004-09-28add clkbrd@fhcJason Wright
2004-09-28driver for "clock-board" (mainly blinky lights, but also has information ↵Jason Wright
about the chassis)
2004-09-27Important stuff: blinky lights for fhcJason Wright
2004-09-24zs@fhcJason Wright
2004-09-23prepare 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-23central@mainbus, fhc@central, fhc@mainbus, and clock@fhcJason Wright
2004-09-22infrastructure for central, fhc(mainbus/central), and clock@fhcJason Wright
2004-09-21change sbus0 to sbus* for consistency, miod@Dale Rahn
2004-09-21Allow for multiple sbus host bridges. eg, on e4500. from jason, ok miodDale Rahn
2004-09-18fix typo in puc(4) line comment (universial->universal)Peter Valchev
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-26sync with GENERIC for PCI NICs and MII PHY driversBrad Smith
ok deraadt@
2004-08-19Enable puc and com@puc; fixes PR 3823Miod Vallat
ok deraadt@
2004-08-01sigh, and here tooTheo de Raadt
2004-06-21Add support for agten(4) - on Andrey's U2 the PROM is not able to initializeMiod Vallat
the board correctly, though.
2004-06-20Port mgx(4) to sparc64.Miod Vallat
2004-06-20Port the rfx(4) frame buffer driver to sparc64.Miod Vallat
2004-06-20zx(4) support for sparc64, tested on an Ultra 2.Miod Vallat
2004-05-30Devices 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-18unify the whole USB section with the already-improved i386 GENERICPeter Valchev
2004-04-14enable all USB devices for which we have support in the tree; ok deraadt@Christian Weisgerber
2004-04-03- report known USB device vendorsChristian Weisgerber
- uftdi works ok deraadt@
2004-03-20add support for the lebuffer sbus le unitsTheo de Raadt
2004-01-31add another USB device... as requestedTheo de Raadt
2004-01-04put INET6, rtsol, and ping6 onto media where it fits. install.sub changesTheo de Raadt
which begin to enable use of this will follow at a later time.
2003-12-04creator needs wsemul_sun attribute.Miod Vallat
2003-11-20Add -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-14add uhci based on suggestion from loki at niteshade dot netJason Wright