Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-21 | Remove aed(4) on macppc, nothing uses its functionality since key repeat is | Miod Vallat | |
handled by wscons and mouse emulation was never enabled or documented. | |||
2005-12-21 | knf | Reyk Floeter | |
2005-12-21 | fix possible NULL pointer, thanks to Marco Molteni | Reyk Floeter | |
2005-12-21 | ansi/deregister. No binary change. | Jonathan Gray | |
2005-12-21 | Don't try to predict what different eeprom settings mean | Jonathan Gray | |
so much, makes the Level One AX88178 adapter work. Interestingly enough the Level One adapter seems to work fine without stalls. Though it uses ukphy, I think the correct phy types are supposed to be written in by the driver based on the values in the eeprom... | |||
2005-12-21 | shrink a bit | David Gwynne | |
2005-12-20 | Vax does not need to __HAVE_PMAP_PHYSSEG. | Miod Vallat | |
2005-12-20 | volatile variable for looping; ok drahn | Theo de Raadt | |
2005-12-20 | Add machdep.maxspeed sysctl to change the meaning of hw.setperf=100 on zaurus, | Dale Rahn | |
This will scale the speed for hw.setperf, this allows limiting apm -A to lower speed, or even overclocking. ok deraadt@ | |||
2005-12-20 | remove old #if 0 chunks no longer needed for debug | Theo de Raadt | |
2005-12-20 | using the right ebus bus space makes this beep again | Martin Reindl | |
2005-12-20 | Superfluous stuff. | Claudio Jeker | |
2005-12-20 | Fix typo introduced in last commit. | Todd C. Miller | |
2005-12-20 | use M_READONLY when trying to find out whether we have to copy | Markus Friedl | |
the mbuf before encryption. otherwise mbufs with M_EXT but w/o M_CLUSTER get modified; ok hshoexer | |||
2005-12-20 | Since we are allowed to rely on the fact that the pcb is the first element | Miod Vallat | |
of struct user, use syntactic sugar in genassym.cf and use PCB_xxx defines instead of U_PCB_xxx, like all other platforms do; no functional change. | |||
2005-12-20 | Remove initial extent storage for crime and mace bus_space. By the time | Miod Vallat | |
these extents are created it is safe to use malloc. | |||
2005-12-20 | 01 -> SA_ONSTACK in sigreturn. | Miod Vallat | |
2005-12-20 | Trim include files list. | Miod Vallat | |
2005-12-20 | __attribute__ ((__packed_)) -> __packed | Miod Vallat | |
2005-12-20 | Do bus scanning only if underlying controller asked for it. | Alexander Yurchenko | |
2005-12-20 | start at a 2nd generation scanner | Theo de Raadt | |
2005-12-20 | at power events, call zkbd_hinge() to update the lcd state as well; ok drahn | Theo de Raadt | |
bug reported in pr 4944 | |||
2005-12-20 | upon wakeup, take us back to the speed we were at; ok drahn | Theo de Raadt | |
2005-12-20 | switch to using clock4 instead of clock0 so that we get clocks when running | Dale Rahn | |
at 91MHz (clock4 is programmed to be based of the 32.768KHz clock. | |||
2005-12-20 | Add a Apple touchpad driver for newer PowerBook's and iBook's. | Brad Smith | |
From Johan Wallén on NetBSD's macppc list. ok deraadt@ | |||
2005-12-19 | Use MACE ISA constants instead of magic values. | Miod Vallat | |
2005-12-19 | Constify. | Miod Vallat | |
2005-12-19 | Fix hppa ldcw alignment issue. | Marco Peereboom | |
Help deraadt, tedu, kettenis Ok tedu, kettenis | |||
2005-12-19 | First attempt to have a table of known I2C slave devices that we | Alexander Yurchenko | |
have drivers for. iic(4) will scan the bus for them and try to attach an appropriate driver. For now iic(4) scans for all possible addresses for debugging purposes. ok deraadt@ | |||
2005-12-19 | New Intel ICH SMBus driver to be used with the iic(4) framework. | Alexander Yurchenko | |
ok deraadt@ | |||
2005-12-19 | Change sys/select.h -> sys/selinfo.h in comment. | Todd C. Miller | |
2005-12-19 | Make T1 mode work -- tested against an old dusty lmc(4) if found somewhere. | Claudio Jeker | |
2005-12-19 | Check or chop the timeslot map if the map or mode is changed. There is no way | Claudio Jeker | |
you can do 32 timeslots on a T1. | |||
2005-12-19 | Be not too verbose else the debug output would stall a box if the wrong | Claudio Jeker | |
mode is selected. Default debug output in the interrupt handler is not very clever -- even if it is not compiled in by default. | |||
2005-12-19 | Add and use a few more constants and macros needed by UFS2 | Pedro Martelletto | |
No functional change | |||
2005-12-18 | Update my e-mail address in the copyright statement, no binary changes. | Reyk Floeter | |
2005-12-18 | add back comment about wrong code | Nikolay Sturm | |
ok marco | |||
2005-12-18 | Don't include cdefs.h if _LOCORE is defined and hide some more defines | Todd C. Miller | |
unless __BSD_VISIBLE or _LOCORE are set. OK deraadt@ | |||
2005-12-18 | Apparently the Scanlogic SL11R is not UFI, and correctly identifies itself as | Mark Kettenis | |
SCSI. From NetBSD. Tested by me. ok krw@ | |||
2005-12-18 | Add bits string for smbus host status register to be able to | Alexander Yurchenko | |
print it with %b. | |||
2005-12-18 | Add SMBus controller registers. | Alexander Yurchenko | |
2005-12-18 | if not a newer chip then print i82557, all fxp's attached to the ICH | Brad Smith | |
chipsets are i82562. | |||
2005-12-17 | revert last commit as it introduced system panics due to improper use | Brad Smith | |
of bpf_mtap(). | |||
2005-12-17 | more PCI ids. | Brad Smith | |
2005-12-17 | regen | Brad Smith | |
2005-12-17 | add a few more fxp PCI ids. | Brad Smith | |
2005-12-17 | Remove duplicate definition of machFPCurProcPtr. | Mark Kettenis | |
ok pefo@, miod@ | |||
2005-12-17 | This driver had no chances to work. Still has some issues. | Alexander Yurchenko | |
2005-12-17 | Kill unreachable code. Found by lint. | Kenneth R Westerback | |
ok kettenis@ deraadt@ pedro@ miod@ | |||
2005-12-17 | Let the xtlb refill handler fault if the userland va is out of the supported | Miod Vallat | |
address space instead of using the tlb of the va modulo the address space size. ok pefo@ |