njoly
0e6743c4f7
Regen for 3WARE 9750 Series RAID.
2011-10-04 09:17:15 +00:00
njoly
7bc19cd4e5
Add 3WARE 9750 Series RAID.
2011-10-04 09:16:23 +00:00
dholland
adcc6f36b6
Fix thinko about halt vs. poweroff; from Moritz Wilhelmy in PR 45141.
2011-10-04 07:25:34 +00:00
chs
264277f693
expand the attr array to hold all the bytes we store in it.
...
not that the code actually does anything with the extra bytes,
but at least it builds with gcc 4.5.
2011-10-04 04:50:20 +00:00
chs
cf237f8a30
build machdep.c with -O1 to work around a gcc 4.5 issue.
2011-10-04 04:05:17 +00:00
chs
4b3d270286
build cread.c with -O1 to work around a gcc 4.5 bug.
2011-10-04 04:04:15 +00:00
jmcneill
b64e359841
iic_ioctl_exec: if the i2c controller's "exec" function uses -1 instead of
...
an error code to report failure, convert it to EIO.
2011-10-03 23:53:04 +00:00
jmcneill
c1a45d4469
Remove an invalid include path from CPPFLAGS
2011-10-03 23:39:05 +00:00
jmcneill
3221b63b5b
avoid printing an empty line in the sb800 case
2011-10-03 22:33:02 +00:00
jmcneill
c38ba8c7e5
remove iic, I fixed the i2c code
2011-10-03 22:28:56 +00:00
jmcneill
5a065f0064
fix build for kernels with i2c host controller drivers but no iic(4)
...
driver present
2011-10-03 22:27:23 +00:00
roy
2f9b6d37f2
Fix tparm.
...
As we now go via tiparm, store nums as int to conserve memory.
2011-10-03 20:13:48 +00:00
hauke
0f0f947faf
Add the MI software watchdog to GENERIC (not to SMALLRAM, as usual).
2011-10-03 19:22:59 +00:00
roy
91ab69b0df
Remove _ti_freeterm as consumers should just use del_curterm.
2011-10-03 19:18:55 +00:00
roy
7fc83a7d87
Correct args
2011-10-03 19:15:03 +00:00
njoly
17c958e90f
Do not redefine CPUID_LAHF.
2011-10-03 17:31:35 +00:00
njoly
e2c203c871
Note functions failure for unknown timer type.
2011-10-03 15:49:02 +00:00
njoly
829ab7717f
Fix magic_descriptor/magic_file quoting in SYNOPSIS.
2011-10-03 15:43:55 +00:00
christos
3608a76ca2
Fix the exceed test.
2011-10-03 14:55:23 +00:00
christos
8c9fc8838c
fix broken change (parenthesis in the wrong place). From Nirbhay Choubey
2011-10-03 14:09:38 +00:00
roy
38675efe19
Fix man pages for tiparm and ti_tiparm.
2011-10-03 13:12:15 +00:00
roy
44e794b040
Install correct man page links.
2011-10-03 13:10:58 +00:00
roy
4060cbcd0c
Use tiparm instead of vtparm.
2011-10-03 12:32:15 +00:00
roy
39aae097d0
Correctly use ti_ instead of t_ for our extensions as per the man page.
...
Replace vtparm with tiparm.
tiparm is also non standard, but has been proposed at least.
2011-10-03 12:31:51 +00:00
mbalmer
cf39ee7883
Fix non-COMPAT_50 compilation.
2011-10-03 11:31:56 +00:00
mbalmer
de05db530c
Unbreak and move the list of child devices to COMPAT_50.
2011-10-03 11:28:28 +00:00
mbalmer
d394843f35
Remove the GPIODETACH gpio(4) ioctl (it is still available in COMPAT_50) and
...
the 'detach' command line option from gpioctl(8). Drivers that are
attached to gpio pins can be detached using the drvctl(8) command.
2011-10-03 11:16:47 +00:00
hannken
15b3d123ae
As getnewvnode() is prepared to wait for an allocation change vnalloc()
...
to always use PR_WAITOK.
No more 'WARNING: unable to allocate new vnode, retrying...' messages.
2011-10-03 10:30:13 +00:00
njoly
d20e1ca1b9
+i2cscan.debug
2011-10-03 09:52:23 +00:00
mbalmer
a429601b29
Don't cast void pointers.
2011-10-03 08:23:58 +00:00
mbalmer
d0a114ea0b
Build i2cscan, since it is the list files.
2011-10-03 07:29:33 +00:00
mbalmer
0d24d954db
Enable an iic(4) device to prevent a linker warning.
2011-10-03 07:28:14 +00:00
jmcneill
9899f465bf
Newer ATI SB800 SMBus controllers don't report the base address in PCI
...
config space. According to the SB800-Series Southbridges Register Reference
Guide, we can still read this value from PM config space using indirect I/O.
2011-10-02 23:25:20 +00:00
jmcneill
b2284bc274
_ACx is for active cooling policy, using it for envsys temp 'warn max' doesn't
...
make sense
2011-10-02 22:20:33 +00:00
christos
8d68885ceb
No point on keeping hp700 on the old gcc; it is produces broken assembly
...
according to the new binutils.
2011-10-02 22:10:10 +00:00
jmcneill
de012e9fef
Attansic L2 is 10/100 but the status registers report 1000 Mbps, so don't
...
bother reading MII_EXTSR for this part. Also use MII_ANEGTICKS instead of
MII_ANEGTICKS_GIGE for this part.
2011-10-02 21:42:19 +00:00
rmind
d551e49456
- Replace calc_order() with ilog2(), wrap into SIZE2ORDER().
...
- Inline some functions, reduce some #ifdefs.
2011-10-02 21:32:48 +00:00
pgoyette
547c078b7d
Add termname(3) entries
2011-10-02 21:19:35 +00:00
jmcneill
2e7ee9e5d8
rename ioconf file to match module name, and remove an invalid include path
...
from cppflags
2011-10-02 21:14:22 +00:00
jmcneill
afdecb8ae7
iic_ioctl_exec: initialize cmd before using it
2011-10-02 21:12:43 +00:00
christos
959df2bbf2
fix broken sets.
2011-10-02 21:10:03 +00:00
christos
0e4108c639
eat the last d in double constants.
2011-10-02 19:45:10 +00:00
pgoyette
c2d58f1a39
Also re-add usr/include/dev/i2c to the mtree file
2011-10-02 19:31:45 +00:00
pgoyette
173f2e95e5
Now that we're installing i2c/io.h usr/include/dev/i2c/ is no longer
...
obsolete!
2011-10-02 19:29:41 +00:00
roy
fd2d10c6b0
Add termname(3) as defined by POSIX.
2011-10-02 19:24:25 +00:00
jmcneill
8086112a88
Attempt to load the xc5k firmware at attach time using config_mountroot. If
...
it is unavailable the driver will try again on the next open of either the
video or dtv device.
2011-10-02 19:15:39 +00:00
jmcneill
76608f59e8
now that iic is a module, add "iic" dependency to iic drivers
2011-10-02 19:03:56 +00:00
jmcneill
3b6fbb4913
add support for detaching iic(4)
2011-10-02 18:58:45 +00:00
christos
07f6e1d3b5
remove stray underscore.
2011-10-02 18:34:17 +00:00
christos
c38245fcf6
Bump SYMTAB_SPACE
2011-10-02 18:32:36 +00:00