Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-19 | clean out some NetBSD cruft from the pmap code. | Brad Smith | |
ok mickey@ deraadt@ | |||
2006-05-19 | add a if_jumbo_mtu field to the interface structure for drivers | Reyk 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-19 | Reimplement the Enhanced SpeedStep CPU detection by using the | Dimitry 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-19 | tweak; | Jason McIntyre | |
2006-05-19 | mickey confirms some hppa64 bits... | Jason McIntyre | |
2006-05-19 | read 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-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 | |
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't | Damien Bergamini | |
need to duplicate the code in wpi(4) - fix ieee80211_alloc_beacon() - clean two comments while i'm here | |||
2006-05-19 | missing entry for hp 300; | Jason McIntyre | |
2006-05-19 | be more explicit about HTTPS; | Jason McIntyre | |
2006-05-19 | older alpha machines use mop; from miod | Jason McIntyre | |
2006-05-19 | fix a !foo & bar. | Thordur I. Bjornsson | |
ok miod@, tedu@, pedro@ | |||
2006-05-19 | - merge BOOTP and DHCP sections | Jason McIntyre | |
- point to diskless(8) based on a mail from alexey e. suslikov; ok henning mk | |||
2006-05-19 | fixes from miod: | Jason McIntyre | |
- MOPS -> MOP - .<arch> suffix is the exception, rather than the rule - better fstab entries | |||
2006-05-19 | kill some unneeded .Pp; | Jason McIntyre | |
2006-05-19 | let's not discuss how to boot diskless for non-Ox machines; | Jason McIntyre | |
2006-05-19 | make step 11 a little more readable; | Jason McIntyre | |
2006-05-19 | mips64 bits; | Jason McIntyre | |
2006-05-19 | hp 300 and hppa entries, gleaned from INSTALL; | Jason McIntyre | |
2006-05-19 | Add acpitz, commented out | Can Erkin Acar | |
2006-05-19 | Minimal thermal zone driver. Monitors thermal zone temperature, | Can Erkin Acar | |
shuts down the system if the 'critical temperature' is reached. ok marco@ | |||
2006-05-19 | more stuff for alpha diskless; | Jason McIntyre | |
2006-05-19 | Use rwlock instead of lockmgr locks. | Can Erkin Acar | |
ok marco@ | |||
2006-05-19 | point people to INSTALL.<arch> docs for details of net/diskless booting; | Jason McIntyre | |
2006-05-19 | fix printf + add missing printf when unlocking file (-u). | Xavier Santolaria | |
2006-05-19 | Smbios cleanup | Gordon 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-19 | since mfi is pretty small, it fits on some media | Theo de Raadt | |
2006-05-19 | Remove ``sanity check'' that is already done in loop. | Ray Lai | |
OK beck@ | |||
2006-05-19 | Spello from <moorang at gmail dot com> | Marco Peereboom | |
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 | |
is an outstanding PR which makes it obvious that it should not be enabled yet! | |||
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 | tweak previous; ok reyk | Jason McIntyre | |
2006-05-18 | add some more xcrypt & co opcodes | Hans-Joerg Hoexer | |
ok deraadt | |||
2006-05-18 | sort and add a full stop; | Jason McIntyre | |
2006-05-18 | remove useless .Pp | Jason McIntyre | |
2006-05-18 | Reference pppoe(4). | Ray Lai | |
``it makes sense'' jmc@ | |||
2006-05-18 | sync | Theo de Raadt | |
2006-05-18 | Xr mfi | Theo de Raadt | |
2006-05-18 | extra .Ed | Theo de Raadt | |
2006-05-18 | correct example awk expression; ok jmc@ | Otto Moerbeek | |
2006-05-18 | Add mfi | Marco Peereboom | |
2006-05-18 | Add man page for 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 | |
this won't identify the possible speeds yet. Add some KNF while there. ok deraadt | |||
2006-05-18 | Kill splbio/splx in the interrupt handler. | Marco Peereboom | |