Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-03 | Move scsi_done back under splbio. | Marco Peereboom | |
ok dlg | |||
2006-04-03 | Since we have a run-queue now lets check it in the isr and get io onto | Marco Peereboom | |
the card if there is any still pending. ok dlg | |||
2006-04-03 | Silly dlg hz/500 isnt a whole lot. Also removed busy-wait in | Marco Peereboom | |
ami_quartz_exec. This fixes interactivity issues that we saw when running iogen. This is possible due to the new run-queue model for io. ok dlg@ | |||
2006-04-02 | - add pccbb_attach_hook in pccbbattach for MD initializations. | Brad Smith | |
- omit arithmetics to bus_space_handle_t. - remove use of IST_LEVEL; not defined on sparc64 and unused. From NetBSD | |||
2006-04-02 | Prevent panic when loading pre-3.0 iwi firmware, and give a helpful | Dimitry Andric | |
error message instead. Also return EINVAL for some other error paths. ok damien, deraadt | |||
2006-04-02 | regen | Brad Smith | |
2006-04-02 | add another PCI id to the ste(4) driver. | Brad Smith | |
From the Sundance Linux driver. | |||
2006-04-02 | To be able to use the maximum number of IDE/SATA disks on an ICH | Jonathan Gray | |
system we have to make some channels native as there isn't enough legacy I/O space/interrupts to go around. Intel calls this enhanced mode. An updated and expanded version of a diff from Ulrik Holmén. "looks sane" grange@ | |||
2006-04-01 | use proper types and not fetch iobase that is not used later; damien ok | Michael Shalayeff | |
2006-04-01 | Small fixes from form@: | Alexander Yurchenko | |
- don't allow wildcard port locator - use GPIO_PIN_LOW instead of 0 | |||
2006-04-01 | Put Damien's latest changes back in, okay deraadt@. | Pedro Martelletto | |
Please note that the driver now requires new firmware (version 3.0). | |||
2006-03-31 | Backout, causes panics | Pedro Martelletto | |
2006-03-31 | Add GSM modem SIEMENS ES75 - from patch sent to freebsd-usb@ by Jindra Fucik | Dale Rahn | |
2006-03-31 | sycn | Dale Rahn | |
2006-03-31 | Add GSM modem SIEMENS ES75 | Dale Rahn | |
2006-03-29 | we never use what the ccb completion functions return, so make them all | David Gwynne | |
return void instead. | |||
2006-03-29 | fix the sync_cache scsi command up so it can run asynchronously using the | David Gwynne | |
callback bits for completions. also do the AMI_SYSFLUSH command as well as AMI_FLUSH. | |||
2006-03-29 | regen | Jonathan Gray | |
2006-03-29 | Add a bunch of JMicron entries and Radeon X550. | Jonathan Gray | |
A handful of things from submitted dmesgs also. | |||
2006-03-29 | check for IFF_RUNNING being set before calling bge_init(). | Brad Smith | |
2006-03-28 | sync | Theo de Raadt | |
2006-03-28 | obviously not | Theo de Raadt | |
2006-03-28 | regen | Brad Smith | |
2006-03-28 | add the Acer Labs M5261 LAN. | Brad Smith | |
2006-03-28 | regen | Brad Smith | |
2006-03-28 | - add the Radeon X300 | Brad Smith | |
- fix a typo | |||
2006-03-28 | Add Intel 82801GB (ICH7M) SATA; | Robert Nagy | |
reported by Gabor Micsko <trey@hup.hu>; ok jsg@ marco@ kettenis@ | |||
2006-03-28 | Sync up to Intel's latest FreeBSD em driver (5.1.5). Adds support | Brad Smith | |
for the 82563 PCI Express chipset and a few fixes. From: Intel's web-site | |||
2006-03-27 | fixes interrupts processing. | Damien Bergamini | |
should fix a panic reported by Karel Gardas. | |||
2006-03-27 | - complete rework of rings allocation (do things more like ral(4)) | Damien Bergamini | |
- upgrade to firmware v3.0 layout - enable s/w antenna diversity - many code cleanup | |||
2006-03-27 | Add IDE_PCI_CLASS_OVERRIDE for ServerWorks K2 SATA. | Mark Kettenis | |
ok grange@, jsg@ | |||
2006-03-27 | sync in some of the new PCI ids. | Brad Smith | |
2006-03-27 | regen | Brad Smith | |
2006-03-27 | make this entry a little shorter. | Brad Smith | |
2006-03-27 | regen | Brad Smith | |
2006-03-27 | some new Intel Gigabit Ethernet PCI ids. | Brad Smith | |
2006-03-27 | revert a small part of the last commit that wasn't supposed to go in. | Brad Smith | |
2006-03-27 | Sync up to Intel's latest FreeBSD ixgb driver (5.0.1). | Brad Smith | |
From: Intel's web-site | |||
2006-03-27 | add the Realtek RT8111B PCI Express Gigabit MAC. | Brad Smith | |
2006-03-27 | regen | Brad Smith | |
2006-03-27 | add the Realtek RT8111B PCI Express Gigabit MAC. | Brad Smith | |
2006-03-27 | Split the chip map for Intel SATA out into a seperate function | Jonathan Gray | |
for readability/maintainability. Tested by several people on ICH6-M/ICH7 ok grange@ | |||
2006-03-27 | Fix compilation when UVISOR_DEBUG is defined. | Jonathan Gray | |
From Alexandre Ratchov. | |||
2006-03-27 | shrink by removing some unneeded ifdefs | David Gwynne | |
2006-03-27 | we dont support the cypress serial things yet, so dont lie. when we do it | David Gwynne | |
will look different to this | |||
2006-03-27 | Some minor nits from form@, no functional changes. | Alexander Yurchenko | |
2006-03-27 | in detach, mark device with COM_SW_DEAD, so that close() will not go | Theo de Raadt | |
tapping additional registes. allows it to work on macppc, where doing such a tap after unplug is very bad. drahn helped fkr@bytemine.de ok miod and drahn | |||
2006-03-26 | Support for accesing 8-bit ISA I/O throught the gpio(4) | Alexander Yurchenko | |
framework. Allows to use stupid GPIO device on the Acrosser AR-B1662 board. Work by form@. | |||
2006-03-26 | sync | Alexander Yurchenko | |
2006-03-26 | Support for Falcom Samba GPRS modem; from tm@openbsd.ru. | Alexander Yurchenko | |