summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* With latest buf cleanup, rcs_rev_getbuf won't return NULL anymore.tobias2008-02-203-12/+6
| | | | OK joris@
* correct boolean encoding for coredump; der Mouse via dugsongmarkus2008-02-201-2/+2
|
* remove old unused TCP isn code; ok henning, dhartmei, mcbridemarkus2008-02-202-53/+2
|
* Fix a use-after-free bug in the envelope code just after a port 25 fork.brad2008-02-201-3/+6
| | | | | | From Matthew Dillon@DragonFlyBSD ok millert@ dlg@
* - Only clear the IFF_OACTIVE flag if packets were processed.brad2008-02-201-4/+6
| | | | | | | | | | | - Only clear the watchdog timer if there are no more packets to process otherwise rearm the timer. From mickey@ Tested by krw@, mikeb@ and brad@ ok dlg@
* When collecting the hardware statistics add the interfaces input errorsbrad2008-02-202-3/+21
| | | | | | | | | | | | | counter and out of receive buffer descriptors counter to the network stacks input errors counter. Based on a diff from mickey@ though updated for -current and added support for BCM5705 or newer chipsets from brad@. Tested it with BCM5704 on i386/amd64, BCM5700 on sparc64, BCM5701/BCM5751M on i386 and BCM5721/BCM5780 on amd64. ok krw@ sthen@ dlg@
* when creating a response, use the correct TCP header instead ofmarkus2008-02-204-72/+62
| | | | relying on the mbuf chain layout; with claudio@ and krw@; ok henning@
* when bge has link, use autopolling for link status, not direct mii polls.sthen2008-02-202-29/+52
| | | | | | | | | | | | | | | fixes input errors on BCM5701/5702X/5704 and may avoid firmware hangs on some cards if asf/ipmi support is added. original diff from Oleg Bulyzhin in a freebsd-net post and ported by mickey; included stats counter changes which don't apply to -current so they are split out and not included here. "The rest of the diff looks ok" brad. tested on 5701/5702X/5703X/5704C/5721 by mpf naddy okan beck sthen ok beck (before splitting out stats changes), krw, henning. closes kernel/5699
* set globalnl to vnodenl in filemode() so we access the rightthib2008-02-201-2/+4
| | | | | | | thing in the KGET() macros. Fixes a segfault when pstat is called with '-vT'; ok miod@,krw@,beck@
* enable tda(4)robert2008-02-201-2/+2
|
* make tda(4) run the fans at maximum speed when we are about to droprobert2008-02-204-5/+57
| | | | | | drop to ddb(4) in order to avoid overheating in case of a system crash. ok kettenis@
* Fix a mbuf leak which can be triggered on a systembrad2008-02-201-15/+14
| | | | | | | | | receiving PPPoE packets but without any PPPoE interfaces setup. From mickey@ via PR 5713. ok canacar@ claudio@ dlg@
* make sure we use the default branch (if available)joris2008-02-201-3/+10
| | | | | | | | in rcs_translate_tag() if we are looking for a revision on the trunk. fixes inconsistancy with gnu cvs. problem noticed by brad@
* stylejoris2008-02-201-3/+2
|
* Add support for the Intel ICH9 chipsets.brad2008-02-203-58/+127
| | | | | | | | | | | | Initial diff from Henry Precheur based on a commit from matthias@dragonflybsd which was derived from the FreeBSD driver. Additional Flash changes from sephe@dragonflybsd which was derived from the FreeBSD driver. Typo fixes in Henry's diff and a few other improvements from the FreeBSD driver from brad@. Tested on a variety of different em(4) adapters in addition to ICH8/9. ok dlg@
* Patchlevel starts at p0, not p1. Fix the example.landry2008-02-191-5/+5
| | | | ok espie@ looks fine to ajacoutot@
* Add support for the optics on the Sun variant of ixgb(4) boards.brad2008-02-194-9/+96
| | | | | | From Intel tested by and ok dlg@
* Remove duplicate strcmp().jsing2008-02-191-3/+2
| | | | From Iruata Souza <iru.muzgo@gmail.com>
* Match on AnyDATA ADU-500A.jsg2008-02-192-3/+5
| | | | Tested by Sergey Prysiazhnyi <apelsin@atmnis.com>
* regenjsg2008-02-192-4/+9
|
* AnyDATA ADU-500Ajsg2008-02-191-2/+3
|
* these controllers are definitly not mfi(4), but mpi(4).fkr2008-02-192-7/+7
| | | | ok dlg@
* Cleanup, spacing and KNF.marco2008-02-191-23/+26
| | | | Sprinkle some debug while here.
* adjust width of S column to improve printing of the MBR partition tablesobrado2008-02-182-9/+9
| | | | | | on modern disk geometries; while here, better alignment of column labels ok jmc@, jsing@, krw@, and otto@
* Only attach on Sun Blade 1000/2000.kettenis2008-02-181-1/+11
|
* Get correct memory information from 64 bit ARCBios, tested on Octane.miod2008-02-182-9/+24
|
* Use better types and fix tests for pc and sp being in kernel to reallymiod2008-02-182-18/+20
| | | | handle XKPHYS addresses correctly.
* More 64-bit ARCBios friendliness, correctly identify a 64 bit system, suchmiod2008-02-182-28/+64
| | | | as the Octane; joint work with jsing@
* Fix ptoa() cast.kettenis2008-02-181-5/+6
| | | | Sigh... ok miod@
* 'like\nlike' -> 'like' in a couple of comments.krw2008-02-182-4/+4
| | | | From Giovanni Bechis.
* sgivol(8) no longer requires the '-f' option.jsing2008-02-183-10/+10
|
* Cleanup sgivol(8) and make it behave more appropriately. Remove the '-f'jsing2008-02-182-112/+101
| | | | | | | | | | option - if we ask sgivol(8) to manipulate the volume header we really mean it. Also, use a single mode variable rather than a bunch of nutty opt_* variables. Improve the man page and usage() whilst we're here. Aside from the removal of '-f' there should be no functional changes. ok miod@ jmc@.
* remove the definition of amd7930_trap(), it is not used anywhere.robert2008-02-181-3/+1
| | | | ok kettenis@
* Add initial bits for fiber support with the BCM5714/BCM5715/BCM5780 chipsets.brad2008-02-182-19/+31
| | | | | | Tested by brad@, chl@, sthen@, Johan Mson Lindman and Ian Lindsay <iml04@hampshire.edu> ok dlg@
* Add "in blocks" to disk size discriptors so that I don't have to readmarco2008-02-171-5/+5
| | | | code single time I look at it.
* We're not printing interrupt priority levels (ot whatever ipl stands for) butkettenis2008-02-171-2/+2
| | | | interrupt vectors, so change it to ivec and print them in hex.
* mention the VIA VT8237S south bridge.brad2008-02-171-3/+4
| | | | ok dlg@
* Add the VIA VT8237S south bridge.brad2008-02-171-1/+2
| | | | | | Tested by António Marques <froz at icix dot org> with a ASUS M2V-MX board. ok dlg@
* Kill stray commentmarco2008-02-171-2/+1
|
* add my copyright, too.hshoexer2008-02-171-1/+2
|
* Add propper key encryption.hshoexer2008-02-172-23/+184
| | | | ok marco@
* Add back cast in ptoa() to prevent problems with integer overflow.kettenis2008-02-171-2/+2
| | | | | | | Proper casts should be added to all invocations of ptoa() before this cast can be removed again. ok toby@, marco@, miod@
* Remove the check for non-production bnx(4) chipsets. These chipsets arebrad2008-02-171-16/+2
| | | | | | | | | not officially "supported" and could have errata which the driver does not workaround but they should more or less work. Tested by marco@ with a BCM5708 B0 chipset. ok marco@ dlg@
* have lm and wbsio Xr each other, and some tweak;jmc2008-02-173-6/+7
| | | | sync Nd entries for sensors;
* Mention wbsio(4).kettenis2008-02-171-2/+4
|
* lm(4) attaches to wbsio(4) too now.kettenis2008-02-171-2/+3
|
* wbsio(4)kettenis2008-02-172-2/+50
|
* Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.kettenis2008-02-175-5/+252
| | | | ok henning@
* Define default configurations for AES-192 and AES-256. From Mitja Muzenichshoexer2008-02-172-12/+197
| | | | | | <mitja at muzenic dot net>, diff provided already quite some time ago, many many thanks. This should have gone in months ago but I was slacking, sorry for that.
* - Correct clearing of the IFF_OACTIVE flag by ensuring the flag isbrad2008-02-171-8/+11
| | | | | | | | | | | | only cleared if there is enough slack space since bge_encap() will return anyway and IFF_OACTIVE will be set again. - Only reset the watchdog timer when all packets have been processed. - Have bge_start() do a fast return if the adapter is not running or the IFF_OACTIVE flag is set. Tested by brad@, chl@, krw@, landry@, sthen@ and Johan Mson Lindman. ok dlg@