summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/conf
AgeCommit message (Collapse)Author
2007-05-22Add elory(4).Mark Kettenis
2007-05-22Add option HP8700_CPU.Mark Kettenis
2007-05-22Hook up astro(4).Mark Kettenis
2007-05-21Add msk(4).Mark Kettenis
2007-05-19Add some phy's found on certain xl(4) models. From brad at comstyle dot com.Mark Kettenis
2007-05-19Uncomment em(4) entry. From brad at comstyle dot com.Mark Kettenis
2007-05-19Uncomment entry for xl(4) here too.Mark Kettenis
2007-05-19Uncomment xl(4).Mark Kettenis
2007-05-05Simple single-processor only mutex implementation.Miod Vallat
2007-05-01RAMDISK kernels do not need DIAGNOSTICTheo de Raadt
2007-02-28Add Smart Battery Monitor device driver. Provided byAlexander Yurchenko
Aaron Linville <aaron@linville.org> in PR 5398.
2007-01-11Add a platform specific sti_pci_is_console() to decide if a given pci stiMiod Vallat
device is the system console; the interface currently passes the pci attachment args and the sti region information, and will hopefully turn to be flexible enough. This allows sti@pci to be used as a console device on hppa, finally. ok mickey@
2006-12-18sti@pci there too, why not.Miod Vallat
2006-12-18Add support for pci-based sti devices. ok mickey@Miod Vallat
2006-09-27Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.Alexander Yurchenko
2006-09-27Add files.onewire to all our USB archs, it will be used soon.Alexander Yurchenko
2006-08-18add ucycom@uhidev and ucom@ucycom on the usb machines (docs are forthcoming)Jason Wright
2006-08-14Enable uslcom(4) and uark(4) on all the USB capable archs.Jonathan Gray
2006-08-11add 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-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
offending code has been taken out and shot. ok deraadt@
2006-07-11syncMichael Shalayeff
2006-06-16enable mpi.Marco Peereboom
Who says we don't need U320 SCSI on hppa? Cookie for dlg! ok deraadt dlg
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher 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-05Enable an(4) on BE archs now that it works.Kurt Miller
2006-03-24hppa has CardBus and USB as well so add umsm(4).Jonathan Gray
Pointed out by mickey.
2006-01-11hotplug(4) and hotplugd(8) hereMartin Reindl
2006-01-09Disable an(4) on BE archs until it works.Jonathan Gray
2005-12-12Only 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-06Remove fdescfsPedro Martelletto
2005-10-27em kind of works now (not under heavy nfs load); ok bradTheo de Raadt
2005-08-28axe gig needs eephy; noted by dlg/jsg, add to required mediaTheo 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-01Change the compilers default scheduling settings from PA-8000 (4 instructionsMiod 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-21give it wdc@pcmciaMichael Shalayeff
2005-06-21include msdosfs and udf and a missed config line for wax on c-classMichael Shalayeff
2005-06-21USB supportMartin Reindl
ok mickey@
2005-06-21move .rodata out of .text to make more spaceMichael Shalayeff
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-09it appears asp occupies more space than intially thought andMichael 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-27add atapiscsi@umass to RAMDISKS as appropriate, ok krw@ deraadt@Dale Rahn
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-10add epic commented outMichael Shalayeff
2005-05-10explicitly align unwind data to 8 bytes; from chsMichael Shalayeff
2005-05-01To allow for MD override of in4_cksum()...Brad Smith
ok deraadt@
2005-05-01spellingDavid 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-03-26enable compat_hpux and a commented out compat_linuxMichael Shalayeff
2005-03-08Cosmetics...Thierry Deval
Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies.
2005-02-24add wax@uturn; found on c180Michael Shalayeff