tsutsui
d7bf7d40db
Remove last_clock_intr since it is only used for microtime(9).
2006-09-08 17:04:17 +00:00
tsutsui
4e1adf90bc
Switch ews4800mips to a MIPS3 cp0 based timecounter. From gdamore
...
on port-ews4800mips.
XXX: ews4800mips can't use mips/mips/mips3_clock.c for now because
it isn't configured to use internal clock interrupt for CPU INT 5,
i.e. mips3_clockintr() is not needed and its own cpu_initclocks(9)
is required.
2006-09-08 13:48:11 +00:00
tsutsui
220a3453b5
Switch ews4800mips to MI todr.
2006-09-04 20:31:30 +00:00
bjh21
e10108c7f2
Nothing in the kernel now tests __HAVE_NWSCONS, so stop defining it everywhere.
2006-09-03 13:51:23 +00:00
tsutsui
73e8e44a34
options SYSTRACE is now disabled in GENERIC,
...
so remove "no options SYSTRACE".
2006-08-28 13:53:04 +00:00
tsutsui
023d5b98c6
- add "zsc1 at sbdio?" so that ewskbd and ewsms are attached properly (oops)
...
- fix typo in a commented out entry
2006-08-27 14:09:40 +00:00
christos
e0df1e4c51
PR/34283: Gene ENonymous: Add IPFILTER_LOOKUP to the default kernel options
...
Also remove CCITT,NS,NIP
2006-08-26 20:26:43 +00:00
tsutsui
065fd1a5c0
Fix pointer signedness warnings by gcc4.
2006-08-26 14:13:40 +00:00
tsutsui
0216ae4c51
Handle (.rodata.*) sections created by gcc4.
2006-08-26 14:12:26 +00:00
tsutsui
dca3a6d117
Remove netns and netccitt options.
2006-08-26 08:08:30 +00:00
tsutsui
6ff205ce76
Remove obsolete #options VERIFIED_EXEC, found by grep(1).
2006-08-26 07:59:21 +00:00
christos
b300b74469
Disable SYSTRACE by default on all kernels (discussed with core)
2006-08-12 15:29:52 +00:00
drochner
84f50d1b92
don't install <machine/db_machdep.h>, this is kernel only
2006-07-26 19:54:56 +00:00
lukem
18f00f5cff
support MAKEVERBOSE
2006-06-28 16:28:51 +00:00
lukem
78538138b4
Rename LDFLAGS to LINKFLAGS, as the former is for CC not LD.
2006-06-28 16:27:27 +00:00
lukem
b231a333f6
more MAKEVERBOSE
2006-06-28 16:24:08 +00:00
lukem
0b18a2cbf7
support MAKEVERBOSE
2006-06-28 16:23:24 +00:00
lukem
dcf5685dbf
Rename LDFLAGS to LINKFLAGS, as the former is for CC not LD.
2006-06-28 16:20:42 +00:00
liamjfoy
aeee5deab9
Add CARP to GENERIC kernel configs. CARP is not enabled by default.
...
ok: christos
2006-06-28 15:19:27 +00:00
tsutsui
8ff2abc2ad
space nits.
2006-06-10 12:35:01 +00:00
tsutsui
88032f5d39
Sync with hpcsh/bus_space.c rev 1.12:
...
> Use C99 syntax for designated initializers.
> Semicolon syntax is a gcc extension and has been obsolete since gcc 2.5.
2006-06-01 14:18:41 +00:00
tsutsui
eeb8ad7128
Use the same bus_space_barrier(9) macro with other mips ports to avoid
...
possible unused variable warnings.
2006-05-26 13:25:21 +00:00
tsutsui
35a607184b
Mising -> Mixing
2006-04-16 16:39:36 +00:00
tsutsui
c40d1f2d22
- make _ds_vaddr member vaddr_t instead of bus_addr_t
...
- use appropriate cache ops in bus_dmamap_sync() like other mips3 ports
2006-04-16 08:57:20 +00:00
jmmv
7a51d4dddc
Add an extra cookie to the ioctl and mmap wsdisplay accessops that points
...
to the screen on which they are being called. The driver cannot guess
this by itself but it is needed to implement, at least, the getwschar and
putwschar functions in the correct place. There are no functional changes
yet.
Tested on i386 (vga, vga_raster, machfb, vesafb), macppc and sparc64.
Suggested and reviewed by macallan@.
2006-04-12 19:38:22 +00:00
pavel
dc1372c547
Add stf to all kernel configs which have INET6 and gif, except the INSTALL
...
ones and those for specific machines of developers. PR 32304.
OK'ed by rpaulo.
N.B. stf is a cloning device, so it still must be enabled by
"ifconfig stf0 create".
2006-03-28 20:58:39 +00:00
thorpej
39cd836ee1
Use device_unit().
2006-03-28 17:38:24 +00:00
tsutsui
969544860e
Don't put .reginfo into .bss but prepare an independent section for it
...
so that new ld(1) no longer dies on link as PR/33011.
Still ld(1) coredump problem should be fixed, IMO.
2006-03-18 07:29:53 +00:00
yamt
ec5a93183a
merge yamt-uio_vmspace branch.
...
- use vmspace rather than proc or lwp where appropriate.
the latter is more natural to specify an address space.
(and less likely to be abused for random purposes.)
- fix a swdmover race.
2006-03-01 12:38:10 +00:00
wiz
5d1e8b2745
Fix some typos.
2006-02-25 02:28:55 +00:00
christos
1b49426ea4
remove vinum
2006-02-25 01:31:02 +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
e1c6b6ed0f
bpfilter doesn't accept count anymore.
2006-02-04 02:53:13 +00:00
reinoud
a92fdbbc53
Add commented out UDF file-system entry in all GENERIC configurations.
2006-02-02 21:32:08 +00:00
tsutsui
eb5154bbe3
Add -DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET to CPPFLAGS.
2006-01-26 16:52:53 +00:00
tsutsui
61373eec82
Fix printf warnings.
2006-01-26 16:26:58 +00:00
christos
606bb2caed
free -> dealloc
...
unsigned -> size_t for alloc/dealloc
2006-01-25 18:28:25 +00:00
tsutsui
05394b9c36
- Shrink more functions.
...
- Adjust MEMORY_DISK_ROOT_SIZE.
2006-01-09 09:57:42 +00:00
tsutsui
5bbcbabedf
Build and install the following bootloader binaries:
...
boot: ELF bootloader binary
boot.coff: COFF bootloader binary (for old firmware)
boot_kernel.gz: ELF bootloader binary which can include kernel binary
by mdsetimage(8) (for netboot)
2006-01-08 15:34:18 +00:00
tsutsui
00115740d2
Shrink RAMDISK kernel by disabling some functions.
2006-01-08 14:35:39 +00:00
tsutsui
c252c802fd
Remove duplicated veriexec options.
2006-01-08 13:13:36 +00:00
tsutsui
2f9d701ab5
Add commented out veriexec options.
2006-01-05 10:46:57 +00:00
tsutsui
0a8f153e8b
Fix a typo in comment.
2006-01-05 10:44:21 +00:00
tsutsui
2927afc411
- Fix a build error.
...
- Wrap long lines.
2005-12-30 06:00:01 +00:00
tsutsui
04faabf071
Initial import of NetBSD/ews4800mips port,
...
for NEC's MIPS based EWS4800 workstations.
Most porting work was done by UCHIYAMA Yasushi <uch@netbsd>
http://mail-index.netbsd.org/port-mips/2004/06/27/0000.html
and various cleanup, updating, and fixes have been done by me.
Currently only EWS4800/350, 360, 360AD, 360ADII, 360EX and 360SX
models are supported.
2005-12-29 15:20:08 +00:00