summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2001-03-29Instead of commenting out the awacs, "disable" it. It is then possibleDale Rahn
2001-03-29Ok, forgot to clean up debug prints before checkin on that file.Dale Rahn
2001-03-29Detect pci bus base more accurately, and save it's size.Dale Rahn
2001-03-29Add support structures for bus space detection/allocation (pci_addr_fixup).Dale Rahn
2001-03-29Add device node for audio.Dale Rahn
2001-03-29Major cleanup.Dale Rahn
2001-03-29Add FFS_SOFTUPDATES option. It is actively being worked on, if not stable.Dale Rahn
2001-03-29Add support for new gpio, abtn, and awacs devices.Dale Rahn
2001-03-29AWACS audio driver for some apple systems. Tested and works on some systems,Dale Rahn
2001-03-29The gpio module is used on newer laptops to route that adb interrupt.Dale Rahn
2001-03-29Add ADB "button" driver. used for brightness/volume control on some systems.Dale Rahn
2001-03-29Code cleanup, some update from Nbsd.Dale Rahn
2001-03-29Defines for things we should find useful soon. addition PM functionality.Dale Rahn
2001-03-29changes from NetBSD and ftp://nandra.iri.co.jp/pub/NetBSD/macppc/ADB-patchDale Rahn
2001-03-29When initializing a timeout, make certain the parameter to be passedDale Rahn
2001-03-29Update to adb_direct, from Nbsd.Dale Rahn
2001-03-29Update to ADB mouse driver, from Nbsd.Dale Rahn
2001-03-29Update for adb keyboard driver, from Nbsd.Dale Rahn
2001-03-29If in pmap_kernel() allow vtop for all 1-1 mapped pages.Dale Rahn
2001-03-29Variables removed from common need to live somewhere. Here is good.Dale Rahn
2001-03-29Add OpenBSD tag to headers missing them.Dale Rahn
2001-03-29bus_space_*_raw_multi_* is supposed to take u_int8_t parameter, notDale Rahn
2001-03-29Make several global variables referenced as extern, not common.Dale Rahn
2001-03-29Update to newer version from Nbsd. Add OpenBSD tag.Dale Rahn
2001-03-29Add support for Yamaha DS-XG based audio chips, as found in machines such asAaron Campbell
2001-03-29big bangMichael Shalayeff
2001-03-29leaf_entry, better entryMichael Shalayeff
2001-03-29define leaf_entry, better entryMichael Shalayeff
2001-03-29steal alpha cdefs.h for we lack out own anywayMichael Shalayeff
2001-03-29cpudev_data.h here needed notMichael Shalayeff
2001-03-29here labels we defineMichael Shalayeff
2001-03-29regen we doMichael Shalayeff
2001-03-29the content we define, decide for names and labels includer isMichael Shalayeff
2001-03-29context and stack setup proper, better map/unmapbufMichael Shalayeff
2001-03-29various fixes, new _pmap_enter for pmap new, space policeMichael Shalayeff
2001-03-29.comm in .bssMichael Shalayeff
2001-03-29.comm in .bss, ldo R% of pdc wrapper stackMichael Shalayeff
2001-03-28start of textMichael Shalayeff
2001-03-28kcopy must restore the previous pcbonfault, not zero it.Artur Grabowski
2001-03-28use diag not .word, better tlabel usageMichael Shalayeff
2001-03-28enable cy* by defaultTheo de Raadt
2001-03-28identify Cyrix III; from Armin Wolfermann <armin@wolfermann.org>Michael Shalayeff
2001-03-28ldil requires L% always it seemsMichael Shalayeff
2001-03-28Replaced with bt8xx.h; byebye.Federico G. Schwindt
2001-03-27Move the boot loader relocation address higher, for full-featuredMiod Vallat
2001-03-27__weak_alias, __warn_references, __indr_reference are unimplemented now; from d@Michael Shalayeff
2001-03-27Make this compile correctly for non-mvme187 compatible kernelMiod Vallat
2001-03-25Minor mods to DMA interface - get rid of unnecessary args. Allow DMA function...Constantine Sapuntzakis
2001-03-25add bpfilter (bpf) to RAMDISK kernel for dhcp support.Dale Rahn
2001-03-24Remove an #ifdef PMAP_NEW so userland (specifically ps) doesn'tTodd C. Miller