summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-05-19clean out some NetBSD cruft from the pmap code.Brad Smith
ok mickey@ deraadt@
2006-05-19add a if_jumbo_mtu field to the interface structure for driversReyk Floeter
supporting ethernet jumbo frames. there's no standard for the size of jumbo MTUs, so either let the driver set it's own value or use 9000 byte jumbo frames by default. ok brad@
2006-05-19Reimplement the Enhanced SpeedStep CPU detection by using theDimitry Andric
quintuplet { vendor, MHz_hi, mV_hi, MHz_lo, mV_lo }, which works much better than parsing the branding string. It also makes it easier to add new models later. Shouldn't break any CPU's which previously worked okay with EST; if there's any trouble, please let me know! Also adds quite a number of VIA C7-M models, and a few more Pentium M models, all from FreeBSD. "go for it" deraadt@
2006-05-19tweak;Jason McIntyre
2006-05-19mickey confirms some hppa64 bits...Jason McIntyre
2006-05-19read channels calibration settings from EEPROM only once in wpi_attach()Damien Bergamini
instead of doing it in wpi_init(). remove a double definition of wpi_ioctl() while i'm here.
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
of duplicating the code. last commit was ok reyk@
2006-05-19- export ieee80211_add_ssid() just like ieee80211_add_(x)rates() so I don'tDamien Bergamini
need to duplicate the code in wpi(4) - fix ieee80211_alloc_beacon() - clean two comments while i'm here
2006-05-19missing entry for hp 300;Jason McIntyre
2006-05-19be more explicit about HTTPS;Jason McIntyre
2006-05-19older alpha machines use mop; from miodJason McIntyre
2006-05-19fix a !foo & bar.Thordur I. Bjornsson
ok miod@, tedu@, pedro@
2006-05-19- merge BOOTP and DHCP sectionsJason McIntyre
- point to diskless(8) based on a mail from alexey e. suslikov; ok henning mk
2006-05-19fixes from miod:Jason McIntyre
- MOPS -> MOP - .<arch> suffix is the exception, rather than the rule - better fstab entries
2006-05-19kill some unneeded .Pp;Jason McIntyre
2006-05-19let's not discuss how to boot diskless for non-Ox machines;Jason McIntyre
2006-05-19make step 11 a little more readable;Jason McIntyre
2006-05-19mips64 bits;Jason McIntyre
2006-05-19hp 300 and hppa entries, gleaned from INSTALL;Jason McIntyre
2006-05-19Add acpitz, commented outCan Erkin Acar
2006-05-19Minimal thermal zone driver. Monitors thermal zone temperature,Can Erkin Acar
shuts down the system if the 'critical temperature' is reached. ok marco@
2006-05-19more stuff for alpha diskless;Jason McIntyre
2006-05-19Use rwlock instead of lockmgr locks.Can Erkin Acar
ok marco@
2006-05-19point people to INSTALL.<arch> docs for details of net/diskless booting;Jason McIntyre
2006-05-19fix printf + add missing printf when unlocking file (-u).Xavier Santolaria
2006-05-19Smbios cleanupGordon Willem Klok
Improve the heuristics a little and extend them to the version and serial number fields. Clean the strings of leading/trailing space and deal with strings which consist entirely of space. Use fixed buffers for strings instead of using pointers into the table. ok deraadt@, and tested by many.
2006-05-19since mfi is pretty small, it fits on some mediaTheo de Raadt
2006-05-19Remove ``sanity check'' that is already done in loop.Ray Lai
OK beck@
2006-05-19Spello from <moorang at gmail dot com>Marco Peereboom
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
is an outstanding PR which makes it obvious that it should not be enabled yet!
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-18tweak previous; ok reykJason McIntyre
2006-05-18add some more xcrypt & co opcodesHans-Joerg Hoexer
ok deraadt
2006-05-18sort and add a full stop;Jason McIntyre
2006-05-18remove useless .PpJason McIntyre
2006-05-18Reference pppoe(4).Ray Lai
``it makes sense'' jmc@
2006-05-18syncTheo de Raadt
2006-05-18Xr mfiTheo de Raadt
2006-05-18extra .EdTheo de Raadt
2006-05-18correct example awk expression; ok jmc@Otto Moerbeek
2006-05-18Add mfiMarco Peereboom
2006-05-18Add man page for mfiMarco 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
this won't identify the possible speeds yet. Add some KNF while there. ok deraadt
2006-05-18Kill splbio/splx in the interrupt handler.Marco Peereboom