Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-29 | regen | Jonathan Gray | |
2006-04-29 | Add some more MCP04 ids, found in dmesg from ehunger at inventhorizon.com | Jonathan Gray | |
2006-04-29 | Add a close method to send the shutdown command, which presumably | Jonathan Gray | |
put the adapter in a low power usage state. | |||
2006-04-29 | Driver for Silicon Laboratories CP2101/CP2102 based serial adapters. | Jonathan Gray | |
ok dlg@ | |||
2006-04-29 | regen | Jonathan Gray | |
2006-04-29 | Add a bunch of CP210x based serial adapters found in Linux driver. | Jonathan Gray | |
2006-04-28 | In mapped mode, when allowaperture != 0,also allow mmapping of the | Matthieu Herrb | |
PC-style 0xa0000-0xb0000 region, as the nv X driver uses it. Noticed and patch tested by xsa@ and aanriot@. | |||
2006-04-28 | In wsmux_set_display(), pass FWRITE instead of 0 when invoking ioctl | Miod Vallat | |
WSKBDIO_SETMODE, or it will be ignored. | |||
2006-04-28 | The W83627THF is pretty much identical to the W83637HF, not the W83627HF. | Mark Kettenis | |
stolen from wilfried@ | |||
2006-04-28 | when setting the interface address, only call em_init() if the interface | Brad Smith | |
is not already running. | |||
2006-04-28 | and store a copy of the current interface flags in the softc. | Brad Smith | |
this time without mixing in another diff. | |||
2006-04-28 | Fix cast warning in sys/arch/i386/i386/acpi_machdep.c, caused by recent PAE | Dimitry Andric | |
checkins which change paddr_t for i386 into an unsigned long long. ok marco | |||
2006-04-28 | regen | Jonathan Gray | |
2006-04-28 | Add some ids for newer ralink wireless chips. | Jonathan Gray | |
2006-04-28 | backout previous, Brad probably forgot to commit some bits here | Martin Reindl | |
found by dhartmei@ | |||
2006-04-28 | regen | Steven Mestdagh | |
2006-04-28 | add National Instruments PCI-GPIB card; ok kettenis | Steven Mestdagh | |
2006-04-28 | Regen | Pedro Martelletto | |
2006-04-28 | Instrumentation for an in-kernel getcwd() implementation. | Pedro Martelletto | |
Not yet activated. Diff by marius@ long ago, from NetBSD. Okay miod@ and krw@. | |||
2006-04-28 | check for IFF_RUNNING being set before calling vr_init(). | Brad Smith | |
2006-04-28 | and store a copy of the current interface flags in the softc. | Brad Smith | |
2006-04-28 | remove function prototypes for a few functions removed in rev 1.25. | Brad Smith | |
ok krw@ | |||
2006-04-27 | Quirk for MSI Megabook S270 audio output. Ok deraadt@. | Matthieu Herrb | |
2006-04-27 | <machine/mvme1x7.h> is not really used anymore, remove it. | Miod Vallat | |
2006-04-27 | Adjust sizes for the mandatory 1:1 mappings created in pmap_bootstrap(). | Miod Vallat | |
Saves up to 12KB of no longer necessary page tables. | |||
2006-04-27 | Manage a local copy of the MVME188 nvram and update the real data when | Miod Vallat | |
necessary; allow opening /dev/nvram0 on MVME188 again (but no mmap). | |||
2006-04-27 | 2 lines of code to support tty timestamps | Theo de Raadt | |
2006-04-27 | 2 lines of code in most drivers, to do the timestamping; ok miod kettenis | Theo de Raadt | |
2006-04-27 | create a (very simple) method for timestamping CTS & DCD events on ttys, | Theo de Raadt | |
using ioctl TIOCSTSTAMP & TIOCGTSTAMP. to be used later for gps monitoring type things; ok kettenis miod | |||
2006-04-27 | move 'midi* at umidi?' to the same place as for i386. | Marc Balmer | |
2006-04-27 | Bring 'ural* at uhub?' to the right position (keep the usb chunks in config | Marc Balmer | |
files the same) "move things" deraadt | |||
2006-04-27 | Enable udcf(4) on macppc. | Marc Balmer | |
ok deraadt | |||
2006-04-27 | Oops, correct import this time. | Miod Vallat | |
2006-04-27 | implement separate PAE pmap that allows access to 64g of physmem | Michael Shalayeff | |
if supported by the cpu(s). currently not enabled by default and not compiled into ramdisks. this grows paddr_t to 64bit but yet leaves bus_addr_t at 32bits. measures are taken to favour dmaable memory allocation from below 4g line such that buffer cache is already allocated form below, pool backend allocator prefers lower memory and then finally bounce buffers are used as last resort. PAE is engaged only if global variable cpu_pae is manually set to non-zero and there is physical memory present above 4g. simplify pcibios address math to use u_long as we always will be in the 32bit space. | |||
2006-04-27 | from PAE work: | Michael Shalayeff | |
since we are only interested in the page offset bits cast paddr_t to (smaller) u_long to shuddup gcc (; | |||
2006-04-27 | from PAE work: | Michael Shalayeff | |
as paddr_t could be a long long (soon) always cast and print as llx. | |||
2006-04-27 | from PAE work: | Michael Shalayeff | |
as freepages being vconverted back to byte address make sure to perform calculations in (upcoming) larger paddr_t to avoid losing higher bits in calculation. | |||
2006-04-27 | from PAE work: | Michael Shalayeff | |
add a BUS_DMA_24BIT flag to signify that dmamap being created is for the isadma use (thus already backed up by the bounce buffers). later also to be used for dmamem allocation. | |||
2006-04-27 | cope with recent changes in the sensor framework | Marc Balmer | |
- provide the timedelta in nanoseconds - provide a timestamp in the sensor support for HBG and DCF77: - detect clocktype (DCF77 or HBG) and set it once is the sensor description | |||
2006-04-27 | typo | Miod Vallat | |
2006-04-27 | use underscore variants of _BYTE_ORDER macros which are always defined | Ted Unangst | |
ok deraadt millert | |||
2006-04-27 | use the underscore variants of _BYTE_ORDER which are always defined | Ted Unangst | |
even when various "strict" compiler options are used ok deraadt millert | |||
2006-04-27 | Match the ICH7-M DH in RAID mode and ask for | Jonathan Gray | |
IDE SATA mode of operation. | |||
2006-04-27 | regen | Jonathan Gray | |
2006-04-27 | ICH7-M DH in RAID mode, from ICH7 errata datasheet. | Jonathan Gray | |
2006-04-26 | Remove ICH6M from case statements in IDE code now we | Jonathan Gray | |
treat it like a SATA controller. reminded by brad@ | |||
2006-04-26 | it turns out that a drivers interrupt handler is called at the spl it was | David Gwynne | |
established at. this means we dont need splbio() calls in ami_intr because its already been raised. this diff removes unneeded splbio calls from the interrupt handler path. it also sets it up so the completion paths are all called at splbio, so i can get rid of the spl calls inside those functions too. neither marco or pedro could see anything wrong with it | |||
2006-04-26 | In nfs_readdir(), if the buffer provided by the user is not big enough | Pedro Martelletto | |
to hold all the entries a directory has, we can't signal EOF. Okay deraadt@ and miod@. | |||
2006-04-26 | Fix a typo in register definitions: looks like somebody copied the | Brad Smith | |
CB_SOCKET_STAT_3VSOCK definition to CB_SOCKET_STAT_XVSOCK and CB_SOCKET_STAT_YVSOCK definitions without updating the numbers. From NetBSD | |||
2006-04-26 | On MVME188, the 2KB nvram is non contiguous; each byte is mapped into a | Miod Vallat | |
32 bit int. So map the right size, and fail open() until the uiomove() wrapper is modified to cope with this. |