Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-18 | regen | Martin Reindl | |
2007-06-18 | another geforce variant | Martin Reindl | |
2007-06-18 | KNF after macro removals, no binary change. | Marc Balmer | |
ok dlg. | |||
2007-06-18 | KNF, especially re-indent prototypes. No binary change. | Marc Balmer | |
ok dlg. | |||
2007-06-18 | Use the right interface id when iterating over the control interface | Marc Balmer | |
endpoints. bug found and patch provided by Marc Winiger <mw@msys.ch>. ok dlg. | |||
2007-06-18 | split out dpme disklabel reading, simplifying things significantly | Theo de Raadt | |
and making it look a lot more like other architectures; tested by myself and drahn and gwk | |||
2007-06-18 | ansify/de-register. | Jasper Lievisse Adriaanse | |
no binary change | |||
2007-06-18 | remove newline in dmesg that slipped in in last commit | Jacob Meuser | |
go ahead robert@ | |||
2007-06-18 | simplify error return case from writedisklabel(), too | Theo de Raadt | |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt | |
2007-06-18 | simplify error return case from writedisklabel() | Theo de Raadt | |
2007-06-18 | more comments that are different | Theo de Raadt | |
2007-06-18 | using same words in similar code sequences is good | Theo de Raadt | |
2007-06-18 | this XXX has no place here anymore. extended partition label writing | Theo de Raadt | |
might even work now (ie. if it works, it is because finding the label location is now MI code shared for the read & write paths) | |||
2007-06-18 | include not needed | Theo de Raadt | |
2007-06-18 | msg is already gauranteed to be NULL | Theo de Raadt | |
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2007-06-17 | add back missing bcopy & break, got lost when removing arcnet. | Henning Brauer | |
spotted by Mike Belopuhov <mkb@crypt.org.ru> | |||
2007-06-17 | ansify/de-register. | Jasper Lievisse Adriaanse | |
no binary change | |||
2007-06-17 | de-register | Jasper Lievisse Adriaanse | |
ok thib@ | |||
2007-06-17 | Add background SCAN command. | Marcus Glocker | |
2007-06-17 | de-register | Jasper Lievisse Adriaanse | |
ok henning@ | |||
2007-06-17 | ansify/de-register | Jasper Lievisse Adriaanse | |
ok miod@ | |||
2007-06-17 | make it compile | Martin Reindl | |
2007-06-17 | Pass the device a better rate set. | Marcus Glocker | |
2007-06-17 | Eliminate a few straggling 'labelsector' field declarations from | Kenneth R Westerback | |
cpu_disklabel's. 'labelsector' is not used anywhere according to grep. 'go for it' deraadt@ | |||
2007-06-17 | Get interrupt information from PDC and use it to program the IO SAPIC. | Mark Kettenis | |
Needed to make edge triggered interrupts work. | |||
2007-06-17 | We can not consider the first sti region as always mapped, since on pci | Miod Vallat | |
cards it is no longer the rom image. This lets sti@pci work on non-dino bridges. Found by and ok kettenis@ | |||
2007-06-17 | Make sure to pass valid extended initialization structure pointers in | Miod Vallat | |
sti_init(), for recent sti proms require them. Also, return a meaningful error value. ok kettenis@ mickey@ | |||
2007-06-17 | Disable memory above 256MB for now, it triggers bugs (probably related to | Miod Vallat | |
cache operations). | |||
2007-06-17 | Repair a couple of printfs. | Miod Vallat | |
2007-06-17 | Coerce this into compiling. | Miod Vallat | |
2007-06-17 | Add first shoot of SCAN command. | Marcus Glocker | |
2007-06-17 | Some alpha (or SRM) designs use level 3 for i/o interrupts, instead of the | Miod Vallat | |
more commonly encountered level 4. Do not complain in splassert() in this case (this is similar to the older vsbus vax machines workaround). | |||
2007-06-17 | Add a new capability flag IEEE80211_C_QOS indicating that the driver | Damien Bergamini | |
supports QoS. Add a new flag IEEE80211_F_QOS indicating whether QoS is enabled or not. Add a callback to notify drivers that AC parameters have changed in the QBSS. Drivers implementing QoS should define this callback and update their EDCA settings accordingly. | |||
2007-06-17 | keep track of the Tx/Rx sequence numbers for each TID in the | Damien Bergamini | |
ieee80211_node structure. add a flag to indicate whether a STA is a QSTA or not. | |||
2007-06-17 | - remove two unused structures | Damien Bergamini | |
- add three new information elements identifiers: IEEE80211_ELEMID_QBSS_LOAD : QBSS Load IEEE80211_ELEMID_EDCA_PARAMS: EDCA Parameter Set IEEE80211_ELEMID_QOS_CAP : QoS Capability | |||
2007-06-17 | No longer include usb_port.h, all macros have been converted to their C | Marc Balmer | |
counterparts. Revert usb_port.h to it's original form with all the macro definitions to ease the import of new drivers from other BSDs. after discussion with deraadt; feedback from mk, miod, jsg, dlg. ok dlg. | |||
2007-06-17 | (error in commit messages to other similar MI files; see position in | Theo de Raadt | |
ChangeLog to see other files) avoid pulling in machine/disklabel.h when sys/disklabel.h is a better choice | |||
2007-06-17 | amd64/stand | Theo de Raadt | |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt | |
to support hotplug media on most architectures. disklabel setup and verification done using new helper functions. Disklabels must *always* have a correct checksum now. Same code paths are used to learn on-disk location disklabels, to avoid new errors sneaking in. Tested on almost all cases, testing help from todd, kettenis, krw, otto, dlg, robert, gwk, drahn | |||
2007-06-16 | astro(4)'s iommu does cache-coherent DMA. | Mark Kettenis | |
2007-06-16 | Add three new firmware commands to set authentication, set rate adaption, | Marcus Glocker | |
and tune several 802.11 parameters. | |||
2007-06-16 | move global declaration of ieee80211_merge_print_intvl into the only | Damien Bergamini | |
function that uses it. | |||
2007-06-16 | Add a few more registers. | Mark Kettenis | |
2007-06-16 | do not allocate ring descriptors for the service queue. | Damien Bergamini | |
this queue is used to load the firmware and the descriptors are written differently (in wpi_load_segment()). so the DMA descriptors were actually unused. saves 16KB of memory. | |||
2007-06-16 | remove stupid macro. | Damien Bergamini | |
2007-06-16 | ieee80211_lookup_node() does not exist. | Damien Bergamini | |
remove prototype in .h and ref in man pages. | |||
2007-06-16 | constify | Damien Bergamini | |