Age | Commit message (Collapse) | Author |
|
|
|
portions of the tree.
|
|
IP-over-FW and SCSI over FW are being worked on.
|
|
(translates weird ADB capslock keycode to more normal behavior)
|
|
|
|
|
|
|
|
This adds a uhidev device which can be thought of as something like a
uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same
device instance. This functionality is found on many of the newer keyboards
that have extra buttons. (The extra buttons show up as uhid device(s)).
Tested by me on i386, dale on macppc, and jason on sparc64
|
|
Note: true pcmcia bridges are not currently supported.
|
|
|
|
so activate the eephy(4) device for it
|
|
|
|
This is in preparation for wsmux support.
|
|
It is now possible to test wsmux with (recent) X. XF86Config changes
are necessary in InputDevice Section: Protocol -> standard, remove Device.
|
|
for the past few weeks. drahn@ agrees.
|
|
|
|
Fix bug where altivec context was not freed on process exit.
Fix bug where vscr was not correctly saved/restored.
replace asm statement was macros which expand to the same
asm code or to .long XXX which evaluates to the same instruction
since in-tree gas does not support altivec.
Enable ALTIVEC support by default on macppc, still conditional
for other powerpc ports.
|
|
|
|
under the control of machdep.allowaperture.
This allows to run the X server on macppc with securelevel=1, given that
machdep.allowaperture is != 0.
OK deraadt@
|
|
on powerbook/ibook machines. It currently doesn't work anyway.
Pointed out by Alexander Guy.
|
|
gem works, but is not overly stable yet, sometimes recieves one
packet and stops. hme works fine, if the interrupts are connected
properly (not yet).
|
|
|
|
|
|
|
|
the 'as' in openbsd source tree does not yet support altivec instructions.
The pieces to enable it have been put in macppc/conf/GENERIC and
macppc/conf/Makefile.macppc in comments.
Once 'as' is updated the kernel option should be removed.
|
|
and power event are not handled, however it is enough support
to poll the battery/AC/charging states of the system.
Code by Alexander Guy.
|
|
on some newer system due to power control issues.
Has carrier detect problems with incoming (getty) on most/all systems.
Outgoing seems to work fine (unless modem power issues prevent).
|
|
wdc_obio changes were tested, however this file was not commited to
renable DMA for those devices.
Minor missing item on the adb mouse, add it to mux 0.
Muxing is still disabled, but this was missing.
|
|
Now uses mii/mii_bitbang.
Driver still has performance issues, It does not transfer
as fast data as it should. No worse than before.
Need to investigate a dhclient reported error:
'ip length 331 disagrees with bytes recieved 336'. only on if_bm.
|
|
is being renamed to macppc. This is to allow sharing of common code
between different powerpc base platforms.
Most of the work involved in the renaming process was performed by miod@
Files moved from powerpc/conf to macppc/conf
files.powerpc was modified to keep powerpc common files.
|