Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-07 | Additional console ioctl definitions | Thorsten Lockert | |
2001-04-07 | Handle Linux Virtual Terminal ioctl calls with wscons as well as vt; | Thorsten Lockert | |
requires WSDISPLAY_COMPAT_USL | |||
2001-04-07 | OK, PMAP_NEW by default once again. This time it should work better for | Niklas Hallqvist | |
userland since art removed the vm_pmap field that made UVM and old VM differ. An option PMAP_OLD is provided should someone need to configure with the old pmap. This is suspected to go away soon so I will not document it. | |||
2001-04-06 | Use pool to allocate pmap instead of malloc. OK'd by art@ | Todd C. Miller | |
2001-04-06 | Get rid of vm_pmap. | Artur Grabowski | |
beck@ ok. | |||
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis | |
2001-04-05 | undo changes which did not even compile | Theo de Raadt | |
2001-04-04 | Ansify source. Handles are now 16 bits. | mjacob | |
2001-04-04 | Minor cleanup to minimize diffs with NetBSD | Constantine Sapuntzakis | |
2001-04-03 | vm_map.pmap should always be used, not only for uvm. | Artur Grabowski | |
2001-04-03 | Fix a vm_pmap in a debug printf. | Artur Grabowski | |
2001-04-03 | siop is already defined in miland; from from@ | Michael Shalayeff | |
2001-04-03 | If you cannot test your work, please do not do commits and then break userland | Theo de Raadt | |
2001-04-02 | PMAP_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-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas 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-01 | spelling. | Hugh Graham | |
2001-04-01 | Print KA48 or KA45 as appropriate. Someone with a 4000/vlc or 3100/{3,4}0 | Hugh Graham | |
could test this in the next snapshot. | |||
2001-04-01 | Pick 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-01 | Call 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-01 | Changes 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-01 | cleanup a little | Michael Shalayeff | |
2001-04-01 | remove a little debugging | Michael Shalayeff | |
2001-03-30 | ok, test wheather cyrixIII supports 3dnow before enabling it | Michael Shalayeff | |
2001-03-30 | sync | Niklas Hallqvist | |
2001-03-30 | Just because someone writes an errant program does not mean we should log | Dale Rahn | |
every problem to the console. #if 0 the rest of the user process crash prints. | |||
2001-03-30 | kue ethernet was reported as working months ago, forgot to add it. | Dale Rahn | |
2001-03-29 | Get rid of Data modified on freelist: at boot. | Dale Rahn | |
Always allocate the devices's softc structure, not just struct device. | |||
2001-03-29 | update | Michael Shalayeff | |
2001-03-29 | This debug print has outlived it's usefulness, It seems that the VM problems | Dale 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-29 | Instead of commenting out the awacs, "disable" it. It is then possible | Dale Rahn | |
to enable the awacs via config -e or UKC. | |||
2001-03-29 | Ok, forgot to clean up debug prints before checkin on that file. | Dale Rahn | |
2001-03-29 | Detect pci bus base more accurately, and save it's size. | Dale Rahn | |
2001-03-29 | Add support structures for bus space detection/allocation (pci_addr_fixup). | Dale Rahn | |
2001-03-29 | Add device node for audio. | Dale Rahn | |
2001-03-29 | Major cleanup. | Dale Rahn | |
Sync with GENERIC config as appropriate for RAMDISK. | |||
2001-03-29 | Add 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-29 | Add support for new gpio, abtn, and awacs devices. | Dale Rahn | |
Some cleanup, hints at future direction. | |||
2001-03-29 | AWACS audio driver for some apple systems. Tested and works on some systems, | Dale Rahn | |
however causes interrupt storm. From Nbsd. | |||
2001-03-29 | The gpio module is used on newer laptops to route that adb interrupt. | Dale Rahn | |
From Nbsd. | |||
2001-03-29 | Add ADB "button" driver. used for brightness/volume control on some systems. | Dale Rahn | |
From Nbsd. | |||
2001-03-29 | Code cleanup, some update from Nbsd. | Dale Rahn | |
2001-03-29 | Defines for things we should find useful soon. addition PM functionality. | Dale Rahn | |
2001-03-29 | changes from NetBSD and ftp://nandra.iri.co.jp/pub/NetBSD/macppc/ADB-patch | Dale Rahn | |
2001-03-29 | When initializing a timeout, make certain the parameter to be passed | Dale Rahn | |
is not NULL. | |||
2001-03-29 | Update to adb_direct, from Nbsd. | Dale Rahn | |
2001-03-29 | Update to ADB mouse driver, from Nbsd. | Dale Rahn | |
2001-03-29 | Update for adb keyboard driver, from Nbsd. | Dale Rahn | |
2001-03-29 | If in pmap_kernel() allow vtop for all 1-1 mapped pages. | Dale Rahn | |
2001-03-29 | Variables 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-29 | Add OpenBSD tag to headers missing them. | Dale Rahn | |