Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-22 | identify CX4 based hardware. | Brad Smith | |
From Intel's FreeBSD driver via their web-site. | |||
2006-06-22 | recognize the BCM5703 B0. | Brad Smith | |
2006-06-21 | Pick the sbus clock frequency from the attach args instead of peeking at the | Miod Vallat | |
parent softc. | |||
2006-06-21 | remove some unused code. | Brad Smith | |
ok reyk@ | |||
2006-06-21 | minimal cleaning | Theo de Raadt | |
2006-06-21 | minimal knf and cleanup | Theo de Raadt | |
2006-06-21 | a good start at a driver for the Zydas ZD1211 802.11 devices by | Theo 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-21 | use __sparc__ and __sparc64__ instead of SUN4|SUN4C|SUN4M vs SUN4U to figure | Jason Wright | |
out which includes to use. | |||
2006-06-21 | don't need #ifdef SUN4U any more | Jason Wright | |
2006-06-21 | regen | Brad Smith | |
2006-06-21 | add the BCM5786 PCI id. | Brad Smith | |
From the Linux tg3 driver. | |||
2006-06-21 | properly handle timeout failure in while loop | Theo de Raadt | |
2006-06-21 | pretty code, shorten it, etc, ok drahn | Theo de Raadt | |
2006-06-21 | Add a few RT73 devices that are known to exist in the wild. | Jonathan Gray | |
2006-06-21 | regen | Jonathan Gray | |
2006-06-21 | Add a few RT73 devices that are known to exist in the wild. | Jonathan Gray | |
2006-06-21 | removal of '#ifdef rbus ... #else ...' directives, we use rbus in all | Felix 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-21 | use the 10Gb SR media type for now. | Brad Smith | |
2006-06-21 | make sure to return and indicate an error when an invalid PCM format | Brad Smith | |
is found. | |||
2006-06-21 | match Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839 | Jonathan Gray | |
2006-06-21 | regen | Jonathan Gray | |
2006-06-21 | Aceeca MEZ1000, from Mike Durian in FreeBSD PR 82839 | Jonathan Gray | |
2006-06-20 | have 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-20 | regen | Jonathan Gray | |
2006-06-20 | Promise PDC20775, from Aaron Linville. | Jonathan Gray | |
2006-06-20 | add the BCM5755 and BCM5787 ASICs to the appropriate macros. | Brad Smith | |
2006-06-19 | Factor for disk size is /2. Odd but tested on all mfis I have. | Marco Peereboom | |
2006-06-19 | Appease the printf gods here too | Miod Vallat | |
2006-06-19 | Everytime one forgets an argument in a printf-like function call, God kills | Miod Vallat | |
a kitten. Commiters, please think of the kittens when working on code. | |||
2006-06-19 | Make a BGI (Back Ground Init) a scrub instead of rebuild. | Marco Peereboom | |
2006-06-19 | Add hot spare support. | Marco Peereboom | |
2006-06-19 | remove the no longer needed time calculations now that we have them in | Marc Balmer | |
sys/kern/clock_subr.c | |||
2006-06-19 | Don't sleep and then say we're going to sleep -- do it the other way | Michael Knudsen | |
around because the other thing is just silly and confusing. ok dlg | |||
2006-06-19 | and this goes away | Theo de Raadt | |
2006-06-19 | move clock_subr.c to a better place, and now it is always in the kernel | Theo de Raadt | |
so that things can use it; tested on all architectures; ok kettenis | |||
2006-06-19 | Do not bother initializing the rfact member of `struct sensor'; it is on its | Mark Kettenis | |
way out anyway. | |||
2006-06-19 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis | |
2006-06-19 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis | |
2006-06-19 | Remove freebsdism. | Michael Knudsen | |
input and ok mickey. | |||
2006-06-19 | add the new ASIC revs to the bge_majorrevs table. | Brad Smith | |
2006-06-19 | add new PCI ids. | Brad Smith | |
2006-06-19 | some new ASIC revisions. | Brad Smith | |
2006-06-19 | regen | Brad Smith | |
2006-06-19 | add some more Broadcom Gig PCI ids. | Brad Smith | |
From the Linux tg3 driver. | |||
2006-06-18 | Make mpi not spit out WWNN and WWPN as requested by deraadt and dlg. Do | Marco 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-18 | enable packet bursting when operating as a STA. | Damien Bergamini | |
limit bursts to 8 frames. | |||
2006-06-18 | regen | Brad Smith | |
2006-06-18 | add some additional LSI Logic PCI ids. | Brad Smith | |
From the LSI Linux MPT driver. |