Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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-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 | 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 | 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 | |
2007-12-30 | add the PCI id for the Sun Crypto Accelerator 6000 PCIe board. | Brad Smith | |
ok dlg@ | |||
2007-12-29 | switch from spls to mutexes for protecting the random state. | David Gwynne | |
ok tedu@ djm@ | |||
2007-12-29 | fix comments after the members of scsi_adapter were changed. | David Gwynne | |
prompted by krw@ | |||
2007-12-29 | Remove debug message. Found by Mike Belopuhov, tsk tsk deraadt. | Marco Peereboom | |
2007-12-29 | the scsi layer always had function pointers for asking the hba about a | David Gwynne | |
device before issuing scsi commands to it, but it was never implemented, never used, and no hba actually filled them in. i came along and added another two function pointers for the same thing. this cleans up the extra pointers. ok krw@ marco@ miod@ deraadt@ | |||
2007-12-28 | provide vpd page 0, which lists which vpd pages we provide. | David Gwynne | |
2007-12-28 | rename some functions to make it clear theyre used to emulate vpd responses | David Gwynne | |
2007-12-28 | implement emulation of vpd page 83, the device identification page. if the | David Gwynne | |
disk provides a wwn, use it, otherwise do our best to generate an id from the model and serial number. | |||
2007-12-28 | massage the way vpds are defined. rename the page used for the devices | David Gwynne | |
serial number and split the vpd header out for use in other places. while here define the device identification page bits too. ok krw@ marco@ | |||
2007-12-27 | Undo previous commit after debating a few corner cases with gwk. This | Marco Peereboom | |
needs to be redone in another way. | |||
2007-12-27 | Add _PPC support. Tested by several people. | Marco Peereboom | |
2007-12-27 | Clean up the clock MD code. Move all of the DS1687 register definitions to | Joel Sing | |
the appropriate place and remove all of the magic numbers. Whilst we're here fix up some KNF issues. Also, the get/set functions used the wrong control registers, allowing the clock to update during operation. ok miod@, jasper@ | |||
2007-12-27 | 1.90 again. use the right flags when creating a dmamap for use during | David Gwynne | |
interrupts. | |||
2007-12-27 | oops, there was other code in the previous commit that shouldnt have gone | David Gwynne | |
in. this reverts 1.90. | |||
2007-12-27 | use the right flags when creating dmamaps for use in interrupt handlers. | David Gwynne | |
2007-12-27 | KNF, no functional change | Marco Peereboom | |
2007-12-24 | alwais unmap i/o space in it_match | Oleg Safiullin | |
2007-12-23 | Look for environment controller first, and access ITE SuperIO address/data | Oleg Safiullin | |
ports only if we found one. Fixes possible issues with some notebook chipsets. ok deraadt@ tested by me, jcs@ and Rodolfo Gouveia | |||
2007-12-23 | use sizeof where needed | Theo de Raadt | |
2007-12-22 | Reset the MAC filter if we stop the device, so no frames are accepted | Marcus Glocker | |
anymore. | |||
2007-12-22 | sync | Theo de Raadt | |
2007-12-22 | more qlogic products | Theo de Raadt | |
2007-12-21 | Don't panic if someone inserts a CardBus slot for which we disabled CardBus | Mark Kettenis | |
support; print a properly formatted message instead. ok jsing@ | |||
2007-12-20 | More minor TX fixing (still sucks). Add more debug info and leave debug | Marcus Glocker | |
mode on for now. | |||
2007-12-20 | Get rid of __HAVE_PCCBB_ATTACH_HOOK. | Mark Kettenis | |
2007-12-20 | add original copyright | Oleg Safiullin | |
bad me | |||
2007-12-20 | regen | Brad Smith | |
2007-12-20 | add the ATI Radeon Mobility X1400 PCI id. | Brad Smith | |
From David Hill <dhill at mindcry dot org> ok dlg@ | |||
2007-12-20 | regen | Brad Smith | |
2007-12-20 | add the MCP77 LAN PCI ids. | Brad Smith | |
From Peer Chen @ NVIDIA via Linux ok dlg@ | |||
2007-12-20 | attach another variant of the MC8755, this one is found in x61s laptops from ↵ | Felix Kronlage | |
lenovo. tested by oga@ | |||
2007-12-20 | regen | Felix Kronlage | |
2007-12-20 | add another variant of the Sierra Wireless MC8755 3G/UMTS/HSDPA modems found ↵ | Felix Kronlage | |
in x61 laptops from lenovo | |||
2007-12-19 | Move watchdog timeout message from DPRINTF to printf. | Marcus Glocker | |
2007-12-19 | Fix page fault trap in TX path. Though TX path is still not working | Marcus Glocker | |
sane, resulting in watchdog timeout. | |||
2007-12-19 | If the CardBus bus number is left unconfigured, only attach pcmcia(4). | Mark Kettenis | |
ok jsing@, fgsch@ | |||
2007-12-19 | Fix the issue with some intel 965 host busses. Though the docs claim that the | Owain Ainsworth | |
mmaddr BAR is alway 64-bit, they lie. one some bridges it's not. Fix this by checking which type of memory it is before trying to map. Advice and ok kettenis@, Tested by myself and Matthew L. Shobe |