Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-21 | Don't need option SUN4U. It's not -really- an option on sparc64, duh. | Jason Wright | |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt | |
so that things can use it; tested on all architectures; ok kettenis | |||
2006-06-18 | enable udcf(4) on sparc64, works on my Blade 100; ok mbalmer@ | Christian Weisgerber | |
2006-06-16 | skeleton driver for power button on u5.. does precisely nothing except attach. | Jason Wright | |
Will hook it into the right places this weekend (and put it into GENERIC and write a man page when it does something useful). | |||
2006-06-02 | ppm driver. We don't use it for much... except to blink the power switch ↵ | Jason Wright | |
led. woot! | |||
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-05-30 | mpi works on sparc64 (running a U3 booted/rooted from one to commit this). | Jason Wright | |
dlg can fix the distrib/www stuff to doc it. | |||
2006-05-28 | placeholder driver for the bbc,beep device. should be straightforward | Jason Wright | |
to fill in later. | |||
2006-05-27 | add mpi(4) glue. commented out for now | David Gwynne | |
2006-05-15 | Merge creator attachment code again, it turns out the upa/mainbus attachment | Miod Vallat | |
code split is not necessary after all; ok jason@ | |||
2006-03-04 | creator needs rasops32 only, and vgafb never needs rasops24. | Miod Vallat | |
2006-03-04 | add art(4) here. | Brad Smith | |
2006-02-16 | pcscp(4) works | Martin Reindl | |
ok brad@, miod@ | |||
2006-02-10 | driver for Philips PCF8591 I2C ADC sensor. Because of the mindlessness | Damien 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-01 | a driver for the phillips pcf8584 i2c controller as found on the sun netra | David Gwynne | |
t1 105. tested by henning@ djm@ ok kettenis@ put it in deraadt@ | |||
2006-01-11 | hotplug(4) and hotplugd(8) here | Martin Reindl | |
2006-01-02 | do i2c initialization using ofw data instead of scanning; ok kettenis | Theo de Raadt | |
this may require some changes for non-pmu controllers later, which may do the ofw tables slightly differently | |||
2005-12-27 | enable some i2c bus drivers (piixpm(4), alipm(4), ichiic(4)) as needed | Theo 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-15 | add ixgb(4) though commented out for now. | Brad Smith | |
2005-11-14 | add de and pcn | Brad Smith | |
2005-11-05 | add or enable lmc(4) | Brad Smith | |
2005-10-10 | add ti(4), commented out sk(4) and some PHY | Brad Smith | |
2005-08-09 | apparently some ultra machines do need this, work by miod; testing my uwe | 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 | I'm Positive these are Type-O. | Miod Vallat | |
2005-08-01 | spacing; ok deraadt@ | David Krause | |
2005-06-30 | enable bge too | Brad Smith | |
2005-06-30 | add stge | Brad Smith | |
2005-06-17 | uipaq/ucom support; written by isis@www.cs.umd.edu | Theo de Raadt | |
2005-06-16 | try schizo in RAMDISK | Theo de Raadt | |
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-22 | enable re(4) and ciphy(4) on sparc64 | Peter Valchev | |
2005-05-16 | add epic(4) | Brad Smith | |
2005-05-02 | sparc64 optimized in4_cksum(). | Brad Smith | |
From NetBSD | |||
2005-05-01 | To allow for MD override of in4_cksum()... | Brad Smith | |
ok deraadt@ | |||
2005-05-01 | spacing; ok miod@ deraadt@ | 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-04-14 | +luphy | Brad Smith | |
2005-03-30 | UDF here too, says mickey and henning | Theo de Raadt | |
2005-03-17 | enable ural | David Gwynne | |
"do it" deraadt@ | |||
2005-03-09 | Preliminary support for the floppy drive on Ultrasparcs. Only tested on | Miod 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-08 | Cosmetics... | Thierry Deval | |
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | |||
2005-03-05 | Now that xbox sort-of works on sparc64, port the cgtwelve driver, since | Miod Vallat | |
the only way to connect it to a sparc64 machine is via an xbox device. | |||
2005-03-05 | Preliminary xbox support: attaches, memory mapping and interrupts work, but | Miod 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-15 | Enable phys found in various USB devices on more archs. | Jonathan Gray | |
ok brad@, dlg@ | |||
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@ | |||
2004-12-30 | add acphy and bmtphy for some aue devices | David Gwynne | |
ok deraadt@ | |||
2004-12-30 | add ehci and enable atu in GENERIC. get rid of the flags on usb since they | David Gwynne | |
are no longer needed for attachement of devices before root is mounted. ok deraadt@ | |||
2004-12-28 | add sqphy | Brad Smith | |