Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-23 | Do not enable disabled sensors. | Mark Kettenis | |
ok grange@, dlg@ | |||
2006-01-23 | update sm(4) from NetBSD, including support for more models and MII; | Martin Reindl | |
also activate ISA attachment; ok brad@ | |||
2006-01-22 | account tx retry-fail errors in if_oerrors. | Damien Bergamini | |
2006-01-22 | fixes miibus_{read,write}reg routines. | Damien Bergamini | |
this resolves the ghost ukphy problem. did some cleanup while i'm here. tested by and ok jsg@ | |||
2006-01-22 | Colormap support for DAFB frame buffers (using information from Linux). | Miod Vallat | |
However, color can not be enabled in emulation mode if the display is the console at this point, but 8bpp X11 works. | |||
2006-01-22 | Add bus_space_vaddr() and use it instead of accessing private bus_space | Miod Vallat | |
fields. No functional change. | |||
2006-01-22 | Nothing uses this file anymore. | Alexander Yurchenko | |
ok miod@ | |||
2006-01-22 | Fix UDMA on IDE function integrated on VIA VT8237 south bridge. | Mark Kettenis | |
ok grange@ | |||
2006-01-22 | Print adb subsystem name early in attachment, and pass the proper device | Miod Vallat | |
name to interrupt counter registration, rather than "adb". | |||
2006-01-22 | Finally update the todclock on shutdown, if we are using a level 6 clock. | Miod Vallat | |
2006-01-22 | Minimal iop code to set the serial ports to compatible mode automagically, | Miod Vallat | |
so that it is not necessary to change settings from MacOS before booting into OpenBSD; from NetBSD. | |||
2006-01-22 | Fix for ioapic irq routing. | Brad Smith | |
From NetBSD, NetBSD PR 22728 for details ok beck@ krw@ tested by beck@ krw@ marc@ and a few others on a number of amd64 systems. | |||
2006-01-22 | b_cylin -> b_cylinder; no functional change. | Miod Vallat | |
2006-01-22 | Put various divide-by-zero checks as found in other disksubr routines; also | Miod Vallat | |
a few sylistic changes from sparc and mvme88k. | |||
2006-01-21 | regen | Jonathan Gray | |
2006-01-21 | Additional devices from submitted dmesgs. | Jonathan Gray | |
2006-01-21 | Remove zeroref here too; spotted by naddy@ | Miod Vallat | |
2006-01-21 | add support for SNDCTL_DSP_SETDUPLEX ioctl | Brad Smith | |
From NetBSD in PR 4984 | |||
2006-01-21 | some cleaning after removing code for reading the VPD. | Brad Smith | |
2006-01-21 | Remove old mdpflag debug help. | Miod Vallat | |
2006-01-21 | Remove now unused zeroref member in cfattach structures. | Miod Vallat | |
2006-01-21 | Invoke disk_detach() and related cleanup work in detach(), rather than | Miod Vallat | |
zeroref() - just to be on the safe side, should we mess up our ref count. | |||
2006-01-21 | regen | Brad Smith | |
2006-01-21 | add Dell RAC 3 and 4 PCI ids. | Brad Smith | |
ids for RAC 4 from Srebrenko Sehic and ids for RAC 3 from jordan@ | |||
2006-01-21 | Make sure cache_revlookup() doesn't return invalid cache entries. | Pedro Martelletto | |
This function will be used in the future. Okay marius@. | |||
2006-01-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat | |
2006-01-20 | remove redundant code from nfe_attach(). | Brad Smith | |
ok jsg@ | |||
2006-01-20 | Add support for driving SDA in push-pull + tri-state mode. | Alexander Yurchenko | |
2006-01-20 | More evaluator changes | Jordan Hargrave | |
Removed old evaluator code Fixed _HID value ok marco@ | |||
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@ |