Commit Graph

118663 Commits

Author SHA1 Message Date
tsutsui 0a43b29b75 - Update technical manual's URL.
- Remove __P().
- Remove trailing whitespace.
2003-10-12 04:12:23 +00:00
thorpej 6fc3c06df3 Revert previous change. 2003-10-12 03:21:56 +00:00
chs 8868d13163 bring over the rest of the IN_SIGTRAMP() hack from the old gdb so that
gdb builds on the sun3.  jason sez "check that in, for now".
2003-10-12 01:05:36 +00:00
chs f58c80fc8f fix typo in previous. 2003-10-12 00:25:25 +00:00
pk 44510064ca Define SIGTRAMP_VALID. 2003-10-11 22:15:18 +00:00
petrov 2514d9e4f2 When establishing interrupt set CPU_UPAID in mapping register
so that interrupt would be delivered.
2003-10-11 20:53:14 +00:00
jdolecek 5d0bf491b0 g/c struct swdevt definition and extern decl for swdevt[] - it's not
used in kernel tree anywhere
2003-10-11 18:32:53 +00:00
provos 36a965e899 fix a bad realloc; from awohl@chessclub 2003-10-11 18:30:09 +00:00
thorpej 36e9866d7b Cosmetic changes:
- Use static to unexport symbols that don't need to be exported.
- ANSI'ify.
- Some whitespace nits.
2003-10-11 17:40:15 +00:00
jdolecek a8351752c7 add majors for several missing standard devices - 'log', 'filedesc' & 'ksyms' 2003-10-11 12:31:05 +00:00
jdolecek 37f4d8397e add major for 'filedesc', which is needed for /dev/stdin et. al. 2003-10-11 12:30:24 +00:00
wiz d231b1cffc regen (Acer BT-500 Bluetooth USB Adapter). 2003-10-11 12:13:00 +00:00
wiz 5da5ca0dde Add IDs for Acer BT-500 Bluetooth USB Adapter. 2003-10-11 12:11:13 +00:00
chs efdef4fa03 fix typo in previous. 2003-10-11 10:36:46 +00:00
jdolecek 32d4fce65a add RCS Ids 2003-10-11 09:55:58 +00:00
jdolecek 2ced7f69cb fix DPADD 2003-10-11 09:51:49 +00:00
wiz 5ffe40db93 Sort sections; bump date to commit date; add NetBSD RCS Id; mention
when it appeared in NetBSD in HISTORY section; rename section
"GOTCHAS" to "CAVEATS" since that's our standard name.
2003-10-11 09:12:18 +00:00
tsutsui c74700fe65 It seems r4k_sdcache_wb_range_NN() function can't handle
R10000 L2 cache (which is 2-way set-associative write-back),
so use r4k_sdcache_wbinv_range_NN() for workaround until someone
implement proper r10k_sdcache_*() ops.

