Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-03 | Remove redundant extenr declaration. | Mark Kettenis | |
2008-01-03 | Don't depend on evil (struct psycho_pbm *) cast. | Mark Kettenis | |
2008-01-03 | Remove some junk. | Mark Kettenis | |
2008-01-03 | Move zaurus to __HAVE_TIMECOUNTER. | Mark Kettenis | |
ok deraadt@ | |||
2008-01-03 | Make slowtrap check the real stack pointer instead of whatever is in %g6. | Mark Kettenis | |
Should fix PR 5617, 5637 and 5657. Remove bogus comment as pointed out by miod@ | |||
2008-01-03 | Fix page fault trap which occured when device was detached after a failed | Marcus Glocker | |
attach attempt. | |||
2008-01-02 | Do not invalidate the 88410 cache without flushing it first; this is | Miod Vallat | |
probably due either to an error in the cpu-to-88410 communication protocol, or to a bug in the '410 (but since I do not know how to get its revision, I can't tell whether this is the obscure v1 bug or not). This allows osiop-connected devices to work correctly on 197SP/DP boards. | |||
2008-01-02 | Do not lose nanosleep() return value in the last copyout if nonzero; PR#5697 | Miod Vallat | |
2008-01-02 | Make network scanning work correctly. | Marcus Glocker | |
2008-01-02 | regen | Mark Kettenis | |
2008-01-02 | Fix typo in 82801IH LPC entry. | Mark Kettenis | |
2008-01-02 | Add the ATI SB700 chipset. | Brad Smith | |
ok dlg@ | |||
2008-01-02 | Give LOCKDEBUG kernels a chance to compile; ok kettenis@ | Miod Vallat | |
2008-01-02 | correct the comment above noct_read(). | Brad Smith | |
ok dlg@ | |||
2008-01-02 | add the NVIDIA MCP77/79 ids. | Brad Smith | |
ok jsg@ dlg@ | |||
2008-01-02 | correct the comment in agp_map_aperture(). | Brad Smith | |
ok owa@ dlg@ | |||
2008-01-02 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith | |
ok claudio@ krw@ dlg@ | |||
2008-01-02 | Accept BPF_MUL as a valid instruction in bpf_validate() also improve | Can Erkin Acar | |
the comments. Based on diff from Guy Harris | |||
2008-01-01 | Implement an MP-safe rw_cas() based upon the casx instruction; ok kettenis@ | Miod Vallat | |
2008-01-01 | Match on Cougar boards, and try to drive them like Jaguars on steroids. On | Miod Vallat | |
wide Cougars, use one command queue per target and disable lun support, so that we do not overflow the board's memory; and since we are behaving as a Jaguar, do not do tagged queuing or synchronous transfer negotiation. Tested on two MVME328XT-2 (4220 and second revision artwork 4220) narrow Cougar-I (but wide external connectors), but probes fail with select timeout so far; I could not get various Motorola BUG to probe devices on these boards either, so we're even (and maybe both my boards are toast, but I won't bet money on this). | |||
2008-01-01 | Add devices 11b rateset. Add/Adjust comments. | Marcus Glocker | |
2008-01-01 | A potpourri of bugfixes: | Miod Vallat | |
- switch back to a fixed queue number allocation, but keep the rotating command queue entries. Force openings to 1 because of this. - make sure to mark the queue as ready before invoking scsi_done(), which could trigger a request for the same target. - allocate a command queue and an IOPB at the same time, instead of using two routines and ugly queue pointer arithmetic. This makes the daughterboard work, as long as the first scsi chain is not empty. | |||
2008-01-01 | Welcome to the jungle of 2008. | Miod Vallat | |
2008-01-01 | No watchdog operations if device is not running. | Marcus Glocker | |
2008-01-01 | More constant naming for some defines. | Marcus Glocker | |
2008-01-01 | Tune TX descriptor so we can successfully set some TX rates. Could | Marcus Glocker | |
do transfers between 1.3MB/s - 2MB/s. Though still unreliable because we have random TX watchdog timeouts. | |||
2008-01-01 | provide a thing for use with %b to show which xa flags are set. | David Gwynne | |
2007-12-31 | sync | Theo de Raadt | |
2007-12-31 | new product | Theo de Raadt | |
2007-12-31 | re-order product list slightly | Theo de Raadt | |
2007-12-31 | new umsm product | Theo de Raadt | |
2007-12-31 | crank maxusers a little bit | Theo de Raadt | |
2007-12-31 | enable upgt & lii. both have issues, and will need to be fixed in | Theo de Raadt | |
time, but it is better to have people be FORCED to try to use them, and then more people can decide to get involved. if a driver is in-tree, but people don't even know it exists, how would they get involved? they just plain would not. | |||
2007-12-31 | On some machines we get hotplug interrupts when they're resumed, so don't | Mark Kettenis | |
rescan the pci bus if it already has devices attached to it. Make sure we clear the list of attached devices when we receive a surprise removal interrupt. Fixes kurt@'s T43. ok miod@, krw@ | |||
2007-12-31 | Keep running the scancode translation state machine even when the keyboard | Miod Vallat | |
is set to raw mode, but only feed decoded events to wscons if non-raw mode. Then, as an exception to this, pass the audio control keys events to wscons even if in raw mode, so that the in-kernel mixer control code can perform its work. The event is also seen by the raw event consumer (i.e. the X server). Requested and tested by many... | |||
2007-12-31 | use OpenBSD rcs id's | Jasper Lievisse Adriaanse | |
2007-12-31 | lii(4) is a driver for the atheros l2 ethernet chip as found on the asus | David Gwynne | |
eeepc. unfortunately it doesnt work, but its going into the tree so it can be worked on. if anyone wants to have a go at it, please do. this driver was written by Quentin Garnier for NetBSD | |||
2007-12-31 | Enable gbe(4) and mkbc(4) now that we have early console support. | Joel Sing | |
ok miod@ | |||
2007-12-31 | Significantly improve the gbe(4) driver, including: | Joel Sing | |
- Internal restructure to separate code paths. - Add support for early console. This allows for gbe(4) to takeover were the ARCBios leaves off (if we should do so). - Add support for 8bpp and 16bpp colour depths. As a result, we also have support for colourmaps. We now use 8bpp as the default. - Add mmap() support, enabling wsfb to operate correctly. - Correct initial origin problem that occurred occasionally. ok miod@. tested by jasper@. | |||
2007-12-31 | Move wscons_machdep.c to it's rightful location. This brings OpenBSD/sgi | Joel Sing | |
inline with all other architectures. ok miod@ | |||
2007-12-31 | replace ctob/btoc by ptoa/atop as done for other architectures | Martin Reindl | |
2007-12-30 | A struct rt_addrinfo is needed for rt_missmsg() so we can use rtrequest1() | Claudio Jeker | |
directly instead of takeing the detour via rtrequest(). OK henning@ markus@ | |||
2007-12-30 | Only do pullups when necessary, m_pullup() always prepends an mbuf | Claudio Jeker | |
which is very bad if it is not necessary as it causes scrary mbuf fragmentation. tested and OK mglocker@ | |||
2007-12-30 | Correctly handle non-null state frames on 68020 and 68030 in fpfault. | Miod Vallat | |
2007-12-30 | dont freeze lock or set caching modes on ata devices that arent disks, its | David Gwynne | |
not a good idea. found by simon@ who plugged a sata dvd drive into ahci. | |||
2007-12-30 | Remove unused variable consintr. ok mbalmer | Alexander Bluhm | |
2007-12-30 | In pf_normalize_tcpopt() call pf_pull_hdr() address family safe. | Marcus Glocker | |
OK dhartmei@ | |||
2007-12-30 | regen | Brad Smith | |
2007-12-30 | - rename some SATA entries which are shared between the ATI SB700 and SB800 ↵ | Brad Smith | |
chipsets - add some new SATA entries for the ATI SB700 and SB800 chipsets - add the ATI SB700 IDE PCI id From Linux ok dlg@ | |||
2007-12-30 | regen | Brad Smith | |