Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-07 | fix name | Brad Smith | |
2005-10-07 | regen | Brad Smith | |
2005-10-07 | fix some Intel Gig names. | Brad Smith | |
2005-10-07 | regen | Brad Smith | |
2005-10-07 | oops, meaant to put LR here and not SR. | Brad Smith | |
2005-10-07 | Sync with r1.18 of aic7xxx.seq. | Kenneth R Westerback | |
2005-10-07 | From gibbs via FreeBSD (r1.127): "Extend critical section protection | Kenneth R Westerback | |
around portions of selection processing that cannot tolerate changes to the waiting for selection queue by the host or the host cancelling an active selection." Chuck in comment adjustment of r1.128 too, and note we are sync'd to r1.128. | |||
2005-10-06 | Use correct timer when reinstating timeouts. Adapted from FreeBSD | Kenneth R Westerback | |
aic79xx_osm.c r1.22 fix by gibbs. | |||
2005-10-06 | o Use firmware extended scan command; this one doesn't crash when scanning | Damien Bergamini | |
the 5GHz band. o Enable 802.11a channels scanning for 2915ABG adapters. o Fix a typo (negociated->negotiated). | |||
2005-10-06 | remove comment about M_HASFCS | Brad Smith | |
2005-10-06 | Eliminate use of M_HASFCS. | Brad Smith | |
From thorpej NetBSD | |||
2005-10-06 | regen. | Federico G. Schwindt | |
2005-10-06 | readd pci1620, but correctly this time. deraadt@ ok. | Federico G. Schwindt | |
sorry about the dup. | |||
2005-10-06 | change "pcistate failed to revert" test message to a debug printf. | Brad Smith | |
2005-10-06 | add Apple BCM5701 | Brad Smith | |
2005-10-06 | regen | Brad Smith | |
2005-10-06 | add another Intel 10Gb PCI id. | Brad Smith | |
2005-10-05 | sync | Theo de Raadt | |
2005-10-05 | delete crap that fgs commited WITHOUT TESTING | Theo de Raadt | |
2005-10-05 | Support the CardBus part of TI's PCI7XX1 controllers. | Thierry Deval | |
ok deraadt@, miod@ | |||
2005-10-05 | regen. | Federico G. Schwindt | |
2005-10-05 | some entries from javier d'ovidio laptop. | Federico G. Schwindt | |
2005-10-05 | regen | Thierry Deval | |
2005-10-05 | Add Texas Instruments' PCI7XX1 CardBus multipurpose controllers | Thierry Deval | |
2005-10-05 | sync | Theo de Raadt | |
2005-10-05 | shorten | Theo de Raadt | |
2005-10-05 | regen | Brad Smith | |
2005-10-05 | add PCI ids for new Intel Gig PCI Express chips. | Brad Smith | |
2005-10-05 | pretty print & minor knf; ok marco | Theo de Raadt | |
2005-10-04 | Sync with new aicasm.c. No functional change. | Kenneth R Westerback | |
2005-10-04 | Emit '#define NUM_CRIT_SECTIONS' instead of 'static const int | Kenneth R Westerback | |
num_crit_sections' so that array declarations in aic7[9x]xx.c use compile time constructs that can be parsed by Anil. No functional change. | |||
2005-10-04 | Make sure we don't enable host controller interrupts until all | Brad Smith | |
initialization is finished. From augustss NetBSD ok dlg@ pascoe@ | |||
2005-10-04 | spacing | Theo de Raadt | |
2005-10-04 | Add initial IPMI implementation. Currently only the KCS retrieval method is | Marco Peereboom | |
supported. SMIC and BMC are being worked on. IPMI will remain disabled for now. Code written by Jordan Hargrave <jordan underscore hargrave at hotmail dot com> help grange@ and deraadt@ ok deraadt@ | |||
2005-10-04 | fix a bug in Tx descriptor processing. | Reyk Floeter | |
found by David Malone | |||
2005-10-03 | Reduce the number of openings the logical devices have to play with so | Kenneth R Westerback | |
that ioctl's and raw commands will not cause i/o failures. Assume a max of two processors/enclosures per raw bus for the moment. Fixes regular crashes on my 1 logical device, all-softdep system during make build with a bioctl loop running. ok dlg@ | |||
2005-10-02 | regen | Brad Smith | |
2005-10-02 | a little bit more consistent naming scheme for Apple devices and add | Brad Smith | |
missing K2 host bridge and AGP bridge PCI ids. ok drahn@ | |||
2005-10-02 | add special handling for some o2micro devices, so by instance atheros works. | Federico G. Schwindt | |
adapted from similar linux change by Aristeu Sergio Rozanski Filho <aris at cathedrallabs dot org> via Leonardo Chiquitto Filho <leonardo at iken dot com dot br>. test compiled by pedro@. | |||
2005-10-02 | Add comment regarding the `reserved' o2micro registers, taken from | Federico G. Schwindt | |
linux o2micro.h file. | |||
2005-10-02 | regen | Brad Smith | |
2005-10-02 | add some NVidia cards. | Brad Smith | |
2005-10-02 | spaces vs tab | Brad Smith | |
2005-10-02 | assert tx rate is non-null so we don't end up dividing by zero. | Damien Bergamini | |
2005-10-02 | avoid multiple calls to sc_enable(). cardbus_intr_establish() was called | Damien Bergamini | |
multiple times without calling cardbus_intr_disestablish() in between. | |||
2005-10-02 | allows dhcpd to work when ral/ural is acting as a standalone AP (without | Damien Bergamini | |
bridging). it appears that ieee80211_input() enqueues packets in if_snd without calling if_start(). closes PR/4237 | |||
2005-10-02 | replace the two separate dmamem allocations for the passthrough commands | David Gwynne | |
and the scatter gather lists with a single allocation containing both. more importantly, actually sync the appropriate parts of this allocation when giving the commands to or taking the response from the device. tested by and ok krw@ | |||
2005-10-01 | remove return at the end of void function. | Brad Smith | |
2005-10-01 | update names. | Brad Smith | |
2005-10-01 | regen | Brad Smith | |