Age | Commit message (Expand) | Author |
2006-05-20 | Some more EST improvements: | Dimitry Andric |
2006-05-20 | - fix monitor mode | Damien Bergamini |
2006-05-20 | - fix CCK mask for 802.11b/only | Damien Bergamini |
2006-05-20 | Hints and commented out lines about future work. | Miod Vallat |
2006-05-20 | This file was not supposed to be imported initially, but it might as well | Miod Vallat |
2006-05-20 | Introduce a ``struct board'' platform abstraction, to be able to support | Miod Vallat |
2006-05-20 | Try and use the CPUCONFIG PROM call even if we did not detect 88204 CMMUs, | Miod Vallat |
2006-05-20 | Save the PROM VBR on startup, rather than assuming the PROM (and thus its | Miod Vallat |
2006-05-20 | - fix short slot time and short preamble settings | Damien Bergamini |
2006-05-20 | delete old #ifdef INSTALL chunk | Theo de Raadt |
2006-05-20 | fix pci resource allocation in em, don't crash! | Reyk Floeter |
2006-05-20 | remove commented out and unused capabilities flags. | Brad Smith |
2006-05-20 | set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag where | Brad Smith |
2006-05-20 | simplify MTU ioctl switch case. | Brad Smith |
2006-05-20 | garbage collect VGE_JUMBO_MTU | Brad Smith |
2006-05-20 | do not even match on unsupported hw (instead of return from attach); from 710 | Michael Shalayeff |
2006-05-19 | Get rid of ``maxmem'' and fix the descriptive comment for ``physmem''. | Miod Vallat |
2006-05-19 | INTSTACK_SIZE is not used anymore. | Miod Vallat |
2006-05-19 | Add the missing Latin-2 glyphs, not used yet. | Miod Vallat |
2006-05-19 | clean out some NetBSD cruft from the pmap code. | Brad Smith |
2006-05-19 | add a if_jumbo_mtu field to the interface structure for drivers | Reyk Floeter |
2006-05-19 | Reimplement the Enhanced SpeedStep CPU detection by using the | Dimitry Andric |
2006-05-19 | read channels calibration settings from EEPROM only once in wpi_attach() | Damien Bergamini |
2006-05-19 | don't leak a mbuf with each scan command | Damien Bergamini |
2006-05-19 | simplify finalization of mbuf in wpi_rx_intr() | Damien Bergamini |
2006-05-19 | use ieee80211_add_ssid() in ieee80211_beacon_alloc() and wpi(4) instead | Damien Bergamini |
2006-05-19 | - export ieee80211_add_ssid() just like ieee80211_add_(x)rates() so I don't | Damien Bergamini |
2006-05-19 | Add acpitz, commented out | Can Erkin Acar |
2006-05-19 | Minimal thermal zone driver. Monitors thermal zone temperature, | Can Erkin Acar |
2006-05-19 | Use rwlock instead of lockmgr locks. | Can Erkin Acar |
2006-05-19 | Smbios cleanup | Gordon Willem Klok |
2006-05-19 | since mfi is pretty small, it fits on some media | Theo de Raadt |
2006-05-19 | disable azalia here too. | Brad Smith |
2006-05-19 | no, azalia may not be on. Why? You did not ASK ME, brad. And there | Theo de Raadt |
2006-05-18 | Just finished testing mfi on amd64 so add it here too. | Marco Peereboom |
2006-05-18 | paramter -> parameter | Miod Vallat |
2006-05-18 | Enable mfi. | Marco Peereboom |
2006-05-18 | Remove some debug cruft and pretty up some debug messages. | Marco Peereboom |
2006-05-18 | Enable detection of SpeedStep support for the VIA Esther CPU's. Note | Dimitry Andric |
2006-05-18 | Kill splbio/splx in the interrupt handler. | Marco Peereboom |
2006-05-18 | And we have lift off! Was able to create a filesystem and write to the | Marco Peereboom |
2006-05-18 | some devices can do weird things upon a warm reboot so add a shutdown | Jolan Luff |
2006-05-18 | Add a duplicate check for our own advertisements. This is necessary | Marco Pfatschbacher |
2006-05-18 | Use standard swap16() and swap32() functions instead of abusing <db.h> to get | Miod Vallat |
2006-05-18 | Move otherwise unused <machine/vid.h> to stand/ | Miod Vallat |
2006-05-18 | enable azalia(4) so we can get some more feedback. | Brad Smith |
2006-05-18 | disable the Analog Devices AD1981HD codec widget init routine for now. | Brad Smith |
2006-05-18 | de-static | Brad Smith |
2006-05-18 | Test the state of a disk *after* spinning it up and not before. This | Kenneth R Westerback |
2006-05-17 | cf_unit should have a value between 0 and cd_ndevs. So set cf_unit to 0 when | Kenneth R Westerback |