summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Collapse)Author
2001-04-02PMAP_NEW is now default behaviour, get old pmap with option PMAP_OLD.Niklas Hallqvist
However PMAP_OLD is just there for emergencies, and will go away in the future
2001-04-02On popular demand, the Linux-compatibility clone(2) implementation basedNiklas Hallqvist
on NetBSD's code, as well as some faked Posix RT extensions by me. This makes at least simple linuxthreads tests work.
2001-04-01spelling.Hugh Graham
2001-04-01Print KA48 or KA45 as appropriate. Someone with a 4000/vlc or 3100/{3,4}0Hugh Graham
could test this in the next snapshot.
2001-04-01Pick up a change from NetBSD:Hugh Graham
: date: 2000/04/28 00:08:51; author: matt; state: Exp; lines: +2 -2 : Dump NRCV to 8 from 5. Note that a 8K NFS reply takes 6 full size : Ethernet packets so the chances are that if the server was fast enough : this driver would continuously lose one of the fragments. Eventually : causing the kernel load to fail. Add 2 extra for random ARP or other : packets that might be picked up.
2001-04-01Call VAX_STYP_50 a MicroVAX 3100/85, even though this machine is KA55.Hugh Graham
Ambiguity is because DEC's docs differ from observed values. Only cosmetic, at any rate.
2001-04-01Changes to initialize the cache on KA690 properly; from Lord Isildur.Hugh Graham
Entries for KA681 and KA691, and a conservative default case to keep things sane if an unknown cpu is encountered by me. Also some KNF. Anyone with a 4000/{4,5,6}00 able to test?
2001-04-01cleanup a littleMichael Shalayeff
2001-04-01remove a little debuggingMichael Shalayeff
2001-03-30ok, test wheather cyrixIII supports 3dnow before enabling itMichael Shalayeff
2001-03-30syncNiklas Hallqvist
2001-03-30Just because someone writes an errant program does not mean we should logDale Rahn
every problem to the console. #if 0 the rest of the user process crash prints.
2001-03-30kue ethernet was reported as working months ago, forgot to add it.Dale Rahn
2001-03-29Get rid of Data modified on freelist: at boot.Dale Rahn
Always allocate the devices's softc structure, not just struct device.
2001-03-29updateMichael Shalayeff
2001-03-29This debug print has outlived it's usefulness, It seems that the VM problemsDale Rahn
have been fixed and certain config scripts perform abnormal tests which trigger this print. This kernel print is a potential DOS attack, thus should be removed.
2001-03-29Instead of commenting out the awacs, "disable" it. It is then possibleDale Rahn
to enable the awacs via config -e or UKC.
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
Sync with GENERIC config as appropriate for RAMDISK.
2001-03-29Add FFS_SOFTUPDATES option. It is actively being worked on, if not stable.Dale Rahn
Add gpio to route ADB interrpts. configure wskbd at akbd, wsmouse at aws, abtn. Put awacs in config file, but currently disabled due to interrupt storm it causes. ~230000 interrupts per second is a few too many for a device not being used.
2001-03-29Add support for new gpio, abtn, and awacs devices.Dale Rahn
Some cleanup, hints at future direction.
2001-03-29AWACS audio driver for some apple systems. Tested and works on some systems,Dale Rahn
however causes interrupt storm. From Nbsd.
2001-03-29The gpio module is used on newer laptops to route that adb interrupt.Dale Rahn
From Nbsd.
2001-03-29Add ADB "button" driver. used for brightness/volume control on some systems.Dale Rahn
From Nbsd.
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
is not NULL.
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
Changes for raw_multi types, obey the correct type defines. Additional support for bus_space_unmap, not quite complete.
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
access size parameter. Also add field to hold bus size for later usage.
2001-03-29Make several global variables referenced as extern, not common.Dale Rahn
Cleans up symbols in object files.
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
newer Sony Vaio notebooks; written by Kazuki Sakamoto and Minoura Makoto. This is a slightly updated version of the driver that was previously tested by jcs@rt.fm and niklas@. XXX - lacks MPU MIDI support for now, first we must move the mpu401 driver from sys/dev/isa to sys/dev/ic.
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