summaryrefslogtreecommitdiff
path: root/sys/arch/cats
AgeCommit message (Expand)Author
2007-06-08include files.bluetooth, so that bluetooth support can be compiled,Jasper Lievisse Adriaanse
2007-06-01some architectures called setroot() from cpu_configure(), *way* before someTheo de Raadt
2007-05-31Add Bluetooth drivers to GENERIC (not enabled - we still have ways to go)Uwe Stuehler
2007-05-19Kernel crash dump support for arm-based platform, with minimal support inMiod Vallat
2007-05-15Remove the MI implementation of mutexes and remove the __HAVE_MUTEXArtur Grabowski
2007-05-15Dummy mutex code for arm platforms. ok drahn@ deraadt@Miod Vallat
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-04-10slighly -> slightlyMiod Vallat
2007-02-28Add Smart Battery Monitor device driver. Provided byAlexander Yurchenko
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2006-10-02One <arm/exec.h> to bind them all.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-07-27Compile all kernels with -Wstack-usage-larger-than-2047, now that allMiod Vallat
2006-07-13include uvm_extern.h for atop() and uvm functions just like in armishMartin Reindl
2006-07-12Orphaned stuff.Miod Vallat
2006-06-01Right at the end of a debug kernel build, the current Makefile copies bsdChristopher Pascoe
2006-05-30Remove dead toes.Miod Vallat
2006-05-26<machine/rtc.h> is really only footbridge-specific, so, after pruning it fromMiod Vallat
2006-05-26No md math.h in OpenBSDMiod Vallat
2006-03-18No need to keep pointers to cfdriver structs in potential boot devices structMiod Vallat
2006-03-17Do not print the result of pci_devinfo() when attaching pcib, since thisMiod Vallat
2006-02-14Homogeneize WSDISPLAY_* option comments (especially on cats)Miod Vallat
2006-02-12Remove dead sysbeep driver and unused sysbeep() routine. No functional change.Miod Vallat
2006-01-17Upon halt, invoke resettodr() on arm platforms, unless we have been sittingMiod Vallat
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2005-12-27Instead of using options to configure code, use machine header filesDale Rahn
2005-12-27Remove unused sw_nblks field of struct swdevt. Then, remove swapconf()Miod Vallat
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-01fix #endif crudTheo de Raadt
2005-11-25splimp -> splhigh in setroot()/rootconf().Brad Smith
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-08-28axe gig needs eephy; noted by dlg/jsg, add to required mediaTheo de Raadt
2005-08-03missing safte/ses/scsibus piecesMartin Reindl
2005-06-17uipaq/ucom support; written by isis@www.cs.umd.eduTheo de Raadt
2005-06-14Remove de(4) from cats, it does not work for any of the developers inDale Rahn
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
2005-05-13/dev/speaker node on cats.Miod Vallat
2005-05-13enable spkr by default; ckuethe 4201Theo de Raadt
2005-05-06Fix links target.Marco Peereboom
2005-05-06make tags and links work, and use all sourcesUwe Stuehler
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-21correct idiom for snprintf failure handling; ok beckTheo de Raadt