Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-09 | Disable an(4) on BE archs until it works. | Jonathan Gray | |
2006-01-09 | Remove completely obsolete comment from the pre-wscons sparc days in | Miod Vallat | |
zs_getc(). | |||
2006-01-09 | skip the darn cereal devices, which i think are just markers for the host ↵ | Theo de Raadt | |
chip i think | |||
2006-01-08 | Don't provide bass and treble mixer controls if the underlying hardware doesn't | Mark Kettenis | |
provide these. Put them in the outputs class. ok joris@ | |||
2006-01-08 | Display unhandled adb devices as "whatever at adb0 addr X" like all buses do; | Miod Vallat | |
while there, make the detailed descriptions dependent on ADBVERBOSE (enabled in GENERIC) instead of DIAGNOSTIC. | |||
2006-01-06 | Merge machine/ansi.h and machine/types.h into machine/_types.h and | Todd C. Miller | |
rename the types using the __ protected namespace (e.g. __size_t). Idea from FreeBSD. | |||
2006-01-06 | set correct delay() value after executing the `read version' command; | Xavier Santolaria | |
2006-01-05 | go ahead, enable asms | Theo de Raadt | |
2006-01-04 | Remove unused structures and ioctl declarations. | Miod Vallat | |
2006-01-03 | work in progress on the Apple Sudden Motion Sensor found in recent | Xavier Santolaria | |
PowerBooks and iBooks, driver is commented out for now; with prodding, help and ok from kettenis@, ok deraadt@. | |||
2006-01-02 | remove last traces of __BROKEN_INDIRECT_CONFIG. | Brad Smith | |
Thanks to aanriot@ and Michael Knudsen for checking that alpha/i386/macppc kernels still compile. | |||
2006-01-01 | proto not needed | Theo de Raadt | |
2006-01-01 | switch from macppc-specific maciic(4) driver to the generic iic(4), | Theo de Raadt | |
after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis | |||
2006-01-01 | Let cons_init() and cons_init_bell() initialize the whole consdev structure, | Miod Vallat | |
thus removing the need for drivers to initialize cn_pri to CN_DEAD when hardware probe fails. | |||
2005-12-31 | Split the d_type field of cdevsw entries into d_type and d_flags for clarity. | Miod Vallat | |
Discussed with and ok deraadt@ millert@ | |||
2005-12-30 | Now that errno.h and sys/errno.h are separate header files there is no | Todd C. Miller | |
need to use the -Derrno=errno workaround added when __errno() was introduced. OK deraadt@ | |||
2005-12-28 | Fix totally bogus previous commit. | Mark Kettenis | |
2005-12-27 | Remove unused sw_nblks field of struct swdevt. Then, remove swapconf() | Miod Vallat | |
which duplicates work done by uvm_swap_init(). | |||
2005-12-27 | no longer use ia_compat; tested by a few | Theo de Raadt | |
2005-12-24 | Claim a bit more memory such that we can load bsd.rd. | Mark Kettenis | |
tested by many; ok deraadt@ | |||
2005-12-23 | move midi attachment for umidi down to the MIDI section. | Brad Smith | |
2005-12-23 | add emu(4) and missing midi attachment for eap(4). | Brad Smith | |
2005-12-22 | Remove orphaned adb/pmu stuff; ok hshoexer@ kettenis@ | Miod Vallat | |
2005-12-22 | - attach and configure correctly | Xavier Santolaria | |
- pretty dmesg output input+OK miod@. | |||
2005-12-22 | 'spoofonly' does not mean what I thought it meant. The whole point is | Kenneth R Westerback | |
to read non-OpenBSD label information like MBRs and populate ('spoof') the OpenBSD disk label appropriately. So avoiding an I/O when doing 'spoofonly' is to miss the whole point. Backout all Sept. 26 and subsequent changes to disksubr.c files. The original CD problem with I/O errors on blank media will be addressed another way. Should fix the ext3 vs amd64 problems discussed on misc@. Thanks to steven@ for finally putting it terms that I understood. ok deraadt@ | |||
2005-12-21 | Remove KASSERT in attach, return an error instead; while there, implement | Miod Vallat | |
tpms_ioctl() correctly, fix typos, repair a minor dmesg glitch. Untested (donations welcome (-: ), yet ok brad@ | |||
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-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-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat | |
instead; looked at millert@ | |||
2005-12-17 | Make sure we match the correct driver for newer macppc systems. | Mark Kettenis | |
tested by xsa@, ok joris@, brad@ | |||
2005-12-16 | Missing splx in setfault() error path. | Miod Vallat | |
2005-12-14 | Prevent access to PCI config space for function >0 on bus 0. | Mark Kettenis | |
Fixes Xorg PCI scan. ok drahn@ | |||
2005-12-13 | Deal with ki2c(4) controllers with multiple i2c busses. | Mark Kettenis | |
tested by xsa@ | |||
2005-12-12 | Pass interrupt type and level in the correct order. | Mark Kettenis | |
ok drahn@, deraadt@ | |||
2005-12-11 | Fix mixer for machines that have lineout and/or don't have headphone. | Mark Kettenis | |
ok joris@ | |||
2005-12-10 | Just poll for PMU_INT_ADB_AUTO and PMU_INT_ADB interrupts when resetting | Pedro Martelletto | |
the device, should fix a huge delay attaching adb(4) on some boxes, thanks to everyone who tested, okay deraadt@. | |||
2005-12-09 | Add support for cpu voltage slewing. | Mark Kettenis | |
2005-12-09 | Add hook for voltage slewing the G5. | Mark Kettenis | |
"figure you should just commit" drahn@ | |||
2005-12-06 | typo | Pedro Martelletto | |
2005-11-28 | correct attach() output | Theo de Raadt | |
2005-11-26 | Frequency scaling for IBM 970FX. | Mark Kettenis | |
ok drahn@ | |||
2005-11-25 | splimp -> splhigh in setroot()/rootconf(). | Brad Smith | |
ok miod@ drahn@ | |||
2005-11-24 | Remove kernfs, okay deraadt@. | Pedro Martelletto | |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller | |
userland-visible sys/select.h. Consistent with what Net and Free do. OK deraadt@, tested with full ports build by naddy@. | |||
2005-11-20 | Dac3550a -> Daca | Brad Smith | |
2005-11-20 | - add a datasheet for daca(4) | Brad Smith | |
- add a datasheet for a very similar chipset to onyx(4); From kettenis@ | |||
2005-11-20 | don't say datasheet yet, but at least mention product info. | Brad Smith | |
2005-11-20 | add the datasheet URL. | Brad Smith | |
2005-11-19 | ANSI protos and some KNF. | Brad Smith | |
2005-11-19 | adb devices print a string identifying the device. | Brad Smith | |