Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-16 | ventical -> vertical | Miod Vallat | |
2006-03-15 | use sysctl_int_lower() for the aperture variable. This lets root close | Theo de Raadt | |
the aperture without having to reboot, but does not allow re-opening; ok matthieu | |||
2006-03-15 | Remove dead code (SUPPORTS_NON_CONSOLE and MD_DISPLAY_ISA_IOT) | Matthieu Herrb | |
ok miod@, drahn@, dim@. | |||
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat | |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith | |
NULL for root PCI busses. For busses behind a bridge, it points to a persistent copy of the bridge's pcitag_t. This can be very useful for machine-dependent PCI bus enumeration code. From NetBSD ok grange@ kettenis@ | |||
2006-03-12 | IPL_IMP -> IPL_VM | Brad Smith | |
ok drahn@ | |||
2006-03-09 | Do not include <lib/libkern/libkern.h> explicitely, get it via <sys/systm.h>. | Miod Vallat | |
2006-03-07 | On via-pmu systems, check whether the firmware has found adb devices on the | Miod Vallat | |
bus to decide whether to go the long way or not when resetting the bus. Fixes the long delay probe on Mac Mini. Tested by various. | |||
2006-03-04 | Typos grab bag of the month, eyeballed by jmc@ | Miod Vallat | |
2006-03-04 | Dead meat. | Miod Vallat | |
2006-02-28 | Add smu(4) such that we can read the clock on G5 machines. | Mark Kettenis | |
ok deraadt@ | |||
2006-02-28 | Announce compatibility with MacRISC4, to be able to boot automatically on | Mark Kettenis | |
G5 systems. ok drahn@, deraadt@ | |||
2006-02-22 | Expect PMU_INT_SNDBRT while resetting the adb bus; although this brings the | Miod Vallat | |
long probe delay on the Mac Mini, this is necessary for reliable adb device detection on several PowerBook families. | |||
2006-02-14 | Put quotation marks around the names of unconfigured devices. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Put quotation marks around the names of unconfigured devices. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Knock out "deq" and "tas3004" i2c nodes. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Homogeneize WSDISPLAY_* option comments (especially on cats) | Miod Vallat | |
2006-02-12 | Remove unused openfirmware code; ok drahn@ | Miod Vallat | |
2006-02-11 | remove unused srom_crc32() function. | Brad Smith | |
ok drahn@ | |||
2006-02-11 | add art(4) here. | Brad Smith | |
ok claudio@ | |||
2006-02-10 | Fix LBA48 access for ServerWorks SATA. | Mark Kettenis | |
ok grange@ | |||
2006-02-10 | Recognize 7447/7457. | Mark Kettenis | |
ok drahn@ | |||
2006-02-08 | add a member to the i2c_attach args so that a controller can pass a | David Gwynne | |
cookie down to the device. the most obvious use of this is to pass a device its ofw node on sparc64 and macppc so it can configure itself more appropriately. ok kettenis@ henning@ deraadt@ | |||
2006-02-04 | update comment for ral | Damien Bergamini | |
no devices added or removed | |||
2006-02-03 | Implement interrupt mapping according to the OFW Interrupt Mapping recommended | Mark Kettenis | |
practice. tested by many, ok drahn@ | |||
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat | |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
2006-01-19 | crank to 3.8-beta | Theo de Raadt | |
2006-01-18 | Factorize akbd and ams drivers between mac68k and macppc; while there, start | Miod Vallat | |
moving out common adb code as well, and merge adb_direct.c into adb.c to simplify external header files. No functional change; more cleanups to come. | |||
2006-01-13 | Allow proper detaching of wdc, so that detaching a mediabay device properly | Miod Vallat | |
releases resources and works as expected. Thanks to Thomas Maschutznig for testing. | |||
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@ |