summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-10-07Make sure page 0 is selected when we initialize the PHY. Fixes problemsMark Kettenis
2008-10-07Fix memory leak bug during scope evaluation (now without introducing a bugMark Kettenis
2008-10-07If we fail to read the MAC address from the eeprom, fallback to readingJoel Sing
2008-10-07if fetching a config page for a sas target doesnt work then let the scsiDavid Gwynne
2008-10-07In ehci_free_itd() replace LIST_INSERT_AFTER(LIST_FIRST(..), ..) withMarcus Glocker
2008-10-06regenJonathan Gray
2008-10-06Add some devices from submitted dmesgs.Jonathan Gray
2008-10-06Don't force multi transaction endpoints (>1024 bytes) down to singleMarcus Glocker
2008-10-06Add missing checks for sc_focus being NULL. Found the hard way byMiod Vallat
2008-10-06syncTheo de Raadt
2008-10-06another geforceTheo de Raadt
2008-10-06Detect and store the PCI/PCIe bus speed.Brad Smith
2008-10-05Add a flag to indicate a 64-bit PCI bus is present.Brad Smith
2008-10-05Detect if the adapter is a PCIe adapter and set the RL_FLAG_PCIE flagBrad Smith
2008-10-05Always update published link state even if the internal link state doesn'tMark Kettenis
2008-10-04regenMark Kettenis
2008-10-04Some AMD RS780 IDs (same as those listed under ATI).Mark Kettenis
2008-10-04Remove bogus code from the error path in sr_raid0_rw(); ok marco@Miod Vallat
2008-10-04Commit cleanup part of the diff that was backed out in the previous commitMark Kettenis
2008-10-04More Linksys models (to match the Netgear ones) from PR 3879. I am notTheo de Raadt
2008-10-04When closing the video stream switch back to default interface as lastMarcus Glocker
2008-10-03Use ether_ioctl().Brad Smith
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03and.. another option device..Theo de Raadt
2008-10-03syncTheo de Raadt
2008-10-03another option hdspaTheo de Raadt
2008-10-03syncTheo de Raadt
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Return ENOTTY for unknown ioctl's.Brad Smith
2008-10-03Merge xe_ether_ioctl() into xe_ioctl() which was just a handler forBrad Smith
2008-10-03Remove a few small ifdef/ifndef OpenBSD sections which contained someBrad Smith
2008-10-03KNF.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-10-02according to the alsa driver for these devices, the hardware providesJacob Meuser
2008-10-02backout Tadpole specific non-dma workaround commited in 1.287, since itTheo de Raadt
2008-10-02Add the IBM 4810 ("SurePOS 300 Series") SCC to support the four additionalMarc Balmer
2008-10-02sync.Marc Balmer
2008-10-02Add IDs for the IBM 4810 BSP (Base System Peripherals) and SCC (SimpleMarc Balmer
2008-10-01The display cycle key generates two ACPI events, so catch bothRobert Nagy
2008-09-30check all luns on sas boards to see if the device is atapi instead of justDavid Gwynne
2008-09-30provide a scsi probe hook that checks if an atapi device is plugged intoDavid Gwynne
2008-09-30add support for handling extended configuration page requests. the sasDavid Gwynne
2008-09-30describe the extended configuration header and the sas device config pageDavid Gwynne
2008-09-30style nits.Brad Smith
2008-09-30straighten the deck chairs slightlyDavid Gwynne
2008-09-29Put back the ``address'' field to struct drm_buf, this allows machdrm toOwain Ainsworth
2008-09-29Fix mmap to always return the right value in the error path. While i'mOwain Ainsworth
2008-09-29always need the vlan includes; ok jsgTheo de Raadt
2008-09-29syncTheo de Raadt
2008-09-29Support another ne(4) at pcmcia(4), pr5940 from Kamo HiroyasuTheo de Raadt