summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/conf
AgeCommit message (Collapse)Author
2006-03-04creator needs rasops32 only, and vgafb never needs rasops24.Miod Vallat
2006-03-04add art(4) here.Brad Smith
2006-02-16pcscp(4) worksMartin Reindl
ok brad@, miod@
2006-02-10driver for Philips PCF8591 I2C ADC sensor. Because of the mindlessnessDamien Miller
of this chip, it is impossible to probe for and we need to be told where it is and how to understand its output. We get this information from openfirmware, but this restricts the use of the driver to sparc64 for now. Only sensors that OFW identifies as temperature sensors are supported at present. prodded by dlg@ "get it in" deraadt@
2006-02-01a driver for the phillips pcf8584 i2c controller as found on the sun netraDavid Gwynne
t1 105. tested by henning@ djm@ ok kettenis@ put it in deraadt@
2006-01-11hotplug(4) and hotplugd(8) hereMartin Reindl
2006-01-02do i2c initialization using ofw data instead of scanning; ok kettenisTheo de Raadt
this may require some changes for non-pmu controllers later, which may do the ofw tables slightly differently
2005-12-27enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as neededTheo de Raadt
by each arch enable adc(4), admtemp(4), admlc(4), admtm(4), admtmp(4), admtt(4), adt(4), lm(4), lmenv(4), lmtemp(4), maxds(4), and maxtmp(4) iic chip drivers too, which provide gobs of sensor info
2005-11-15add ixgb(4) though commented out for now.Brad Smith
2005-11-14add de and pcnBrad Smith
2005-11-05add or enable lmc(4)Brad Smith
2005-10-10add ti(4), commented out sk(4) and some PHYBrad Smith
2005-08-09apparently some ultra machines do need this, work by miod; testing my uweTheo de Raadt
2005-08-03enable safte and ses on all archs that appear to have real scsi bussesDavid Gwynne
ok deraadt@ beck@ marco@
2005-08-01I'm Positive these are Type-O.Miod Vallat
2005-08-01spacing; ok deraadt@David Krause
2005-06-30enable bge tooBrad Smith
2005-06-30add stgeBrad Smith
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-16try schizo in RAMDISKTheo de Raadt
2005-05-26Add atapiscsi in parallel with scsibus@usb, this only changes systemDale Rahn
that dont have atapiscsi@wdc, fixes zaurus, ok krw@ todd@
2005-05-22enable re(4) and ciphy(4) on sparc64Peter Valchev
2005-05-16add epic(4)Brad Smith
2005-05-02sparc64 optimized in4_cksum().Brad Smith
From NetBSD
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
ok deraadt@
2005-05-01spacing; ok miod@ deraadt@David Krause
2005-04-30start the job of making things look more alikeTheo de Raadt
2005-04-30nice docs at top of GENERICTheo de Raadt
2005-04-14+luphyBrad Smith
2005-03-30UDF here too, says mickey and henningTheo de Raadt
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)