summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-08-23Add another ural(4) device, Nova Tech NV-902W.Jonathan Gray
2006-08-23Remove line length limit when reading format strings from a file.Ray Lai
Fixes PR 5208. Problem reported and fix tested by jared rr spiegel <jrrs at hklocal dot nodeless dot net>. OK weingart@ and millert@.
2006-08-22- full month name for .DtJason McIntyre
- sort the hardware list - remove a duplicate
2006-08-22syncTheo de Raadt
2006-08-22Fix possible NULL deref from Alexey V. Vatchenko <avv@mail.zp.ua>Marco Peereboom
2006-08-22More register defines.Miod Vallat
2006-08-22Wrap dmesgMiod Vallat
2006-08-22Clear sti display on console attach, now that the bootloader leaves usMiod Vallat
with scribbles around; ok mickey@
2006-08-22Implement pmap_steal_memory() if HAVE_PMAP_DIRECT; no change except forMiod Vallat
faster uvm initialization.
2006-08-22provide some smp locking around protection fault trap from user too; ↵Michael Shalayeff
originally from niklas; been in snaps; tested on various smp boxen; niklas@ok
2006-08-22Same change as on i386: use a case-insensitive comparison when checkingTom Cosgrove
for bogus SMBIOS strings. Fixes identification of millert@'s system.
2006-08-22remove the check for the number of heads reported by the BPB altogether,Nikolay Sturm
there are devices reporting zero heads; we don't use this value anyways ok pedro, reported by Igor Grabin <violent at death.kiev.ua>
2006-08-22Use a case-insensitive comparison when checking for bogus SMBIOSTom Cosgrove
strings. Fixes identification of millert@'s system. ok gwk@
2006-08-22use LIST_FOREACH; from FreeBSDMartin Reindl
2006-08-22syncTheo de Raadt
2006-08-22hmmTheo de Raadt
2006-08-22start at a pgt(4) man page, else miod will hurt the swissTheo de Raadt
2006-08-22Very initial import to support the PrismGT chipset (FullMAC for now).Marcus Glocker
ok deraadt@
2006-08-22correct function name in log message.Hans-Joerg Hoexer
2006-08-22back out -r1.497 (support for "tagged {}" lists), it broke "tagged" supportDaniel Hartmeier
for nat rules. sorry, existing functionality trumps syntactic sugar. feel free to resubmit a complete patch. closes PR 5207.
2006-08-22- Re-add the m_adj() back into em_get_buf(), but this time checkBrad Smith
the HW max frame size and only call m_adj() if the size is less than or equal to MCLBYTES - ETHER_ALIGN (2046). - Set the HW long packet enable bit on all adapters, even 82573 based adapters which are capable of Jumbo's. - Only do RX alignment fixup on adapters capable of Jumbo frames. ok jason@
2006-08-22do not send the empty UPDATE message as End-of-RIB marker yet, JuniperHenning Brauer
doesn't handle it correctly. found out the hard way by me :( Note: This is a clear protocol violation by juniper. Nontheless we need to be interoperate correctly...
2006-08-22acx(4) seems to work fine on amd64 here also, so enable it.Jonathan Gray
2006-08-22Deactivate the QTDs when removing a queue head to prevent the hostChristopher Pascoe
controller from reactivating it. Slight variation on what is suggested in the EHCI spec to work around problems with VIA controllers. ok dlg@
2006-08-22Be more aggressive about waiting for the host controller doorbell,Christopher Pascoe
re-requesting it at half second intervals for up to five seconds. ok dlg@
2006-08-21Answer ARP queries also for addresses on carp interfaces, if carpsMarco Pfatschbacher
physical interface shares a bridge with the interface that received it. Patch based on a version from camield@ Fixes PR 5178. OK mcbride@
2006-08-21ramdisks do not have vlan, drop mbuf; ok bradTheo de Raadt
2006-08-21Delete #ifdef/#ifndef __OpenBSD__ chunks, leaving just the code weKenneth R Westerback
use. Easier to read and eliminates a potentially confusing unused call to wdgetdisklabel(). No change to object files. ok brad@ dlg@ grange@ deraadt@ marco@
2006-08-21Add missing amrr statistic updates. Makes rate control work proper.Marcus Glocker
Pointed out by damien@. ok damien@
2006-08-21Add more detail about what permissions are and aren't accepted forDarren Tucker
authorized_keys files. Corrections jmc@, ok djm@, "looks good" jmc@
2006-08-21Document HostbasedUsesNameFromPacketOnly. Corrections from jmc@, ok jmc@ djm@Darren Tucker
2006-08-21simplfy code a bit and fix comments, this is the MRU being set not theBrad Smith
MTU.
2006-08-21Jumbo'sBrad Smith
2006-08-21enable Jumbo support.Brad Smith
2006-08-21another id.Brad Smith
2006-08-21regenBrad Smith
2006-08-21another Marvell Gig PHY.Brad Smith
2006-08-20replace magic numbers, no binary change; prompted by deraadt@Kevin Steves
2006-08-20remove a comment.Brad Smith
2006-08-20#if 0 -> #ifdef BNX_JUMBOBrad Smith
2006-08-20RX checksum offload.Brad Smith
2006-08-20For consistency with MSK_JSLOTS, go back to using the macro to figure outBrad Smith
the number of Jumbo receive slots for SK_JSLOTS. no-op change.
2006-08-20correct order of include filesTheo de Raadt
2006-08-20if_tun.c also has this comment so remove duplicate; ok jmc@ krw@Kevin Steves
2006-08-20- turn the interface down if the user press the radio kill button whileDamien Bergamini
the interface is up. - undef WPI_DEBUG.
2006-08-20stash a pointer to the scsibus attached to us. we can use this later toDavid Gwynne
find the names of our volumes.
2006-08-20definitions of the messages for raid, volume, and physical disksDavid Gwynne
2006-08-20move sf(4) out from untested sectionMartin Reindl
2006-08-20cosmetic tweaks.Brad Smith
2006-08-20sort PCI ids.Brad Smith