Commit Graph

31014 Commits

Author SHA1 Message Date
macallan
2ff97689e1 - move cursor area to the end of each display's chunk of fb RAM
- use memory between display and cursor as glyph cache instead of blindly
  trying to use 8MB
should fix PR 48492
2014-01-14 01:35:13 +00:00
macallan
86e9be6a98 try not to crash when calling glyphcache_wipe() on an uninitialized cache
first step to fix PR 48492
2014-01-13 19:30:33 +00:00
reinoud
0e492f7c8d Regen 2014-01-13 08:24:17 +00:00
reinoud
4e9ecc3794 Add Atmel's SAM-BA programming port as found on Atmel's SAM3E (ARM CortexM3)
boards
2014-01-13 08:23:58 +00:00
reinoud
680415d3af Regen 2014-01-13 08:22:07 +00:00
reinoud
39e8846521 Add Future Bits as vendor code
Add Atmel SAM3E based microcontroller board "4Pi" by Future Bits
2014-01-13 08:21:41 +00:00
jakllsch
e45cb093f5 KASSERT that cmd is non-NULL in more places, and in a place that previously
did not use KASSERT to do the same thing.
2014-01-11 20:29:03 +00:00
jakllsch
056e4dba49 Do not take data from the controller in interrupt handler if we are polling. 2014-01-11 20:17:56 +00:00
msaitoh
5010e7e4fc Sync with pcidev's change. Rename PCI_PRODUCT_MARVELL2_88SE9128 to
PCI_PRODUCT_MARVELL2_88SE912Z. No functional change.
2014-01-10 01:43:52 +00:00
msaitoh
9fecef6533 regen. 2014-01-10 01:42:20 +00:00
msaitoh
4165b90127 Rework for Marvell 88SE9128. Change the description of 0x9123 to
88SE912[38]. For 0x91a3, add '(unclear)' into the description.
FreeBSD, Linux and http://pci-ids.ucw.cz have no such device.
2014-01-10 01:39:48 +00:00
christos
9682229fe5 regen 2014-01-09 22:37:44 +00:00
christos
07a9cab707 revert unintended changes 2014-01-09 22:37:18 +00:00
htodd
886ddaff87 Fix build. Only compile tested. 2014-01-09 21:14:53 +00:00
msaitoh
9a75aee207 regen. 2014-01-09 17:28:30 +00:00
msaitoh
b22423017d Remove 88SE9128(0x913a) entry. At least one of 88SE9128 chip's
product ID is 0x9123. I have this one. Add new 88SE912X entry
with 0x9123. OK'ed by jakllsch.
2014-01-09 17:28:05 +00:00
mlelstv
8aa54a5db6 add three temperature sensors from ST. 2014-01-09 16:51:05 +00:00
jakllsch
7f23e64fd1 Fix whitespace issues. 2014-01-08 16:49:48 +00:00
jakllsch
8b3ffd0418 Add unused tps65217pmic_reg_write() function. 2014-01-08 16:45:14 +00:00
msaitoh
4737180880 Insert completion barrier between register write and delay().
One exception is chip reset (to avoid hangup).
2014-01-07 13:14:39 +00:00
macallan
4a4332fa68 __unuse the right function
( note to self - don't commit half asleep )
2014-01-04 16:37:05 +00:00
msaitoh
1d1c89224b regen. 2014-01-04 02:57:50 +00:00
msaitoh
af1b92eef3 Add Intel Z68 LPC 2014-01-04 02:57:27 +00:00
pgoyette
1c14899110 Modularize 2014-01-03 16:09:22 +00:00
pgoyette
ff65229f7e If you're going to build this driver as a module, make sure that it
depends on opencrypto module.
2014-01-03 16:07:27 +00:00
macallan
e1cc895ece do as joerg requested and mark an unused function __unused 2014-01-03 15:57:12 +00:00
msaitoh
b20d0e739e regen. 2014-01-01 08:33:31 +00:00
msaitoh
9d4e4bce46 Change description from ASPEED2000 to ASPEED Graphics Family because
the IP is used on AST1000,2050 and 2100, too.
2014-01-01 08:33:00 +00:00
skrll
3546eea784 Remove unused variable.
OK rkujawa
2013-12-31 14:51:46 +00:00
msaitoh
a86fd0ccac regen. 2013-12-30 07:08:47 +00:00
msaitoh
a9e0b043d1 Add ASPEED AST2000. 2013-12-30 07:08:24 +00:00
msaitoh
bcf70d1755 Add support For I354(C2000 interna Ethernet controller):
- Add I354 support.
 - Fix SGMII+MDIO case. SGMII+I2C is not supported yet.
 - Not tested well.
 - Sprinkle "XXX" to check later.
2013-12-29 21:28:41 +00:00
pgoyette
1b0023ef9a Modularize net/zlib so it can be used by the vnd module (and, eventually,
by an opencrypto module).
2013-12-29 08:09:44 +00:00
pgoyette
8682ae0dd0 ccd module also needs dk_subr 2013-12-28 19:44:41 +00:00
pgoyette
e5a29159a9 Make dksubr.c into a module, and make the cgd and dm modules depend on
it.

Now that cgd is completely modularized, descend into modules/cgd to
actually create the module.
2013-12-28 19:25:07 +00:00
msaitoh
575d9f62e6 Add Intel C2000 PCU SMBus 2013-12-28 11:15:43 +00:00
christos
6865ff7222 use ACPI_DEBUG not ACPI_DEBUGGER which is used internally by acpica 2013-12-27 20:55:59 +00:00
christos
0a1a7e4862 Add new functions 2013-12-27 18:53:25 +00:00
christos
e9e92000ab - remove function list that was out of date
- explain magical munging so that people are not scared to update in the future.
2013-12-27 18:53:16 +00:00
christos
a76e346af4 function argument changed width 2013-12-27 18:52:16 +00:00
christos
5b339ad5cf constant changed name 2013-12-27 18:51:44 +00:00
msaitoh
6985a537b1 regen. 2013-12-27 08:40:28 +00:00
msaitoh
a7a21cbef2 Add some Marvell 88SE9xxx devices. 2013-12-27 08:39:56 +00:00
christos
069760d69e from "Just a Normal Person", make sure that we set things to NULL after
we free them.
2013-12-26 15:32:48 +00:00
bad
2a83adff5d Also disable MCR4INT in ubsec_detach() when appropriate. 2013-12-26 00:51:23 +00:00
msaitoh
0d115b4766 Add DIGI Neo 8-port serial(PCIe) and OXFORD OXPCIe952 Parallel. 2013-12-25 16:05:59 +00:00
msaitoh
df0b85a475 regen. 2013-12-25 16:05:18 +00:00
msaitoh
2e4d0c4ddd Add DIGI Neo 8-port serial(PCIe) and OXFORD OXPCIe952 Parallel. 2013-12-25 16:04:54 +00:00
msaitoh
c3c28eb736 Add support S1200's UART. Part of PR#48016. 2013-12-25 15:17:56 +00:00
nonaka
9abd425b02 regen 2013-12-25 13:53:20 +00:00