Problem reported by Christopher SEKIYA.
2003-10-11 09:09:15 +00:00
wiz ebe750b040 Sort options. 2003-10-11 09:06:03 +00:00
lukem 7b256958f1 Only try to KERNOBJDIR!= if the required directory exists. 2003-10-11 08:05:57 +00:00
jdolecek 0979ebaa1c g/c major for 'netsmb' and mark the slot free - it has never been used 2003-10-11 07:54:26 +00:00
jdolecek 5951c8215b if S is not already defined, use ${NETBSDSRCDIR}/sys or ${BSDSRCDIR}/sys to set
top of kernel source tree
2003-10-11 07:15:59 +00:00
enami de00b9ee01 Serialize the build of backend and frontend, since the latter requires
header files created during the former is built.
2003-10-11 05:16:18 +00:00
lukem 7a699e2bed unconditionally #define DEFAULT_BOOTDIR. should fix non-x86 builds 2003-10-11 04:50:49 +00:00
matt e291b36f05 Get hp700 boot tools to compile again. Patches from Jochen Knuz.
(with some modification from me).
2003-10-11 03:57:31 +00:00
ichiro 1a8b4d7eab add mapping table of pci interrupt number 2003-10-11 03:53:52 +00:00
enami f431b58f2b Back out rev. 1.56; `pointer points the byte just after the valid region'
is normal case.  If the parser wants something more, there should be
another bounds check for it.
2003-10-11 03:35:42 +00:00
christos 0fa70c1f22 fix syntax errors (hi manuel) 2003-10-11 03:04:34 +00:00
toshii 6bd45c6229 Fix a done list handling bug which exhibits under high shared interrupt
rate and bus traffic.  As the interrupt register is read after checking
hcca_done_head, there was a small chance of dropping a done list.
Ignore OHCI_WDH interrupt bit if hcca_done_head is zero so that OHCI_WDH
is processed later.
2003-10-11 03:04:26 +00:00
christos 4262a06968 try to fix the compile error. 2003-10-11 03:01:53 +00:00
kochi 1d13973900 ACPICA 20031002 is out. 2003-10-11 02:00:16 +00:00
shin e3dca0d3c1 fix typo. 2003-10-11 01:06:48 +00:00
tsutsui c11b4e5d32 - Update O2 status. From Christopher SEKIYA.
- R1000 -> R10000
2003-10-11 00:54:29 +00:00
mbw a1532ae8c5 - mkhybrid deprecated, describe mkisofs
- update Toast instructions for Toast 5 instead of Toast 4
2003-10-11 00:04:06 +00:00
mbw 6bda2de10a - mkhybrid deprecated, describe mkisofs
- mention that OF may need version numbers from ISO 9660 file systems
 - remove scsi-ext references (no such device)
2003-10-11 00:03:08 +00:00
mbw c167202df9 macppc Quick install notes section -- remove scsi-ext references (no such thing) 2003-10-10 23:59:16 +00:00
mbw 92a5370a51 Preliminary hp700 INSTALL notes 2003-10-10 23:53:21 +00:00
uwe 81428320f3 Register definitions for sh7709 analog->digital converter. 2003-10-10 23:52:30 +00:00
mbw 3f7d80c957 add hp700 to list of INSTALL notes to create 2003-10-10 23:51:46 +00:00
mbw 4879bfbeaa add hp700 tags and text 2003-10-10 23:51:00 +00:00
mbw 882e805fd2 add hp700 to new platform list, Matt Fredette as portmaster 2003-10-10 23:49:23 +00:00
mbw 20e2289788 hp700 and next68k don't ship with X clients or server
add estimated hp700 distribution file sizes
2003-10-10 23:48:05 +00:00
matt 046e9000ba Make etime_.* and dtime_.* explicitly depend on the libU77 version.
Include *.d so that when make depend emit the dependencies, it picks up
the right file and so that the right file is used when making the objects.
2003-10-10 23:34:20 +00:00
matt 77a7f39625 Define SIGINFO variant of netbsd32_sendsig when __HAVE_SIGINFO is defined. 2003-10-10 23:18:57 +00:00
jdolecek 2d42eb283b reassing majors for crypto and pf to use the newly defined MI major range 2003-10-10 22:47:10 +00:00
jdolecek 83968947b5 Add major for Vinum 2003-10-10 22:46:07 +00:00
jdolecek ef5bb330f5 reassing majors for crypto and pf to use the newly defined MI major
range
2003-10-10 22:42:39 +00:00
jdolecek b5cc0b5a22 update comments for the final major space arrangement:
0-143    machine-dependant/traditional majors
144-159  local/vendor use
160-255  new-style MI range
2003-10-10 22:41:39 +00:00
matt 4669b2abcb Compensate for 64bit (use %p for pointers). 2003-10-10 21:59:09 +00:00
dbj 3c72899f34 add -O2 to HOST_CFLAGS on Darwin since adding "-no-cpp-precomp" there blows
it away otherwise
2003-10-10 21:49:59 +00:00