summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2007-07-18replace the ieee80211_wepkey structure with a more generic ieee80211_keyDamien Bergamini
2007-07-16The logic determining the value of rl_eewidth for the 9346 and 9356Todd C. Miller
2007-07-15Delay switching to the real serial console until we attach the serial device.Mark Kettenis
2007-07-09don't always spew massive debug messages just because AUDIO_DEBUG isJacob Meuser
2007-07-08ansify/de-registerJasper Lievisse Adriaanse
2007-07-04bye byeHenning Brauer
2007-06-26Implement bit swap for a byte in O(log(N)) rather than O(N), promptedTom Cosgrove
2007-06-25support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong Jun;...Constantine A. Murenin
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-06-22ansify/de-registerJasper Lievisse Adriaanse
2007-06-20Better recovery when osiop goes nuts and spitsMiod Vallat
2007-06-17We can not consider the first sti region as always mapped, since on pciMiod Vallat
2007-06-17Make sure to pass valid extended initialization structure pointers inMiod Vallat
2007-06-16constifyDamien Bergamini
2007-06-12add M_CANFAIL to malloc() flags, requested byThordur I. Bjornsson
2007-06-07move ieee80211_compute_duration() and ieee80211_compute_duration1()Damien Bergamini
2007-06-06add another revision "RTL8168 3"; from NetBSD via BradPeter Valchev
2007-06-06the copyright holder changed the license from "dual bsd/gpl" to beReyk Floeter
2007-06-06- Recognize the 8110SCe 8169 revision in re(4)Peter Valchev
2007-06-06do not include ipx headers (were not needed in the first place)Henning Brauer
2007-05-31erroneously EINVAL is always reported where the functionDavid Gwynne
2007-05-31if poking the controller fails for whatever reason the drives'David Gwynne
2007-05-31remove the scsi task thread, and replace it with the system workq.David Gwynne
2007-05-29sprinkle some SMALL_KERNEL to permit bio/softraid to run on boot mediaTodd T. Fries
2007-05-29It helps to commit removals from the tree that has the files cvs removedClaudio Jeker
2007-05-29Make stimeout a debug print. It has no value for users to see it.Marco Peereboom
2007-05-29Move tokenring support to the attic where it can join the cards that whereClaudio Jeker
2007-05-29Beef up malo_hexdump() to emulate hexdump -C output. Helps to see hiddenClaudio Jeker
2007-05-28Gently nudge up the interrupt coalescing timeout to 128 microseconds. ThisChris Kuethe
2007-05-26fix a copy/paste typo from my previous commit: s/dhf/dhg/gConstantine A. Murenin
2007-05-26'recevied' -> 'received' in a displayed message. From Diego Casati.Kenneth R Westerback
2007-05-25Bump firmware package version; Better naming of the malo firmware files.Marcus Glocker
2007-05-25add support for W83627DHG; ok kettenisConstantine A. Murenin
2007-05-25fix a typo in RFACT of 3.3Vcc of w83627ehf; ok kettenisConstantine A. Murenin
2007-05-23instead of trying to keep up w/ changing url, simply documentJason McIntyre
2007-05-23%z in printf(9) is not the same as %z in printf(3). Change to %luRay Lai
2007-05-22Pass string to printf instead of struct that contains string.Ray Lai
2007-05-22Remove broken URLs.Jonathan Gray
2007-05-21Switch pcfiic to rwlock.Jonathan Gray
2007-05-19My 3c905C needs a brief pause after reset for PIO too, at least on hppa.Mark Kettenis
2007-05-19command ids for mailbox commandsDavid Gwynne
2007-05-19stash the dma tag in sli_softcDavid Gwynne
2007-05-19hook up interrupts, but a little different to what i usually do. this mapsDavid Gwynne
2007-05-18spelling in comment fixDavid Gwynne
2007-05-16add definitions for the bits in the "register" bus_space region.David Gwynne
2007-05-16map the pci BARs that we're interested in. this gives us access to theDavid Gwynne
2007-05-15start work on a driver for emulex fibre channel controllers.David Gwynne
2007-05-14delete unused code; ok krwTheo de Raadt
2007-05-09Remove an obsolete comment which guesses about a register write an neverMarcus Glocker
2007-05-09diable -> disableMiod Vallat