jmmv
064fbe7e18
Do not use unnamed structures/unions without instances; they break the
...
build under vax because of gcc 2.95. Found by he@.
2006-02-16 14:57:50 +00:00
kochi
516a28bc31
including acpi_madt.h is not necessary
2006-02-16 10:56:58 +00:00
kochi
8b4a469cbc
including acpi_madt.h is not necessary
2006-02-16 10:28:01 +00:00
kochi
9fca0c53be
define acpi_dbgr as static
2006-02-16 09:23:23 +00:00
kochi
7e7584688f
define phys_wakeup as static
2006-02-16 09:22:51 +00:00
kochi
fd13bfcc61
define acpi_intr_deferq as static
2006-02-16 09:22:16 +00:00
kochi
dd74d9277b
add some more Intel LPC controllers
2006-02-16 08:47:16 +00:00
kochi
e94d605ca4
regen.
2006-02-16 08:39:27 +00:00
kochi
2bf87ae55f
add two more ICH7-M LPC device ids from intel document
...
(Intel I/O Controller Hub 7 (ICH7) Family Specification Update)
2006-02-16 08:36:03 +00:00
kochi
92d51ace0f
prototypes don't need argument names
2006-02-16 06:19:26 +00:00
kochi
539e1b8f22
use ACPI_FAILURE() macro instead of directly check AE_OK
2006-02-16 06:18:59 +00:00
mhitch
dca4768842
Bad Jason! Fix interrupt event counter attach typo. Only the last interrupt
...
was getting an event counter, and none of the dec_6600 interrupts were
getting counted.
2006-02-16 04:48:50 +00:00
macallan
0d73c74b90
default to a black on white console, with green kernel output
2006-02-16 02:18:50 +00:00
macallan
dfd5d19b24
bail out when trying to attach to something that's not the console.
...
Fixes problems with more than one graphics card. Since OF doesn't set up
any secondary graphics devices anyway we don't lose anything.
2006-02-16 02:15:29 +00:00
gdamore
e5312db1b0
Reenable PCI on DBAU1500. May still be useful for PIO devices. Comments
...
in the config are left intact, though.
Add a PMAP-driven bus_space for access to upper memory, instead of using
wired entries.
Convert aupci to use said bus_space -- no measured performance impact.
2006-02-16 01:55:17 +00:00
gdamore
2d31c1c18a
CPLD registers are 16-bits wide, not 32.
2006-02-16 01:52:57 +00:00
gdamore
982890b596
Add board reset logic.
2006-02-16 01:52:37 +00:00
gdamore
547601cc8e
Remove useless extra assignment.
2006-02-16 01:50:19 +00:00
rpaulo
1a5af035b5
PR 32848: Nicolas Joly: typo
2006-02-16 01:08:09 +00:00
gavan
7600be39ae
Compute the EEPROM checksum to determine the presence of valid EEPROM data.
...
If EEPROM data is invalid, allow a MD hook to supply EEPROM data instead.
2006-02-16 00:02:00 +00:00
manu
5e9b532be2
Add getcwd (for real this time), fix dup and dup2
2006-02-15 15:23:18 +00:00
yamt
9040ed946b
- amap_copy: take a "flags" argument instead of booleans.
...
- add AMAP_COPY_NOMERGE flag, and use it for uvm_map_extract.
PR/32806 from Julio M. Merino Vidal.
2006-02-15 14:06:45 +00:00
manu
f806470fb3
- Move the BSD to Linux and Linux to BSD termio/termios conversion functions
...
to a header where they can be shared between COMPAT_LINUX and COMPAT_LINUX32
- Add termios ioctl emulation to COMPAT_LINUX32
- Add the getcwd system call to COMPAT_LINUX32/amd64
That makes Linux's bash working with COMPAT_LINUX32.
2006-02-15 09:31:17 +00:00
uwe
c1da9d59ec
Fix quoting for (commented out) KGDB_DEVNAME examples.
2006-02-15 01:16:19 +00:00
rpaulo
1152ca51d5
From FreeBSD:
...
In ipcomp6_input(), check 'md' not 'm' after a call to m_pulldown(): 'm'
may be a stale pointer at this point, and we're interested in whether or
not m_pulldown() failed.
Noticed by: Coverity Prevent analysis tool
2006-02-14 21:43:02 +00:00
bjh21
c92781b8e2
Don't access an LWP's struct lwp after we've called lwp_exit2() on it.
...
I'm not sure the new code is right, but it works, which is an improvement.
2006-02-14 16:41:21 +00:00
macallan
b16c42a99d
bzero() -> memset()
2006-02-14 16:02:00 +00:00
yamt
f382834c1a
share some code between uvmpd_scan_inactive and uvmpd_scan.
2006-02-14 15:06:27 +00:00
macallan
e594a4142f
do some extra initialization and zeroing, fixes odd problems on x86
2006-02-14 14:15:59 +00:00
gdamore
1ab242ab37
Oops. Hadn't saved file, so missed request for feedback in comment for
...
last commit (PCI being commented out).
2006-02-14 04:29:27 +00:00
gdamore
ebbb314def
Comment out PCI for DBAU1500, as it seems incredibly busted. Explanatory
...
comments are included. Approved by simonb@
2006-02-14 04:26:59 +00:00
yamt
16f42c29a4
fix a compilation problem where PAGE_SHIFT is not a constant.
...
pointed by Chuck Silvers.
2006-02-14 02:28:21 +00:00
oster
99bb7dc022
RAIDframe was erroneously re-initializing the Parity Stripe Status
...
pool each time a new array was configured. This causes grief
with things like 'vmstat -m' by causing it to loop. Make RAIDframe
only initialize PSS bits once.
Pointed out by simonb@. Fix tested by simonb@. Thanks!
2006-02-14 01:13:33 +00:00
riz
a4163a9fe4
Not all chips supported by this driver use the same interrupt moderation
...
timer frequency; Take this into account. Information gathered from
the sk98lin driver for Linux, from Marvell.
Also add sysctl support for changing the interrupt moderation timer at
runtime; each board is controlled independently.
Discussed on tech-net beginning in November 2005.
2006-02-14 00:19:17 +00:00
uwe
c842fab210
Fix file comment to include the expansion for 'F' in "SCIF".
2006-02-14 00:02:03 +00:00
uwe
533115eb12
Define scif register base(s) and offsets.
...
Express old defines in terms of base + offset.
Use uintN_t.
2006-02-14 00:00:34 +00:00
uwe
7dea0a81b8
Move/merge common defintions out of ifdef.
2006-02-13 23:26:31 +00:00
simonb
34cdf29c15
If we get a master abort, reset the SPL before returning.
2006-02-13 22:57:52 +00:00
cdi
1a509d615a
ANSIfy: u_intN_t -> uintN_t, remove __P(), fix function definitions.
2006-02-13 21:47:11 +00:00
uwe
50ea998c78
Move assignment out of conditional expression.
2006-02-13 16:35:57 +00:00
yamt
e6e15660e2
remove an outdated comment.
2006-02-13 14:41:22 +00:00
martin
73bd099735
Protect parts inside #ifdef _LKM that are only supposed to be there
...
when building an LKM.
2006-02-13 14:25:05 +00:00
hamajima
9290fbe544
identify model from DeviceCfg register, and delete "options ARMADILLO210".
...
get DRAM information and boot argument from bootloader.
2006-02-13 12:24:21 +00:00
hamajima
cff2b34165
add SYSCON DeviceCfg register.
2006-02-13 12:13:20 +00:00
gdamore
7d9a6498cf
Do not reset GPIO2 block -- causes PCI reset.
2006-02-13 04:30:47 +00:00
gdamore
de65dd41eb
Add rgephy for RealTek GigE
2006-02-13 04:30:12 +00:00
gdamore
8ea5188929
Added board support for hard-reset (reboot) and power off.
2006-02-13 02:37:05 +00:00
gdamore
2bc42dde61
GPIO support for all supported Alchemy parts.
2006-02-13 00:09:15 +00:00
peter
57be7a5a81
Fix a typo, use uintN_t, use assigned variables, add newline to a printf.
2006-02-12 23:19:14 +00:00
macallan
53b4acd93d
Add support for colour and virtual consoles
2006-02-12 21:00:46 +00:00