Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-20 | Include sys/stdint.h instead of defining uintptr_t ourselves. | Todd C. Miller | |
OK mickey@ | |||
2006-01-20 | - match another revision of Audigy cards | Jacob Meuser | |
- figure sample size into start of voice buffer location | |||
2006-01-20 | revert auto-skew. some ntpd implementations interact poorly. | Ted Unangst | |
2006-01-20 | - xl_encap(): free the mbuf chain and return if bus_dmamap_load_mbuf() | Brad Smith | |
returns an error other than EFBIG. - xl_encap(): remove a redundant check already done in xl_start_90xB(). - merge xl_encap_90xB() into xl_encap(). | |||
2006-01-20 | add emu(4) here and enable midi attachment for eap(4) | Brad Smith | |
2006-01-20 | Use <dev/sun/disklabel.h> instead of similar <machine/sun_disklabel.h> on | Miod Vallat | |
sparc and remove unused sun_dkioctl(). No functional change. | |||
2006-01-20 | Remove unused stuff. | Miod Vallat | |
2006-01-20 | Make sure we can only match once for internal video. | Miod Vallat | |
2006-01-19 | Bounds check PPIIOCSSEC argument, for a carefully choosen invalid value | Miod Vallat | |
could cause any ppi transfer to freeze the bus. | |||
2006-01-19 | Try to disable unconnected temperature sensors. | Mark Kettenis | |
2006-01-19 | Fix NACPI > 1 (should be >0). Spotted by form@. | Alexander Yurchenko | |
2006-01-19 | redo (w/ proper changes everywhere ;): | Michael Shalayeff | |
take interp[MAXPATHLEN] off the stack. from mickey, ok otto while here, switch above from malloc to pool, remove stupid casts tedu@ miod@ ok | |||
2006-01-19 | ENAMETOOLONG if path too long; ok miod pedro | Theo de Raadt | |
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 | Flip BIOS and ACPI around since ACPI uses BIOS stuff. | Marco Peereboom | |
ok dlg@ grange@ | |||
2006-01-19 | crank to 3.8-beta | Theo de Raadt | |
2006-01-19 | GETICBLEN() needs to swap the ICB length on big-endian architectures | Pedro Martelletto | |
2006-01-19 | Added support for read/write of PCI Config space | Jordan Hargrave | |
Help jason@ ok marco@ | |||
2006-01-18 | Fix logic botch when checking for COMPAT_SUNOS binary specifics; repairs | Miod Vallat | |
some TIOCGPGRP result fallout. ok deraadt@ | |||
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-18 | Added new evaluation routines | Jordan Hargrave | |
Added helper methods for buffer/field evaluation Fixed broken indentation on dsdt.c ok marco@ | |||
2006-01-18 | fix a bug in the fragment cache (used for 'scrub fragment crop/drop-ovl', | Daniel Hartmeier | |
but not 'fragment reassemble'), which can cause some fragments to get inserted into the cache twice, thereby violating an invariant, and panic- ing the system subsequently. ok deraadt@ | |||
2006-01-18 | Fix typo; w83l785ts-l has chip ID 0x70. | Mark Kettenis | |
2006-01-18 | Check that SDA pin is able to read input. | Alexander Yurchenko | |
2006-01-18 | initial Tx/Rx bits. not working yet. | Damien Bergamini | |
joint work with jsg@ | |||
2006-01-18 | add some bits to control assoc led. | Damien Bergamini | |
2006-01-18 | Don't index before the start of the sc_link array if scsi_probe_bus() | Kenneth R Westerback | |
is called with a target of -1 and a valid lun. Spotted by Miod. ok miod@ | |||
2006-01-18 | Fix math in udf_bmap_internal() on big-endian architectures | Pedro Martelletto | |
2006-01-18 | more size_t vs u_int fallout.. i guess the last | Theo de Raadt | |
2006-01-18 | Silence acpi during dmesg if it isnt there. | Marco Peereboom | |
tested by todd | |||
2006-01-18 | Fix false positives of ipmi on older machines. | Marco Peereboom | |
ok jordan@ tested by others | |||
2006-01-18 | add piixpm. | Brad Smith | |
2006-01-18 | add some PIIX compatible SMBus controllers from SMSC and ATI. | Brad Smith | |
Thanks to ian@ and msf@ for testing with an ATI IXP400 controller. | |||
2006-01-18 | regen | Brad Smith | |
2006-01-18 | add the vendor id for Agilent Technologies | Brad Smith | |
2006-01-18 | enable ixgb here too. | Brad Smith | |
2006-01-17 | Major overhaul of the aml parser. Evaluater temporarily disabled. | Jordan Hargrave | |
ok marco@ | |||
2006-01-17 | Make it detachable. | Alexander Yurchenko | |
2006-01-17 | Match "w83791sd". | Mark Kettenis | |
2006-01-17 | Support W83791SD as an lm(4) without sensors. | Mark Kettenis | |
2006-01-17 | AS99127F rev 1 doesn't have i2c address in register 0x48. | Mark Kettenis | |
2006-01-17 | Upon halt, invoke resettodr() on arm platforms, unless we have been sitting | Miod Vallat | |
in DDB; tested at least by aanriot@ | |||
2006-01-17 | Do not invoke resettodr() on shutdown if we have been sitting in ddb. | Miod Vallat | |
2006-01-17 | Check LM78/79/81 chip ID to prevent spurious matches. | Mark Kettenis | |
tested by bernd@ | |||
2006-01-17 | Use angle bracket and no relative paths for all include files which are not | Miod Vallat | |
created by config(8); no functional change. | |||
2006-01-17 | Use strchr() from libkern instead of rolling our own. | Miod Vallat | |
2006-01-17 | Need to device_unreg() the implicit device_ref() done by cdlookup() in | Miod Vallat | |
cdminphys(). | |||
2006-01-17 | since bcopy/bzero will be assigned to these pointers, get the size_t in the ↵ | Theo de Raadt | |
cast right; ok millert | |||
2006-01-17 | Remove unused ``stride'' bus_space internal functionality; nothing needs it. | Miod Vallat | |
2006-01-16 | Sync m68k fpe code with NetBSD; but remove unimplemented opcodes stubs, so | Miod Vallat | |
that we trigger SIGILL instead of propagating false results. Tested by martin@ on Macintosh LCIII. |