summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Tweak the include dirs w/o incurring extra warningsobrien2002-05-141-1/+1
* unexpand -a everythingobrien2002-05-1415-7496/+7496
* First pass of style(9) for #define's.obrien2002-05-1415-1677/+1677
* BDE and I have had a chance to hash this out:imp2002-05-131-5/+5
* Don't include <stddef.h> "For offsetof". This is not even wrong inbde2002-05-131-2/+0
* style(9) changes before further editing that region:joerg2002-05-131-6/+7
* Retire the bogus uses of the disklabel field d_sbsize and begin tophk2002-05-123-4/+2
* Hide the fd autoselection messages behind the bootverbose case so theyjoerg2002-05-121-3/+5
* Increase the PIO timeout to approximately the value it used to havejoerg2002-05-122-15/+38
* Update the PCI table as per Dell's fickleness.scottl2002-05-121-2/+2
* sysctl -w -> sysctldd2002-05-111-1/+1
* Change the PIO loops from a hard counter into a loop that calls DELAY()joerg2002-05-102-8/+26
* Use only bits w/in /sys if at all possible.obrien2002-05-101-1/+1
* MFNetBSD: Bring in the most recent NetBSD and OpenBSD parts.joe2002-05-091-14/+107
* Fix acpi_avoid() to call freeenv() on the original char * returned fromjhb2002-05-091-4/+5
* Use usb_callout_init() instead of directly calling callout_init() withpeter2002-05-091-1/+1
* Directives may not be used inside a macro argument, so don't.obrien2002-05-091-3/+3
* MFNetBSD:joe2002-05-091-1/+3
* Detect and attach to the ICH3 SMBus controller.jhb2002-05-081-0/+4
* Try to use spls more correctlyimp2002-05-071-7/+10
* Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --bde2002-05-061-0/+1
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
* MFNetBSD: ugen.c (1.57), ulpt.c (1.48), usb.c (1.67), usbdi.c (1.96),joe2002-05-067-28/+27
* Add suspend/resume code mostly merged from fxp/rl driver.iwasaki2002-05-062-0/+88
* Add another Askey ISA modem ID.dwmalone2002-05-061-0/+1
* No longer attempt to power off the ACLINK during suspend - luigiorion2002-05-051-3/+0
* When a program launched on the local console exits, the shell willmux2002-05-041-1/+2
* Do not call nge_tick() if we get an PHY interrupt, nge_tick() callsphk2002-05-041-3/+11
* Increase gigE negotiation timeout to 17 seconds.phk2002-05-041-5/+5
* Clean up mii/phy drivers: Remove the MIIF_DOINGAUTO which doesn't reallyphk2002-05-0417-376/+129
* Fix a memory-leak when configuring a vnode backed md(4) device fails.phk2002-05-031-13/+16
* Don't grab the lock until somewhat later in attach to avoid a lockphk2002-05-031-6/+7
* The first argument of pgsigio() is now struct sigio **.tanimura2002-05-031-1/+1
* bzero out the sync command buffer when sending commands. This was causingscottl2002-05-032-5/+13
* MFNetBSD:joe2002-05-021-1/+4
* Make em driver compilable on IA64/alpha.pdeuskar2002-05-021-4/+4
* Add missing UNLOCKsjulian2002-05-021-1/+9
* If we get a DATA UNDERRUN error from QLogic FC cards, but the RQCS_RU bitmjacob2002-05-011-6/+23
* Add an epic_stats_update() function (called once per second). Even thoughsemenu2002-05-011-9/+27
* MII_TICK handlers need not restart aneg on these PHYs, they behave prettysemenu2002-05-012-109/+55
* Add "CFLAGS+= -I${MAKESRCPATH}" when running under the kernel build,peter2002-05-011-0/+3
* makeobjops.awk is stricter on syntax than the perl version.obrien2002-05-011-1/+1
* Remove the trailing ^M's. makeobjops.awk does not like them.obrien2002-05-013-153/+147
* Fix a bug where the aacp device would only talk to bus 0 on thescottl2002-04-301-7/+5
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-301-2/+0
* Need more includes.julian2002-04-301-0/+2
* Add the extra argument to mtx_init()julian2002-04-301-1/+2
* skibo tells me that that I didn't apply all of his last patch, andimp2002-04-301-1/+1
* - Set the maximum number of device transactions to what the driverps2002-04-291-7/+73
* We don't need the card_if.h here. It breaks the building of kernelsimp2002-04-291-7/+2
OpenPOWER on IntegriCloud