summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2006-06-22identify CX4 based hardware.Brad Smith
From Intel's FreeBSD driver via their web-site.
2006-06-22recognize the BCM5703 B0.Brad Smith
2006-06-21Pick the sbus clock frequency from the attach args instead of peeking at theMiod Vallat
parent softc.
2006-06-21remove some unused code.Brad Smith
ok reyk@
2006-06-21minimal cleaningTheo de Raadt
2006-06-21minimal knf and cleanupTheo de Raadt
2006-06-21a good start at a driver for the Zydas ZD1211 802.11 devices byTheo de Raadt
ich@florian-stoehr.de. Apparently it can receive now. Contact him if you want to help, or need the firmware image.
2006-06-21use __sparc__ and __sparc64__ instead of SUN4|SUN4C|SUN4M vs SUN4U to figureJason Wright
out which includes to use.
2006-06-21don't need #ifdef SUN4U any moreJason Wright
2006-06-21regenBrad Smith
2006-06-21add the BCM5786 PCI id.Brad Smith
From the Linux tg3 driver.
2006-06-21properly handle timeout failure in while loopTheo de Raadt
2006-06-21pretty code, shorten it, etc, ok drahnTheo de Raadt
2006-06-21Add a few RT73 devices that are known to exist in the wild.Jonathan Gray
2006-06-21regenJonathan Gray
2006-06-21Add a few RT73 devices that are known to exist in the wild.Jonathan Gray
2006-06-21removal of '#ifdef rbus ... #else ...' directives, we use rbus in allFelix Kronlage
cases anyways, so we might as well remove code (the !rbus case) thats been dead throughout the last years and just use the rbus code without ifdefs. brad, miod "I am all for this diff" ok deraadt, mickey
2006-06-21use the 10Gb SR media type for now.Brad Smith
2006-06-21make sure to return and indicate an error when an invalid PCM formatBrad Smith
is found.
2006-06-21match Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839Jonathan Gray
2006-06-21regenJonathan Gray
2006-06-21Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839Jonathan Gray
2006-06-20have bge_start() check for an empty send queue instead.Brad Smith
2006-06-20- check for revision B2 intead of B1 in one more spot.Brad Smith
- fix no link check in bge_start().
2006-06-20regenJonathan Gray
2006-06-20Promise PDC20775, from Aaron Linville.Jonathan Gray
2006-06-20add the BCM5755 and BCM5787 ASICs to the appropriate macros.Brad Smith
2006-06-19Factor for disk size is /2. Odd but tested on all mfis I have.Marco Peereboom
2006-06-19Appease the printf gods here tooMiod Vallat
2006-06-19Everytime one forgets an argument in a printf-like function call, God killsMiod Vallat
a kitten. Commiters, please think of the kittens when working on code.
2006-06-19Make a BGI (Back Ground Init) a scrub instead of rebuild.Marco Peereboom
2006-06-19Add hot spare support.Marco Peereboom
2006-06-19remove the no longer needed time calculations now that we have them inMarc Balmer
sys/kern/clock_subr.c
2006-06-19Don't sleep and then say we're going to sleep -- do it the other wayMichael Knudsen
around because the other thing is just silly and confusing. ok dlg
2006-06-19and this goes awayTheo de Raadt
2006-06-19move clock_subr.c to a better place, and now it is always in the kernelTheo de Raadt
so that things can use it; tested on all architectures; ok kettenis
2006-06-19Do not bother initializing the rfact member of `struct sensor'; it is on itsMark Kettenis
way out anyway.
2006-06-19Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
2006-06-19Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
2006-06-19Remove freebsdism.Michael Knudsen
input and ok mickey.
2006-06-19add the new ASIC revs to the bge_majorrevs table.Brad Smith
2006-06-19add new PCI ids.Brad Smith
2006-06-19some new ASIC revisions.Brad Smith
2006-06-19regenBrad Smith
2006-06-19add some more Broadcom Gig PCI ids.Brad Smith
From the Linux tg3 driver.
2006-06-18Make mpi not spit out WWNN and WWPN as requested by deraadt and dlg. DoMarco Peereboom
store these values in the scsi_link structure for each device. ok dlg.
2006-06-18- implement new ic_updateslot() callback.Damien Bergamini
- in hostap mode, we defer update of the slot time until all associated STAs are notified with updated beacons.
2006-06-18enable packet bursting when operating as a STA.Damien Bergamini
limit bursts to 8 frames.
2006-06-18regenBrad Smith
2006-06-18add some additional LSI Logic PCI ids.Brad Smith
From the LSI Linux MPT driver.