kiyohara
38e42c3d76
Support aupcmcia on OMSAL400.
2006-04-02 17:32:57 +00:00
shige
f9aeb216b8
Added INSTALL_OMSAL400: Install kernel for OMS-AL400.
2006-03-30 15:30:59 +00:00
shige
2295adc429
Don't configure the aurtc device.
2006-03-28 16:56:50 +00:00
shige
58c31114a4
Add the following devices:
...
- Au1550 Programmable Serial Controller
- SMBus protocol (on Au1550 PSC)
- RICOH R2025S RTC (on SMBus)
- ATMEL AT24C04 EEPROM (on SMbus)
2006-03-28 15:12:01 +00:00
gdamore
d375c80e7f
Rework evbmips clock architecture to use common clock_subr.h routines.
...
Additionally, do not fail if no RTC is present, as not all boards have one.
Malta now uses the common dev/ic/mc146818.c code as much as possible, reducing
local "custom" code. These malta changes are *untested*, as I do not have
a Malta board to test with. If someone would please test them and get back to
me, I'd appreciate it!
2006-03-28 03:43:57 +00:00
gdamore
634defef64
Enable PCMCIA on DBAU1550.
...
Some devices work (an, wdc), while others do not (ne, wi).
However, the bus is useful enough that it makes sense to go ahead and
enable it. Maybe other folks can help me debug the rest of the problems.
2006-03-25 07:28:20 +00:00
gdamore
bc3e11746b
Initial import of Atheros AR531X SoC support. Currently the onboard ethernet
...
and serial ports are supported, and the system appears stable with an NFS
mounted root. An earlier version of the code was reviewed by simon@, but it
has since had numerous improvements and cleanups.
At the moment, only AR5312 is known to work, but I suspect AR2313 will work
as well. Later 2315/2316 parts are substantially different, and are not yet
supported. Wifi and Marvell switch support found on some designs are not yet
supported.
Platforms known to include AR5312 include Senao Aries 2 (AP5054) and Netgear
WGU624.
2006-03-21 08:15:19 +00:00
shige
32d0f6374a
Remove hptide, and ata related devices.
...
OMS-AL400 has no hptide device.
2006-02-27 20:50:48 +00:00
simonb
7a89a17ecd
Sort PCI devices alphabetically.
...
Add "sip" and "fxp" ethernet cards.
Split ethernet and IDE controller devices into separate sections.
Use "options<space><tab>".
2006-02-25 11:47:41 +00:00
simonb
f6508730bb
Sort PCI devices alphabetically.
...
Remove IDE controller and related devices - the MeshCube doesn't have
one of these.
Use "options<space><tab>".
2006-02-25 11:45:24 +00:00
simonb
f309c85ff6
Sort PHYs alphabetically, add nsphyter.
...
Use "options<space><tab>".
2006-02-25 11:43:14 +00:00
shige
6707bdbecb
Support Plathome OpenMicroServer (OMS-AL400).
...
http://www.plathome.co.jp/products/oms400/index.html (sorry japanese only).
2006-02-23 17:14:01 +00:00
gdamore
7907cb6c09
Initial configuration for MTX-1, aka Meshcube.
2006-02-23 04:40:52 +00:00
gdamore
c8934e8111
Remove evbmips-specific aupcmcia... to be reimported shortly into
...
mips/alchemy.
2006-02-23 03:34:35 +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
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
gdamore
de65dd41eb
Add rgephy for RealTek GigE
2006-02-13 04:30:12 +00:00
gdamore
2bc42dde61
GPIO support for all supported Alchemy parts.
2006-02-13 00:09:15 +00:00
gdamore
1388c544a6
Add GPIO driver, and GPIO access functions for other subsystems.
2006-02-12 20:49:34 +00:00
gdamore
cec878cba7
Added PCI support for DBAU1500 (verified).
2006-02-09 00:43:10 +00:00
gdamore
0a8bdb270d
Add Au1550 PCI support (Au1500 not yet, coming shortly).
...
Closes PR port-evbmips/32087.
Reviewed by simonb@ (Also, earlier, matt@, and tsutsui@.)
2006-02-09 00:26:39 +00:00
gdamore
cf49f62481
Clean up DBAU1550 and DBAU1500 (include ALCHEMY) per suggestion from simonb@.
2006-02-08 17:02:05 +00:00
gdamore
017c98158d
Improved alchemy board support, including board differentiation required for
...
PCI idsel and irq routing (later).
Various cleanup/rototilling to remove hardcoded pb1000 references.
Reviewed by simonb@, and derived from changes reviewed by matt@ and tsutsui@
2006-02-08 09:04:01 +00:00
gdamore
d240b42509
renamed pb1000_intr to reflect that it isn't board-specific. Prune unused
...
pb1000_intr_establish/disestablish calls.
Change was reviewed by folks as part of PCI changes, and should be
non-controversial in any case.
2006-02-07 18:57:12 +00:00
simonb
94fd5272df
Use "options<space><tab>".
2006-02-06 23:48:55 +00:00
gdamore
eab2d4562e
Fix up incorrect ICU reporting, add processor specific switch tables for
...
IRQ routing and such.
Closes PR port-evbmips/31992.
Reviewed by simonb@, matt@, and izumi@
2006-02-06 23:23:53 +00:00
gdamore
9e9a382790
Renamed PB1000 to ALCHEMY (config supports all generic ALCHEMY dev boards).
...
Reviewed by simonb@
2006-02-06 03:43:46 +00:00
cube
6ff13154dd
Remove 'count' argument for pseudo-devices that ignore it
...
(vnd, bpfilter, ppp, gif, gre, tun, sl, strip, faith, stf).
2006-02-05 05:01:48 +00:00
rpaulo
df5390003c
bpfilter doesn't accept count anymore.
2006-02-04 02:42:27 +00:00
christos
a790ff195c
PR/32086: Garrett D'Amore: Use the YAMON environment for console speed
...
selection, rather than a hard-coded speed.
2005-12-21 18:55:33 +00:00
tron
e7b5db7c4a
Add basic support for Alchemy Au1550 processor (CPU and devices).
...
Patch contributed by Garrett D'Amore in PR port-evbmips/32030.
2005-12-20 21:06:42 +00:00
thorpej
c97c3de6e9
Remove the tablet line discipline.
2005-12-20 05:35:27 +00:00
christos
95e1ffb156
merge ktrace-lwp.
2005-12-11 12:16:03 +00:00
tsutsui
ff9b47d69e
Adjust comments for options FFS_NO_SNAPSHOT.
...
XXX: This option should be mentioned in options(4).
2005-12-07 09:10:11 +00:00
dbj
8000972bbe
. Have dbsym explicitly suggest increasing SYMTAB_SPACE when
...
an overflow occurs.
. Make this error a fatal build time error
. Move the support for dbsym into the MI Makefile.kern.inc,
conditional upon the SYMTAB_SPACE option being defined in
the kernel config file.
2005-11-24 12:54:29 +00:00
yamt
d597202302
make VMSWAP optional again.
2005-09-17 14:38:38 +00:00
yamt
7e71f567e4
include "conf/std".
2005-09-17 09:44:05 +00:00
christos
93c362d7ef
Enable ptyfs by default on the non-install and non small/tiny/ramdisk kernels
2005-08-19 05:19:49 +00:00
christos
758a209d23
64 bit inode changes.
2005-08-19 02:03:49 +00:00
skrll
1293f7a748
Add (commented out) ucycom to various kernel configs.
2005-08-05 09:23:16 +00:00
yamt
38ca5312d2
revert "defflag VMSWAP" changes for now.
...
there seems to be far more people who don't want to edit
their kernel config files than i thought.
2005-07-31 04:04:30 +00:00
yamt
558fded29a
add "options VMSWAP" to non INSTALL kernels.
2005-07-30 06:35:34 +00:00
yamt
1d0891101c
defflag VMSWAP.
2005-07-30 06:33:33 +00:00
tron
04b9c3437f
Add (commented out) IPSEC_NAT_T option.
2005-07-07 17:05:46 +00:00
simonb
13f898cc84
Bump SYMTAB_SPACE.
2005-06-15 05:08:39 +00:00
tron
a97eb895f6
Remove attachment for the piixide(4) driver from all non-x86 kernel
...
configurations because Intel IDE disk controllers only exist as part
of Intel chipsets for x86 systems.
2005-05-31 22:23:52 +00:00
jdolecek
4d515665c5
assign major for nsmb(4)
2005-05-10 00:02:35 +00:00
itohy
d665949330
Add ukyopon(4).
2005-04-15 17:27:20 +00:00
simonb
ff8f0b23c9
Add COMPAT_20 (and COMPAT_16 in some cases) to kernel config files
...
that didn't have those options but had other earlier compat options.
2005-02-25 13:46:48 +00:00