Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-16 | sync | David Gwynne | |
2005-06-16 | Belkin F5D7050 54g USB Network Adapter | David Gwynne | |
for jmc@ | |||
2005-06-15 | add D-Link DGE-528T and US Robotics USR997902 | Brad Smith | |
From: NetBSD | |||
2005-06-15 | regen | Brad Smith | |
2005-06-15 | add D-Link DGE-528T and US Robotics USR997902 | Brad Smith | |
From: NetBSD | |||
2005-06-15 | add Linksys PCMPC200 | Brad Smith | |
2005-06-15 | regen | Brad Smith | |
2005-06-15 | add Linksys PCMPC200 | Brad Smith | |
2005-06-15 | Disable hardware vlan decapsulation. | Camiel Dobbelaar | |
ok brad henning jason | |||
2005-06-15 | Disable hardware vlan decapsulation, but not really. Because of a firmware | Camiel Dobbelaar | |
bug the vlan tag is always stripped off, so restore the encapsulation in software. ok deraadt, "looks ok" jason brad | |||
2005-06-15 | remove from "attempted source route ..." message; ok deraadt, mpf, henning, ↵ | Markus Friedl | |
millert | |||
2005-06-15 | promise pdc203xx support; from bouyer@netbsd.org via grange@ with a few | Federico G. Schwindt | |
tweaks by me. grange@ ok who cannot commit atm. | |||
2005-06-15 | Use scsi_size() as preferred disk size in all cases. Allow devices | Kenneth R Westerback | |
using FLEX GEOMETRY mode sense page to use the existing heads * sectors * cyls calculation if scsi_size() fails. Fixes jolan@'s iPod Shuffle, and presumably other devices lying or confused about their geometry and it's relation to the number of blocks. Also save any supplied rpm and blocksize when faking, as previous code tried to do. ok jolan@ fgsch@ tdeval@ | |||
2005-06-15 | Typo. 'dp->cyls' -> 'dp->sectors'. | Kenneth R Westerback | |
2005-06-15 | Match RTL8255 transceiver and stub out related support functions. | Jonathan Gray | |
2005-06-14 | back out SMM lockdown patch until some other solution is found. | Theo de Raadt | |
SMM lockdown breaks apm on a few machines. | |||
2005-06-14 | Remove de(4) from cats, it does not work for any of the developers in | Dale Rahn | |
the (rather picky) cats board. It is also the last device to use vtophys on arm. | |||
2005-06-14 | rename function and define to reflect the external -> egress name change | Henning Brauer | |
so it is clear what it is all about | |||
2005-06-14 | use "egress" instead of "external" for the interface group containing the | Henning Brauer | |
interfaces the default route(s) point to, proposed deraadt some days ago, ok djm deraadt | |||
2005-06-14 | at least allow the transmit checksum code to compile | Brad Smith | |
though this hasn't been re-enabled yet. | |||
2005-06-14 | fix prototype | Brad Smith | |
2005-06-14 | re-add part of rev 1.49... | Brad Smith | |
sync em_receive_checksum() closer to the FreeBSD driver ok millert@ msf@ | |||
2005-06-14 | regen | Brad Smith | |
2005-06-14 | add Intel PCI-E to PCI-X bridges | Brad Smith | |
2005-06-13 | check wether mask is NULL in if_group_routechange before dereferencing | Henning Brauer | |
2005-06-13 | spurious XXX comment left over from interface abstraction code whacking | Henning Brauer | |
2005-06-13 | make the packet and byte counters on rules and src nodes per direction, | Henning Brauer | |
matches the counters on states now. also fix the counting on scrub rules where we previously did not handle the byte counters at all. extend pfctl -sl output to include the new seperate in/out counters hacked on the ferry from Earls Cove to Saltery Bay ok ryan | |||
2005-06-13 | Move a bunch of small functions that only get called once into | Jonathan Gray | |
their calling functions. | |||
2005-06-13 | get rid of ifdef MSDOS, no binary change | Hans-Joerg Hoexer | |
ok markus@ | |||
2005-06-12 | Back out revs 1.48 and 1.49. Checksum offloading caused problems on | Todd C. Miller | |
an 82547EI and may affects others. Ok henning@ | |||
2005-06-12 | It turns out you need to ask for 16 byte block descriptors. We don't, | Kenneth R Westerback | |
so eliminate code dealing with 16 byte block descriptors. No one else seems to use them anyway. Add define for appropriate permission bit in case we ever need it. Simplify and clean up scsi_do_mode_sense() code as a result. Strengthen check to ensure block descriptor data is a valid by checking if it is a multiple of 8 bytes rather than just > 8 bytes. Moves code to closer to what it was before scsi_do_mode_sense(). | |||
2005-06-12 | use pci_mapreg_map() instead of pci_[io|mem]_find and bus_space_map; | Federico G. Schwindt | |
originally from brad@. working reports by uwe@, hshoexer@ and myself.. | |||
2005-06-12 | handle SuperMac Thunder/24 interrupts | Martin Reindl | |
2005-06-12 | index() function is deprecated and shouldn't be used in new code, | Xavier Santolaria | |
replace it with strchr(). tested and ok martin@, ok deraadt@. | |||
2005-06-12 | lo0 is special, attaches early an different than the other loopback interfaces | Henning Brauer | |
needs special treatment to join the lo group, ryan ok | |||
2005-06-12 | add SIOCGIFGMEMB ioctl, returns a list of all interfaces who are member of | Henning Brauer | |
the given group, markus ok | |||
2005-06-11 | Elminate a few unnecessary casts by using union field names, bit of KNF. | Kenneth R Westerback | |
2005-06-11 | need this too | Brad Smith | |
2005-06-11 | BCM5714 | Brad Smith | |
2005-06-11 | regen | Brad Smith | |
2005-06-11 | BCM5714 | Brad Smith | |
2005-06-11 | Typo in comments. | Miod Vallat | |
2005-06-10 | Tweak softdep_change_linkcnt() so we can specify whether we're willing | Pedro Martelletto | |
to be co-opted by softdep or not, and use this new interface to inform softdep in ufs_inactive() that the inode mode has changed. We don't want to be co-opted there as that might lead to undesired circular dependencies such as a vput() depending on another vput() to complete, or a process that is trying to free up a vnode being blocked trying to acquire a new vnode. Okay tedu@ deraadt@, thanks to all those who tested. | |||
2005-06-10 | make sure the IP packet contains a full struct ip_timestamp | Markus Friedl | |
from art; ok deraadt, claudio, henning | |||
2005-06-10 | getsockopt(): allocate a mbuf cluster for large ipsec credentials | Markus Friedl | |
fixes kernel panic from pr 4252; Stefan Miltchev; ok deraadt@ | |||
2005-06-10 | sync | Kevin Lo | |
2005-06-10 | add 3COM 3CRWE154G72. ok miod | Kevin Lo | |
2005-06-10 | remove unused code and un-ifdef | Martin Reindl | |
ok dlg@ | |||
2005-06-09 | it appears asp occupies more space than intially thought and | Michael Shalayeff | |
audio wraps off the edge making troubles. make sure gsc attachment follows the amsk from the parents and also extend the asp's range to a full 512m. found by Graham Gower <graham.gower@gmail.com> on 735 testing by miod@ on 715 | |||
2005-06-09 | don't need vlan.h here | Brad Smith | |