summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2006-05-20Save the PROM VBR on startup, rather than assuming the PROM (and thus itsMiod Vallat
2006-05-20- fix short slot time and short preamble settingsDamien Bergamini
2006-05-20delete old #ifdef INSTALL chunkTheo de Raadt
2006-05-20fix pci resource allocation in em, don't crash!Reyk Floeter
2006-05-20remove commented out and unused capabilities flags.Brad Smith
2006-05-20set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag whereBrad Smith
2006-05-20simplify MTU ioctl switch case.Brad Smith
2006-05-20garbage collect VGE_JUMBO_MTUBrad Smith
2006-05-20do not even match on unsupported hw (instead of return from attach); from 710Michael Shalayeff
2006-05-19Get rid of ``maxmem'' and fix the descriptive comment for ``physmem''.Miod Vallat
2006-05-19INTSTACK_SIZE is not used anymore.Miod Vallat
2006-05-19Add the missing Latin-2 glyphs, not used yet.Miod Vallat
2006-05-19clean out some NetBSD cruft from the pmap code.Brad Smith
2006-05-19add a if_jumbo_mtu field to the interface structure for driversReyk Floeter
2006-05-19Reimplement the Enhanced SpeedStep CPU detection by using theDimitry Andric
2006-05-19read channels calibration settings from EEPROM only once in wpi_attach()Damien Bergamini
2006-05-19don't leak a mbuf with each scan commandDamien Bergamini
2006-05-19simplify finalization of mbuf in wpi_rx_intr()Damien Bergamini
2006-05-19use ieee80211_add_ssid() in ieee80211_beacon_alloc() and wpi(4) insteadDamien Bergamini
2006-05-19- export ieee80211_add_ssid() just like ieee80211_add_(x)rates() so I don'tDamien Bergamini
2006-05-19Add acpitz, commented outCan Erkin Acar
2006-05-19Minimal thermal zone driver. Monitors thermal zone temperature,Can Erkin Acar
2006-05-19Use rwlock instead of lockmgr locks.Can Erkin Acar
2006-05-19Smbios cleanupGordon Willem Klok
2006-05-19since mfi is pretty small, it fits on some mediaTheo de Raadt
2006-05-19disable azalia here too.Brad Smith
2006-05-19no, azalia may not be on. Why? You did not ASK ME, brad. And thereTheo de Raadt
2006-05-18Just finished testing mfi on amd64 so add it here too.Marco Peereboom
2006-05-18paramter -> parameterMiod Vallat
2006-05-18Enable mfi.Marco Peereboom
2006-05-18Remove some debug cruft and pretty up some debug messages.Marco Peereboom
2006-05-18Enable detection of SpeedStep support for the VIA Esther CPU's. NoteDimitry Andric
2006-05-18Kill splbio/splx in the interrupt handler.Marco Peereboom
2006-05-18And we have lift off! Was able to create a filesystem and write to theMarco Peereboom
2006-05-18some devices can do weird things upon a warm reboot so add a shutdownJolan Luff
2006-05-18Add a duplicate check for our own advertisements. This is necessaryMarco Pfatschbacher
2006-05-18Use standard swap16() and swap32() functions instead of abusing <db.h> to getMiod Vallat
2006-05-18Move otherwise unused <machine/vid.h> to stand/Miod Vallat
2006-05-18enable azalia(4) so we can get some more feedback.Brad Smith
2006-05-18disable the Analog Devices AD1981HD codec widget init routine for now.Brad Smith
2006-05-18de-staticBrad Smith
2006-05-18Test the state of a disk *after* spinning it up and not before. ThisKenneth R Westerback
2006-05-17cf_unit should have a value between 0 and cd_ndevs. So set cf_unit to 0 whenKenneth R Westerback
2006-05-17Add completion routines.Marco Peereboom
2006-05-17Add mfi_get_info to obtain all kinds of fun information from the fw.Marco Peereboom
2006-05-17Fix static array overrun.Brad Smith
2006-05-17regenBrad Smith
2006-05-17sync handling of fatal firmware errors w/ wpi(4)Damien Bergamini
2006-05-17remove 10GbE from the Xframe entries.Brad Smith
2006-05-17tweak the dmesg printing a bit.Brad Smith