scw
ea5beb6718
Override the default timer frequency. Turns out the NSLU2's timers are
...
clocked at exactly 66.0MHz.
2006-03-04 11:27:12 +00:00
scw
6f6167730e
A port of NetBSD to the Linksys NSLU2 (a.k.a. "Slug").
...
The NSLU2 (Network Storage Link for USB 2.0 Disk Drives) is a small, *cheap*
NAS device consisting of an Intel IXP420 (Xscale) CPU, a 10/100mbit Ethernet
port, and two USB 2.0 ports. It has 32MB of SDRAM and 8MB of Flash memory,
and runs RedBoot/Linux out of the box. Now it can also run NetBSD.
2006-02-28 20:40:33 +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
b0ff3653c2
Add support for the Atmark Techno Armadillo-210.
...
Armadillo-210 is subset model of Armadillo-9.
2006-02-06 14:03:22 +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
he
021927bcf2
Bump SYMTAB_SPACE to make it fit again.
2006-02-04 09:11:32 +00:00
rpaulo
df5390003c
bpfilter doesn't accept count anymore.
2006-02-04 02:42:27 +00:00
chs
33d70de438
remove the COM_MPLOCK option. always include the spinlock in the softc
...
and always call the simple_* locking functions. the locking functions
are compiled out if they are not needed anyway, so a separate option
for this doesn't gain anything.
this also fixes the serial console on my alpha ES40 (which doesn't make much
sense since the com driver should still be under the big lock on alpha,
but whatever).
2005-12-27 00:46:38 +00:00
briggs
23dfb2cd67
Add files that have been sitting in my local source tree for almost exactly
...
two years. Unable to test since I no longer have access to the hardware.
2005-12-22 16:17:24 +00:00
tsutsui
f521bf5b9b
Adjust a comment for options FFS_NO_SNAPSHOT.
2005-12-17 16:33:30 +00:00
briggs
ae315be3b6
Bump SYMTAB_SPACE.
2005-12-14 16:21:55 +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
he
6eb2140bc3
Bump SYMTAB_SPACE so that the symbol table fits again.
2005-12-05 22:30:38 +00:00
thorpej
cfc81086d9
swcr -> swcrypto
2005-11-25 16:41:31 +00:00
thorpej
7385cdd346
"pseudo-device crypto" really refers to the /dev/crypto API to the
...
opencrypto framework, not the framework itself. Update the comment
accordingly.
2005-11-25 16:35:11 +00:00
thorpej
751f32db24
Add "pseudo-device swcr" (commented out if "pseudo-device crypto" is also
...
commented out).
2005-11-25 16:30:23 +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
hamajima
201a955e8e
delete unknown options.
...
change root device to "?".
2005-11-14 05:09:31 +00:00
hamajima
5c90fb9a2f
Add initial support for the EP9315-based Atmark Techno Armadillo-9 board.
2005-11-13 06:33:05 +00:00
yamt
7e71f567e4
include "conf/std".
2005-09-17 09:44:05 +00:00
drochner
727527c99b
remove "dev" locators from cardbus device definitions, it doesn't
...
make sense technically and might be removed
2005-09-09 16:26:19 +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
joff
e52bd93601
The configuration used for the NetBSD/toaster demo by
...
the NetBSD booth during LinuxWorld Expo 2005.
2005-08-14 04:35:45 +00:00
joff
6463cb5191
Since we disabled the LCD and matrix keypads in the default kernel, supply
...
this configuration which has them both enabled.
2005-08-14 04:34:41 +00:00
joff
c8bc480520
add toastersensors device
2005-08-14 04:33:49 +00:00
joff
389660b05a
Add attachments for the 4 possible configurations of the TS-DIO24 on the
...
PC104 bus. Also, comment out the tslcd and tskp drivers by default. Enabling them
prohibits end-user use of the GPIO and LCD headers for other things.
2005-08-14 04:30:08 +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
tron
04b9c3437f
Add (commented out) IPSEC_NAT_T option.
2005-07-07 17:05:46 +00:00
pooka
5b4bcc52c2
Adapt conf for PXA2X0 split to PXA250 and PXA270.
2005-07-04 14:10:23 +00:00
bsh
c48d9c757e
option CPU_XSCALE_PXA2X0 is now obsoleted by CPU_XSCALE_PXA2[57]0.
2005-07-04 00:46:04 +00:00
pooka
d42ccd3441
Add initial support for the PXA255-based Arcom Viper ARM board.
...
The system can boot into multiuser, but most of the peripheral
driver attachments are still missing.
Thanks go to Jan Nyman for arranging access to the hardware and to
Steve Woodford for reviewing the code.
2005-06-06 20:24:10 +00:00
rearnsha
2de4086f52
Enable use of the CM1136J-s core module on the Integrator.
2005-06-03 15:56:49 +00:00
rearnsha
a53d9d9c2a
Disable some debugging options, add space for the symbol table.
2005-06-03 15:41:39 +00:00
rearnsha
492fb6662e
Use makeoptions CPUFLAGS not COPTS.
2005-05-07 22:22:02 +00:00
itohy
d665949330
Add ukyopon(4).
2005-04-15 17:27:20 +00:00
scw
1cc2a2688d
Add support for the DMA and AC97 controllers on PXA2x0, and enable them
...
on the Lubbock evaluation board.
Many thanks to Hiroyuki Bessho for testing this driver with the new
aurateconv interface, as I no longer have access to the hardware.
Contributed by Wasabi Systems, Inc.
2005-04-13 07:42:28 +00:00
bsh
3066388bf6
add install kernels for SMDK2410/2800.
...
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
2005-02-27 02:25:09 +00:00
bsh
53259c6163
sync pseudo device part with other platforms.
...
disable pseudo-device md (enabled in SMDK2800_INSTALL)
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
2005-02-27 02:18:34 +00:00
bsh
6c82f22455
This file is not used.
...
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
CVS: ----------------------------------------------------------------------
CVS: CVSROOT cvs.NetBSD.org:/cvsroot
2005-02-27 02:02:02 +00:00
bsh
629db0b989
TWINTAIL (official product name is G4255EB) is an evaluation board
...
with Intel PXA255 processor from Genetec corp. You can get some
information on the board from http://ad.genetec.co.jp/ but only in Japanese.
2005-02-26 10:49:53 +00:00
bsh
355d1500b7
fix xi@pcmcia configuration
2005-02-26 10:30:56 +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
rearnsha
3351f73643
Add on-board CompactFlash device.
2005-02-19 16:57:58 +00:00
dsl
4822cbaae2
Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
2005-02-18 21:05:50 +00:00
rearnsha
ef3f4c0f7e
DMA on the i31244 is now enabled by default.
2005-02-12 10:23:21 +00:00
rearnsha
16574672f1
Document the types and addresses of the IIC devices
...
(Disabled, beacuse they seem to be non-functional at present).
2005-02-12 09:59:29 +00:00