Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-04 | fix a copy/paste in a comment. | Damien Bergamini | |
2006-02-04 | silently discard f/w notifications that are unknown (fixes spurious | Damien Bergamini | |
"unknown notification 15" in logs with latest firmware) | |||
2006-02-04 | handle link state change interrupts but do nothing for now | Damien Bergamini | |
2006-02-04 | - add support for multicast filters. | Damien Bergamini | |
- fix setting of if_capabilities flags for chips supporting checksum offload. - fix dmesg output in case we can't establish the intr handler. - fix a call to bus_dmamap_unload() in nfe_encap(). | |||
2006-02-04 | When ACPI_ENABLED wasn't set but the devices were it had an unknown variable. | Marco Peereboom | |
Pointed out by ian@. | |||
2006-02-03 | Rewrote aml parser yet again... | Jordan Hargrave | |
Fixed bus_space_map for i386/amd64 Added _BST and _BIF to acpibat to get status/info ok marco@ | |||
2006-02-03 | Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in code | Matthieu Herrb | |
factorization: prevent ADB devices other than mices from generating "extended" protocol events. ok miod@ | |||
2006-02-03 | Back out i915 changes; they broke some i810-based machines. | Todd C. Miller | |
2006-02-03 | add some more Intel PIIX IDE controllers.. | Brad Smith | |
- 82372FB Ultra66 - 82371FB and 82371MX Non-UDMA capable ok grange@ | |||
2006-02-03 | Implement interrupt mapping according to the OFW Interrupt Mapping recommended | Mark Kettenis | |
practice. tested by many, ok drahn@ | |||
2006-02-03 | regen | Brad Smith | |
2006-02-03 | add Intel 82372FB IDE | Brad Smith | |
2006-02-03 | add Intel 82451NX (PIIX4) and 82801DBL (ICH4-L). | Brad Smith | |
ok grange@ jsg@ | |||
2006-02-03 | jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flag | Brad Smith | |
is set. | |||
2006-02-03 | regen | Brad Smith | |
2006-02-02 | add a bunch of vendor id's and device id's | Brad Smith | |
Most of this is from xsa@ | |||
2006-02-02 | make an exposed printf for debugging a debug printf and add a few commas | Brad Smith | |
in the dmesg printing to make the dmesg entry look a little nicer. ok mickey@ | |||
2006-02-02 | Call bge_setmulti() if IFF_ALLMULTI is set. | Brad Smith | |
From ru FreeBSD | |||
2006-02-02 | Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packets | Brad Smith | |
to process. From oleg FreeBSD | |||
2006-02-02 | Set rtm_index to the correct interface index for RTM_ADD and RTM_CHANGE. | Claudio Jeker | |
bgpd and ospfd use this information to track the availability of a route. Discussed with dlg@, OK henning@ | |||
2006-02-02 | Use alternate PCI DMA control register settings for PCI Express-based | Brad Smith | |
Broadcom Gigabit Ethernet interfaces. From jonathan NetBSD and based on the Broadcom Linux driver. Tested by a few end-users. | |||
2006-02-02 | Backout lcd_suspend on lid close, found to cause crashes. | Dale Rahn | |
requested by jolan, prodded by bob. | |||
2006-02-01 | remove return values in this comment too. | Brad Smith | |
2006-02-01 | fix comments. | Brad Smith | |
2006-02-01 | double semicolon; from Daniel Matic in PR 4929 | Otto Moerbeek | |
2006-02-01 | Initialize rmx_expire in rt_timer_add() so that dynamic routes (e.g. PMTU) | Claudio Jeker | |
show a correct expire time in route(8). OK and idea mpf@ looks good henning@ | |||
2006-02-01 | implement a much better 27mhz tc found on geode; inspired by freebsd; grange@ ok | Michael Shalayeff | |
2006-02-01 | dont clutter up dmesg with useless or redundant information | David Gwynne | |
prodded by deraadt@ | |||
2006-02-01 | oops | David Gwynne | |
2006-02-01 | a driver for the phillips pcf8584 i2c controller as found on the sun netra | David Gwynne | |
t1 105. tested by henning@ djm@ ok kettenis@ put it in deraadt@ | |||
2006-02-01 | Add support for VIA VT6410. | Jonathan Gray | |
Originally from Benoit Izac in PR 4995 reworked to not be affected by the southbridge checking the other VIA ids have to do by incorporating suggestions from brad@ and kettenis@. ok brad@ kettenis@ grange@ | |||
2006-02-01 | rearrange code section for enabling the read DMA state machine | Brad Smith | |
to allow enabling the long burst FIFO on PCI Express cards though its currently disabled at the moment. From jonathan NetBSD and based on the Broadcom Linux driver. | |||
2006-02-01 | one less magic value. | Brad Smith | |
2006-02-01 | Set up the PCI DMA control register properly for the 5714 family, | Brad Smith | |
only tested on the BCM5780 so far as found in the ServerWorks HT-2000 chipset. bge goes from slow throughput and constant watchdog resets to no watchdog's and decent throughput and what appears to be stable operation. From jonathan NetBSD and based on the Broadcom Linux driver. Thanks to Daniel Ouellet for testing on an IBM e326m | |||
2006-02-01 | some more constants. | Brad Smith | |
From NetBSD | |||
2006-01-31 | regen | Brad Smith | |
2006-01-31 | add a few more Promise SATA chipsets. | Brad Smith | |
2006-01-31 | regen | Brad Smith | |
2006-01-31 | some of these bridges are actually provided by the HT-2000 for additional | Brad Smith | |
HyperTransport to PCI Express bridges. | |||
2006-01-31 | regen | Brad Smith | |
2006-01-31 | add ATI ES1000 and ServerWorks HT-1000 PCI/PCIX/PCIE bridges, LPC and | Brad Smith | |
PCI Host bridge as found in an IBM e326m. | |||
2006-01-31 | Don't use RYEL as error indicator in T1 ESF mode. For some reason it toggles | Claudio Jeker | |
on a more or less regular basis. Looks like the example configuration from the bt8370 datasheet is not correct. Hard to debug T1 here in Europe :( | |||
2006-01-31 | fix error message | Damien Miller | |
2006-01-31 | the TCP SACK option needs sequence number modulation | Mike Frantzen | |
ok dhartmei@ and beck@. help + testing from kpfaff AT palloys.com.pl | |||
2006-01-30 | When delivering SIGFOO, make sure the siginfo code is a FOO_xxx constant; | Miod Vallat | |
also deliver SIGILL/ILL_COPROC rather than SIGFPE/FPE_FLTINV for disabled or missing floating point support. | |||
2006-01-30 | Better siginfo field values for fpe failures. | Miod Vallat | |
2006-01-30 | Do not disable frame buffer interrupts in the match() function, but rather | Miod Vallat | |
in attach(). | |||
2006-01-30 | swap B and R in 24bpp and 32bpp modes too; tested martin@ | Miod Vallat | |
2006-01-30 | Remove dead code; we should never see T_DNA here. | Mark Kettenis | |
ok weingart@, miod@ | |||
2006-01-30 | fix updating of tables associated with interface groups used in | Henning Brauer | |
pass to (ifgroup) style notation. instead of walking the list of associated dynaddrs with a pf-abstracted interface which might not be present when there is no reference to them in the rulset, and checking their pointer back to the interface for group memberships, walk the groups an interface is member of directly. even makes the code easier. tests & ok bob ryan markus + tested moritz |