Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-30 | Free one more resource on attach failure. | Brad Smith | |
From NetBSD ok martin@ | |||
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-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 | 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 | 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-27 | Quirk for MSI Megabook S270 audio output. Ok deraadt@. | Matthieu Herrb | |
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 | 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 | not quite working driver for azalia audio (this is essentially AC97 for > 2005) | Jason Wright | |
Just as brain damaged and ill specified. From NetBSD. | |||
2006-04-26 | coverity, covsmerity: no reason to put an overly complex fix in here in | Jason Wright | |
an error case that almost never happens. | |||
2006-04-26 | ATI IXP 600 IDE. Hardware is not generally available yet | Jonathan Gray | |
but should work going by Linux driver. | |||
2006-04-26 | regen | Jonathan Gray | |
2006-04-26 | ATI IXP 600 IDE/SATA ids. | Jonathan Gray | |
2006-04-26 | Use %b in error flag printfs to describe meaning of error bits. | Jonathan Gray | |
requested by deraadt@ | |||
2006-04-26 | And commit the diff from the right system. | Brad Smith | |
2006-04-26 | check for IFF_RUNNING being set before calling nfe_init(). | Brad Smith | |
ok damien@ jsg@ | |||
2006-04-26 | Undo last commit. | Marco Peereboom | |
2006-04-26 | don't return -1, just 1. | Marco Peereboom | |
2006-04-26 | typo | Marco Peereboom | |
2006-04-26 | Add subvendor and subsysid to the mix to differentiate between controllers. | Marco Peereboom | |
2006-04-26 | sync | Marco Peereboom | |
2006-04-26 | Rename PERC 5/i to PERC SAS so that we can differentiate between models. | Marco Peereboom | |
2006-04-25 | Match PCI ids for Intel ICH7 SATA in AHCI mode. | Jonathan Gray | |
Then ask for SATA IDE mode of operation. X60/T60 Thinkpads are shipped in AHCI configuration by default, this makes them work without changing a BIOS option. | |||
2006-04-24 | regen | Jonathan Gray | |
2006-04-24 | Add id for 82801GBM SATA in AHCI mode. | Jonathan Gray | |
Seemingly the default mode on X60/T60 Thinkpads. | |||
2006-04-24 | add a missing return here. | Brad Smith | |
2006-04-23 | some more ANSI, KNF and other tidying up. | Brad Smith | |
2006-04-23 | regen | Brad Smith | |
2006-04-23 | add the D-Link DRP32TXD CardBus id. | Brad Smith | |
From FreeBSD | |||
2006-04-23 | Allow Intel SATA to map compatibility interrupts. | Jonathan Gray | |
This makes a bunch of ICH6M/ICH7M systems that don't present an IDE controller work. And stop treating ICH6M like an IDE controller now this works for everyone. Thanks to all the people who tested. | |||
2006-04-22 | Add support for the Adaptec RAID-On-Chip architecture. This in turn | Brad Smith | |
provides support for the Adaptec 2130S and 2230SLP adapters. From FreeBSD ok dlg@ | |||
2006-04-21 | repair intr establish error printf | Michael Shalayeff | |
2006-04-21 | recognize the BCM5752 A2 | Brad Smith | |
2006-04-20 | Fix various printf() issues: too many arguments, not enough arguments, argument | Miod Vallat | |
order reversed, wrong modifiers. ok deraadt@ marco@ mickey@ | |||
2006-04-20 | Make these compile again. | Miod Vallat | |
2006-04-20 | ANSI function declarations | Martin Reindl | |
prompted by brad@ | |||
2006-04-19 | move the 82573E_KCS PCI id so it is grouped with the other 82573 ids. | Brad Smith | |
2006-04-18 | - establish interrupt after all dma resouces are successfully allocated | Martin Reindl | |
- wrap an assertion with #ifdef DIAGNOSTIC - call bus_dmamap_sync for mdldmap at POSTWRITE for consistency - pass proper dmamapsize for mdldmap - Call bus_space_{read,write}_1() directly to access ncr53c9x common registers - Unload xfer dmamap in pscsp_dma_stop() - Free resources if attach fails From NetBSD | |||
2006-04-18 | add a few more Intel Gig PCI ids. | Brad Smith | |
Some of these are from jason@ and the rest are from the Linux PCI ids page. | |||
2006-04-18 | regen | Brad Smith | |
2006-04-18 | add a few more Intel Gig PCI ids. | Brad Smith | |
Some of these are from jason@ and the rest are from the Linux PCI ids page. | |||
2006-04-17 | If there is a timeout while writing to the PHY in | Brad Smith | |
sk_marv_miibus_writereg() then print a message indicating so, as done in the XMAC case. |