summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2006-03-27add a few more crypto cards.Brad Smith
ok martin@
2006-03-27fixes interrupts processing.Damien Bergamini
should fix a panic reported by Karel Gardas.
2006-03-27rev 1.30Brad Smith
Don't increase the segment index if we skipped a zero-length mbuf. rev 1.22 Since the SGMAP buffer load subroutine doesn't need to modify the segment index, don't pass it by reference. From NetBSD ok miod@
2006-03-27- complete rework of rings allocation (do things more like ral(4))Damien Bergamini
- upgrade to firmware v3.0 layout - enable s/w antenna diversity - many code cleanup
2006-03-27kill unused extern in ifdef DEBUG evenMichael Shalayeff
2006-03-27Add IDE_PCI_CLASS_OVERRIDE for ServerWorks K2 SATA.Mark Kettenis
ok grange@, jsg@
2006-03-27regenMichael Shalayeff
2006-03-27typoMichael Shalayeff
2006-03-27do not rush putting embrionic process on child/thread/sibling lists and set ↵Michael Shalayeff
timeouts earlier as we can sleep later and get signals and exit and cause all kinds of hell; pedro@ ok
2006-03-27sync in some of the new PCI ids.Brad Smith
2006-03-27regenBrad Smith
2006-03-27make this entry a little shorter.Brad Smith
2006-03-27regenBrad Smith
2006-03-27some new Intel Gigabit Ethernet PCI ids.Brad Smith
2006-03-27revert a small part of the last commit that wasn't supposed to go in.Brad Smith
2006-03-27Sync up to Intel's latest FreeBSD ixgb driver (5.0.1).Brad Smith
From: Intel's web-site
2006-03-27add the Realtek RT8111B PCI Express Gigabit MAC.Brad Smith
2006-03-27regenBrad Smith
2006-03-27add the Realtek RT8111B PCI Express Gigabit MAC.Brad Smith
2006-03-27Split the chip map for Intel SATA out into a seperate functionJonathan Gray
for readability/maintainability. Tested by several people on ICH6-M/ICH7 ok grange@
2006-03-27Fix compilation when UVISOR_DEBUG is defined.Jonathan Gray
From Alexandre Ratchov.
2006-03-27shrink by removing some unneeded ifdefsDavid Gwynne
2006-03-27we dont support the cypress serial things yet, so dont lie. when we do itDavid Gwynne
will look different to this
2006-03-27Some minor nits from form@, no functional changes.Alexander Yurchenko
2006-03-27Kill lint warning by using unsigned right hand arg to >>Otto Moerbeek
Right shifting signed values is undefined. From claudio@ ok millert@; comitted by request of deraadt@
2006-03-27com at pcmcia; from fkr@bytemine.deTheo de Raadt
2006-03-27put com(4) at cdevsw 26Theo de Raadt
2006-03-27in detach, mark device with COM_SW_DEAD, so that close() will not goTheo de Raadt
tapping additional registes. allows it to work on macppc, where doing such a tap after unplug is very bad. drahn helped fkr@bytemine.de ok miod and drahn
2006-03-26Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() andBrad Smith
remove alpha_pci_decompose_tag(). From NetBSD ok martin@
2006-03-26Support for accesing 8-bit ISA I/O throught the gpio(4)Alexander Yurchenko
framework. Allows to use stupid GPIO device on the Acrosser AR-B1662 board. Work by form@.
2006-03-26syncAlexander Yurchenko
2006-03-26Support for Falcom Samba GPRS modem; from tm@openbsd.ru.Alexander Yurchenko
2006-03-26Don't allow to change gpio pin state if /dev/gpio was openedAlexander Yurchenko
in read-only mode. Spotted by form@.
2006-03-26do per file io accounting and show that in fstat as well; pedro@ marco@ okMichael Shalayeff
2006-03-26if_link_state_change() is more appropriate here.Camiel Dobbelaar
ok henning mcbride
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
outbound), using a new BIOCSDIRFILT ioctl; guidance, feedback and ok canacar@
2006-03-25regenBrad Smith
2006-03-25add vendor ID for SMSC and SMSC LAN83C185 10/100 PHY id.Brad Smith
From martin@
2006-03-25fixup IP checksum when modifying IP header fields, based on a patch inDaniel Hartmeier
fbsd PR 93849 from Max Laier, ok claudio@
2006-03-25tidy up a bit.Brad Smith
From Andrey Matveev
2006-03-25ANSI and KNF.Brad Smith
2006-03-25regenBrad Smith
2006-03-25add a second Packet Engines Yellowfin PCI id.Brad Smith
2006-03-25set/clear the all frames bit in the receive filter whenBrad Smith
enabling/disabling promisc mode instead of calling sis_init().
2006-03-24regenBrad Smith
2006-03-24add the Globespan PCI vendor id.Brad Smith
From Stuart Henderson
2006-03-24i wish all new hardware was this easy to support. acer labs usb2 dataDavid Gwynne
link cable seems happy. thanks to sevan janiyan for the gear.
2006-03-24hppa has CardBus and USB as well so add umsm(4).Jonathan Gray
Pointed out by mickey.
2006-03-24move the mp tramp higher to avoid trashing boot args and also to fight ↵Michael Shalayeff
strange memory zeroing happennning on some amd machines; toby@ ok
2006-03-24Enable umsm(4) on archs that support CardBus.Jonathan Gray