Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-06 | Don't touch any hardware registers while fetching hw.cpuspeed and | Alexander Yurchenko | |
just return current pentium_mhz value. Update this value in all hw.setperf hoos either via its own private methods or using global update_cpuspeed hook, if registered. Also implement update_cpuspeed hook for Pentium 3. Tested by millert@, Gabriel Kihlman <gk@stacken.kth.se> and me on various i386 machines. ok tedu@ | |||
2004-06-06 | extend routing table to be able to match and route packets based on | Cedric Berger | |
their *source* IP address in addition to their destination address. routing table "destination" now contains a "struct sockaddr_rtin" for IPv4 instead of a "struct sockaddr_in". the routing socket has been extended in a backward-compatible way. todo: PMTU enhancements, IPv6. ok deraadt@ mcbride@ | |||
2004-06-06 | In printf %p doesn't need extra ``0x'' | Alexander Yurchenko | |
2004-06-06 | remove Realtek 8139C+ from re(4) line comment | Peter Valchev | |
2004-06-06 | - replace hand-rolled crc32 with ether_crc32_be() | Ryan Thomas McBride | |
- make multicast ranges work | |||
2004-06-06 | portal_connect needs splsoftnet. | Ted Unangst | |
using CMSG_ALIGN was wrong, userland fires in data not so aligned. if fd_getfile returns NULL, don't try to close the fd, since it's not there. | |||
2004-06-05 | Remove unneeded dependency on wscons_raster.h | Miod Vallat | |
2004-06-05 | retval may be NULL in fork1, take 2 | Ted Unangst | |
2004-06-05 | re(4) on all media | Theo de Raadt | |
2004-06-05 | re(4) on these media.. for now | Theo de Raadt | |
2004-06-05 | regen | Brad Smith | |
2004-06-05 | add Intel i960 RD PCI-PCI bridge found on Intel EtherExpress PRO/100 Server ↵ | Brad Smith | |
adapters as well as the adapter id too. | |||
2004-06-05 | Make multicast ranges work. | Ryan Thomas McBride | |
ok deraadt@ | |||
2004-06-05 | - replace handrolled crc32 with ether_crc32_be() | Ryan Thomas McBride | |
- make multicast ranges work ok deraadt@ | |||
2004-06-05 | Clean up style in ioctl. | Ryan Thomas McBride | |
ok deraadt@ | |||
2004-06-05 | cleanup, no functional changes | Peter Valchev | |
2004-06-05 | a step towards 8139C+ | Peter Valchev | |
not complete as rl(4) will match it (same device id as 8139) | |||
2004-06-05 | Missing lockinit(). | Alexander Yurchenko | |
2004-06-05 | fix a few printf; pval ok | Theo de Raadt | |
2004-06-05 | Replace NGPIO button with SMALL_KERNEL. | Alexander Yurchenko | |
2004-06-05 | GPIO support for AMD Elan SC520 found on Soekris net45x1 boards. | Alexander Yurchenko | |
Test and ok markus@. | |||
2004-06-05 | Remove NGPIO button. | Alexander Yurchenko | |
2004-06-05 | set m_pkthdr.len early; ok mcbride, deraadt | Markus Friedl | |
2004-06-05 | add multicast support | Peter Valchev | |
2004-06-05 | sync | Theo de Raadt | |
2004-06-05 | shrink | Theo de Raadt | |
2004-06-05 | RealTek 8139C+/8169/8169S/8110S PCI NIC driver from FreeBSD/NetBSD | Peter Valchev | |
checksum offloading and vlan tagging disabled for now; work in progress | |||
2004-06-05 | Add defines for RealTek 8139C+/8169/8169S/8110S; from FreeBSD | Peter Valchev | |
2004-06-05 | Driver for the RealTek 8169S/8110S internal 10/100/1000 PHY | Peter Valchev | |
from FreeBSD | |||
2004-06-05 | sync | Peter Valchev | |
2004-06-05 | gigE PHY in the RealTek 8169S/8110S chips | Peter Valchev | |
2004-06-05 | another try to re-add it | Theo de Raadt | |
2004-06-05 | Remove unused file. We use aic7xxxvar.h. | Kenneth R Westerback | |
ok marco@ millert@ | |||
2004-06-05 | Remove unused file. We use aic7xxxvar.h. | Kenneth R Westerback | |
ok marco@ millert@ | |||
2004-06-04 | Remove the multicast address when we unconfigure the syncif. | Ryan Thomas McBride | |
2004-06-04 | fix conversion to ether_crc32_be(). problem noticed by naddy@ | Brad Smith | |
ok mcbride@ | |||
2004-06-04 | Kill sys/cdefs.h | Alexander Yurchenko | |
2004-06-04 | regen for ASUS SpaceLink WL-100 | Todd C. Miller | |
2004-06-04 | Add support for ASUS SpaceLink WL-100 PCMCIA 802.11b card; Sigfred HÃversen | Todd C. Miller | |
2004-06-04 | regen | Todd C. Miller | |
2004-06-04 | Fix pasto I introduced in Adaptec AWN-8030 addition | Todd C. Miller | |
2004-06-04 | nsclpcsio can't be find on any amd64 board. | Alexander Yurchenko | |
2004-06-04 | rootvp is already externed in systm.h, no need for a local extern | Ted Unangst | |
2004-06-04 | grange: if you keep commiting stuff you did not test, you will run into trouble | Theo de Raadt | |
2004-06-03 | pretty | Theo de Raadt | |
2004-06-03 | Add support for the GPIO logical device. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | gscpcib(4) -- National Semiconductor Geode SC1100 PCI-ISA bridge driver. | Alexander Yurchenko | |
Besides the core pcib(4) functionality, the gscpcib driver provides support for the GPIO interface of this device. ok deraadt@ | |||
2004-06-03 | Enable GPIO for i386 port. | Alexander Yurchenko | |
ok deraadt@ | |||
2004-06-03 | A framework for supporting various General Purpose Input/Output (GPIO) | Alexander Yurchenko | |
devices. Such devices provide a set of pins that you can use to connect for example leds to it. The pins can be accessed either from userland through the /dev/gpio* device files or from the kernel drivers. The latter is necessary for implementing timing-sensitive things like i2c or 1-wire master controller. ok deraadt@ | |||
2004-06-03 | Signal bus errors when a write back operation fails on 88110. | Miod Vallat | |