summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-02-05add nfe here too.Brad Smith
2006-02-05remove useless comment about macros being different from i386Martin Reindl
2006-02-05tweaks; ok claudioJason McIntyre
2006-02-05Don't force NFE_DEBUG, set default debug level to 0.Jonathan Gray
Committed via an nfe.
2006-02-05quiet nfe_intr().Damien Bergamini
2006-02-05unbreak the tree.Damien Bergamini
pointed at by Peter Stromberg.
2006-02-05enable nfe(4) now that the driver somewhat works.Damien Bergamini
tested by jsg@
2006-02-05fix nfe_txeof().Damien Bergamini
with these changes, the connection seems to work just fine. with help from jsg@
2006-02-05and the softc addition too.Brad Smith
2006-02-05call gem_setladrf() if the NIC is already running and only theBrad Smith
PROMISC or ALLMULTI flags are being adjusted or if adjusting the multicast addresses instead of doing a full re-init of the chip. ok kettenis@
2006-02-04reorganize descriptors flags declarations; it was very confusing.Damien Bergamini
no binary change.
2006-02-04- start MII timer in nfe_init() and move timer initialization in nfe_attach()Damien Bergamini
- set RX filter before enabling RX in nfe_init() - call mii_down() in nfe_stop() - fix setting of full/half-duplex mode - call mii_phy_reset() for each PHY attached and call mii_mediachg() in nfe_ifmedia_upd() - some cleaning while i'm here
2006-02-04Redo debugging mechanism to something less loud and more useful.Marco Peereboom
Shaves 22k of the kernel. ok krw
2006-02-04s/amd1032cloneprobe/adm1032cloneprobe/gMark Kettenis
2006-02-04fix clearing of h/w csum flags in all but the first fragmentDamien Bergamini
2006-02-04Adapt for the fact that Xorg now used standard loadable modules.Mark Kettenis
ok david@
2006-02-04Document the new special community part "neighbor-as". OK henning@Claudio Jeker
2006-02-04update comment for ralDamien Bergamini
no devices added or removed
2006-02-04fix a copy/paste in a comment.Damien Bergamini
2006-02-04silently discard f/w notifications that are unknown (fixes spuriousDamien Bergamini
"unknown notification 15" in logs with latest firmware)
2006-02-04handle link state change interrupts but do nothing for nowDamien 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-04Don't link libmilter against libldap and liblber if WANT_LDAP is definedMarc Balmer
in /etc/mk.conf. Fixes PR 4928 ok millert
2006-02-04- document that svnd0 must not be configured when making releaseJason McIntyre
- tidy up the whole para whilst here based on pr #5006, from francisco; help from mbalmer
2006-02-04When ACPI_ENABLED wasn't set but the devices were it had an unknown variable.Marco Peereboom
Pointed out by ian@.
2006-02-03Rewrote 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-03Restore patch from rev 1.9 of macppc/dev/ams.c that got lost in codeMatthieu Herrb
factorization: prevent ADB devices other than mices from generating "extended" protocol events. ok miod@
2006-02-03If the aspath gets copied because it is modified use the copy for filterClaudio Jeker
matching. With this it is possible to make later filters depend on previous filter changes -- e.g. via community attributes.
2006-02-03Consistency fix. Use ${} instead of $() for variables.Bernd Ahlers
ok millert@
2006-02-03Back out i915 changes; they broke some i810-based machines.Todd C. Miller
2006-02-03Doh! Fix stupid copy paste error. Setting the community type to the AS insteadClaudio Jeker
of the more obvious type produces really funny errors and gives you some happy hours of debugging.
2006-02-03Fix off by one ocurring if ^W immediate follows ^S; testing marc@;Otto Moerbeek
ok kjell@; PR 4991
2006-02-03override authentication tag as well; ok hshoexer@Christian Weisgerber
2006-02-03Cleanup and "simplify" iso checksum implementation. OK norby@Claudio Jeker
2006-02-03add some more Intel PIIX IDE controllers..Brad Smith
- 82372FB Ultra66 - 82371FB and 82371MX Non-UDMA capable ok grange@
2006-02-03First simple regression tests for invalid rulesHans-Joerg Hoexer
2006-02-03adopt to recent changesHans-Joerg Hoexer
2006-02-03Implement interrupt mapping according to the OFW Interrupt Mapping recommendedMark Kettenis
practice. tested by many, ok drahn@
2006-02-03regenBrad Smith
2006-02-03add Intel 82372FB IDEBrad Smith
2006-02-03add Intel 82451NX (PIIX4) and 82801DBL (ICH4-L).Brad Smith
ok grange@ jsg@
2006-02-03jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flagBrad Smith
is set.
2006-02-03regenBrad Smith
2006-02-02add a bunch of vendor id's and device id'sBrad Smith
Most of this is from xsa@
2006-02-02make an exposed printf for debugging a debug printf and add a few commasBrad Smith
in the dmesg printing to make the dmesg entry look a little nicer. ok mickey@
2006-02-02Call bge_setmulti() if IFF_ALLMULTI is set.Brad Smith
From ru FreeBSD
2006-02-02Be less verbose about DR/BDR selection this seems to be rock solid now.Claudio Jeker
OK norby@
2006-02-02Optimize bge_rxeof() & bge_txeof(): return immediately if there are no packetsBrad Smith
to process. From oleg FreeBSD
2006-02-02In interactive mode force newline between left and right sets in the "e b"Claudio Jeker
command. OK tedu@
2006-02-02zap md_list_empty, found by lint.Esben Norby
ok claudio@