summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-04-16Add NetXEN 10Gb Ethernet device IDs (some names are missing, but IReyk Floeter
found the IDs in their linux reference driver).
2007-04-16add the glue to attach tht at thtcDavid Gwynne
2007-04-16There's no point in checking ptr for NULL before doing free(ptr)Moritz Jodeit
since free(NULL) is just fine. ok hshoexer@
2007-04-16different chips have a different number of ports, so map pci ids to theDavid Gwynne
number of ports.
2007-04-16macppcs can boot off usb disks, so treat "/usb" controllers in the ofw treeDavid Gwynne
as storage controllers. this lets ottos macppc root off the usb disk he booted off.
2007-04-16ptr->term_names can point into ptr->str_table, so don;t free that one.Otto Moerbeek
fixes PR #5447. Fix verifed to be equal to the ifndef NO_LEAK part of current ncurses.
2007-04-16don't truncate wchan, ok miod@Otto Moerbeek
2007-04-16start at defining the regs. this is the 10g stuff.David Gwynne
2007-04-16manpage for the tehuti network cards.David Gwynne
2007-04-16Add a note that work on this driver is possible because TehutiReyk Floeter
Networks donated us hardware and provided documentation. Thanks! "go for it" dlg@
2007-04-16map the host registers and establish the interruptDavid Gwynne
2007-04-16this is a start at a driver for the tehuti networks 10Gb ethernet cards.David Gwynne
dual port cards appear as only one pci device, so we attach the controller to pci (thtc at pci) and each port as a separate device (tht at thtc). this only attaches thtc so far.
2007-04-16regenDavid Gwynne
2007-04-16add the tehuti vendor id, and all the product ids i can findDavid Gwynne
2007-04-16Another unbranded udav(4) device.Jonathan Gray
From laurent FANIS <laurent.fanis@gmail.com>
2007-04-16regenJonathan Gray
2007-04-16Another unbranded udav(4) device.Jonathan Gray
From laurent FANIS <laurent.fanis@gmail.com>
2007-04-16Note that watchdogd(8) activates and retriggers a watchdog timer, not onlyMarc Balmer
retriggers.
2007-04-16file argument is not mandatory, say so.Xavier Santolaria
from Pierre Riteau via ray@; OK jmc@.
2007-04-16Without the -c 80, further adjustment is needed to build ramdisks, ok deraadtDale Rahn
2007-04-16syncPeter Valchev
2007-04-15Make code that fetches the MAC address from PCI ROM actually work.Mark Kettenis
2007-04-15Fix interop-issue with vpn peers that start reyking on port 4500 whenHans-Joerg Hoexer
NAT-T is used. Solves problems with cisco and openswan. Tested by todd@ (cisco interop), ok ho@ Original fix with Stefan Roth (stefan dot roth at siemens dot com), thanks!
2007-04-15very minor cleanupMarc Espie
2007-04-15Give this code a chance to work on platforms where the page size isn't 8k.Mark Kettenis
2007-04-15Add defines for Rx page size register.Mark Kettenis
2007-04-15allow systat(1) to be exited with 'q' like top(1).Matthieu Herrb
ok beck@ ckuethe@ hshoexer@ millert@
2007-04-15adjust Makefile for my man changes;Jason McIntyre
fixes user/5449 thanks Owain Ainsworth for pointing out my stupid mistake
2007-04-15One more voff_t in the right place.Artur Grabowski
miod@ ok
2007-04-15Use the right types for calculating the object offset.Artur Grabowski
miod@ ok
2007-04-15Clean up prototypes, change vm_map_t to struct vm_map *.Artur Grabowski
miod@ ok
2007-04-15Add Leonhard Euler.Marco Pfatschbacher
2007-04-15minor indentation.Artur Grabowski
2007-04-15Save block pointers contents before releasing interrupts so that panicPedro Martelletto
messages are consistent, from mickey@, okay pedro@
2007-04-15update copyright years, standardize licence.Marc Espie
reword the introduction to the stuff originally from FreeBSD to clarify slightly.
2007-04-15do not rely on side-effects in there.Marc Espie
2007-04-15use autovivificationMarc Espie
2007-04-14replace IPL_BIO with IPL_NET. vic(4) is a networking driver, not blockReyk Floeter
I/O... ;) ok dlg@
2007-04-14Fix typo in comment. ok grunkAlexander Bluhm
2007-04-14naptime is already extern in extern.h, don't do it againTed Unangst
found by mike erdely
2007-04-14remove staticTed Unangst
ok beck miod pedro thib
2007-04-14if we define a constant for the OPTSTRING, we can as well use it.Alexander von Gernler
ok tedu@
2007-04-14remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>Kevin Steves
2007-04-14sorts the options in both the synopsis and usage()Igor Sobrado
ok by jmc@
2007-04-14shave some blocks off each chunk to make sure disklabel doesn't get eatenTed Unangst
this can also be used for softraid metadata ok marco
2007-04-14Add code to check the kern.securelvel sysctl, since we run with aThordur I. Bjornsson
default securelevel of 1, files with the SF_APPEND or SF_IMMUTBLE flag set cant be removed (or the have the flag removed) so we get alot of false postives. Instead of creating duplicte tests for different securelevels we simply remove these flags for the call to chflags(); This however makes some of the test a little corny but we agreed this was better. ok pedro@, tedu@
2007-04-14documentation of -o option was missing both in man page and usage()Alexander von Gernler
ok jmc@
2007-04-14For devices unwilling or unable to report geometry, change the 'fake'Kenneth R Westerback
geometry used to 255 heads and 63 sectors/track from 64 heads and 32 sectors. 255/63 makes the cylinders as large as PC/BIOS compatibility allows, increasing the size of devices that can be supported. ok pedro@ (long ago) marco@ millert@ weingart@
2007-04-14Add degraded raid 1 io path codeMarco Peereboom
2007-04-14Crank KVM from a ridiculous pedro-sized 256MB to 1GB; needed for upcoming MIMiod Vallat
changes.