Commit Graph

77427 Commits

Author SHA1 Message Date
thorpej 6665b106a3 Add BUS_DMA_STREAMING to data transfer map loads. 2001-03-08 02:36:35 +00:00
thorpej c8f050a7f1 Use bus_dmamap_load(), not bus_dmamap_load_raw(), and add
BUS_DMA_STREAMING to data transfer map loads.
2001-03-08 02:21:44 +00:00
thorpej 00ddf90164 Use bus_dmamap_load(), not bus_dmamap_load_raw(). 2001-03-08 02:20:39 +00:00
thorpej 5dedbd1c97 Duh, don't forget the proc argument. 2001-03-08 01:46:18 +00:00
thorpej 3423154d78 Use bus_dmamap_load(), not bus_dmamap_load_raw(). 2001-03-08 01:38:57 +00:00
itojun c1d9ab7c34 comsat is ipv6 ready 2001-03-08 01:27:24 +00:00
itojun 912f42ecda remove bogus rtfree. sync with kame. inspired by openbsd PR 1706. 2001-03-08 00:19:03 +00:00
itojun 5a30bafe14 Remove a bogus rtfree(); OpenBSD PR 1706. 2001-03-08 00:17:05 +00:00
fair 676026bddb Clarify the description of "preen" mode, per PR 12110 2001-03-07 23:48:54 +00:00
thorpej fd7ed72be1 Add BUS_DMA_STREAMING to data transfer maps. 2001-03-07 23:07:12 +00:00
itojun 4e45315377 missing splx. from aaron@openbsd. sync with kame 2001-03-07 22:50:14 +00:00
thorpej 2c4c690f14 Add the BUS_DMA_STREAMING flag. 2001-03-07 22:42:16 +00:00
garbled 5d095e634b Fix more problems noted in PR 6649 2001-03-07 22:34:35 +00:00
garbled 092307c43c Fix problem noted in PR 6649 (nuke trailing whitespace in .Nm) 2001-03-07 22:32:36 +00:00
garbled 4d1c182377 Fix problem noted in PR 6649 (trailing whitespace on .Nm) 2001-03-07 22:30:38 +00:00
thorpej bef1dcbc81 Document the forthcoming BUS_DMA_STREAMING flag, per the
discussion about it on tech-kern.
2001-03-07 22:23:45 +00:00
garbled 3812bc3f00 Remove __FILE__ and __LINE__ from a normal error message reported via
syslog.  Closes PR 5875
2001-03-07 21:46:04 +00:00
tsubai 5e917b9c4d Add another CPU ID for G4; PowerBook G4 has different PVR value. 2001-03-07 12:44:05 +00:00
garbled e715d1e110 Document addition of new IPV6 and IPV4 field types. 2001-03-07 10:16:16 +00:00
garbled 2566752a91 Add IPV6 and IPV4 field types to sushi. 2001-03-07 10:10:20 +00:00
wiz a456915f39 Bump version to 20010307 (yesterday's bugfix, and a 1.4 build fix). 2001-03-07 10:04:33 +00:00
wiz 2bf9002908 This header file needs no __RCSID. 2001-03-07 09:44:40 +00:00
tsubai 83eac66533 Cosmetics. 2001-03-07 08:18:45 +00:00
tsubai 973904ff17 Include trap_subr_mp.S if MULTIPROCESSOR is defined. 2001-03-07 08:12:55 +00:00
tsubai bf498eb12e Remove MULTIPROCESSOR part. (moved to separate file) 2001-03-07 08:10:44 +00:00
tsubai 90aabafdd1 MP version of trap routines. 2001-03-07 08:05:07 +00:00
garbled e254aae479 Add and delete mtree entries for the change in how scripting/logging is
organized in sushi.
2001-03-07 07:14:16 +00:00
garbled eb43d0a679 Remove the old sushi entries here.. just in case anyone installed a snapshot 2001-03-07 07:10:11 +00:00
garbled 33a0323189 Add entries for the new sushi menu items 2001-03-07 07:08:25 +00:00
garbled 36d2c103c1 Add util to the index and top Makefile, and while I'm here, fix an
oversight WRT the new system config menus added earlier today.
2001-03-07 07:05:08 +00:00
garbled f283024f81 Add scripting and logging toggles to sushi under a new directory hierarchy. 2001-03-07 07:02:20 +00:00
garbled e4e43b585b Remove these files and directories. They will be replaced. 2001-03-07 06:58:25 +00:00
briggs 20d5755843 Set the PCI mem tag to 0. The BAR already contains the value that was here. 2001-03-07 05:52:28 +00:00
eeh 4e77731eee Fix inverted preprocessor logic. (Spotted by Charles.) 2001-03-07 01:47:02 +00:00
matt 21b608bb3b Regen. 2001-03-07 01:44:51 +00:00
matt f5a5af26a2 Add Galileo GT-64260. 2001-03-07 01:42:37 +00:00
bjh21 328780b294 Leave selection of APCS mode to the compiler -- future versions of cpp will
get it right.

Always include new softfloat code -- it seems OK on arm32.
2001-03-07 00:49:48 +00:00
itohy 7ffa2a0375 Add RTC_OFFSET support to inittodr() on dreamcast.
No changes to other sh ports.
2001-03-07 00:47:22 +00:00
lukem 15e5ad3658 add BIALW. sort AYBABTU 2001-03-07 00:06:19 +00:00
bjh21 4ada0ac792 Create cpufunc_null_fixup() to replace all the CPU-specific abort-fixup
routines that did nothing.
2001-03-06 22:29:13 +00:00
thorpej 76eec79181 Don't misuse bus_dmamap_load_raw(). 2001-03-06 22:27:59 +00:00
garbled f646706dac Add the mtree entries for the new sushi subdirectories 2001-03-06 21:59:49 +00:00
thorpej 51aeeceeaf Clean up TLB trap handling a little.
- When printing a user trap, include p->p_comm in the message.
- In the TLB fault handler, don't just go charging along if
  the fault can't be handled.  If we get a fatal kernel TLB
  fault, we need to panic!  Or, if DDB is enabled, call the
  Debugger().
2001-03-06 21:58:23 +00:00
garbled e9d5d128e9 Oops.. forgot to add the entry for the helpfile in sushi/system. 2001-03-06 21:55:56 +00:00
garbled 1e6815d6b9 Add the new sushi menu items to the setlist 2001-03-06 21:54:49 +00:00
garbled db020d150d Add the menu entries into the parent menu. Also, add a help file
explaining what each of the functions perform.
2001-03-06 21:48:08 +00:00
garbled 0f105abbea Add menu to sushi to edit /etc/weekly.conf file. 2001-03-06 21:28:53 +00:00
garbled 4d827fcbd3 Add new menu to sushi to deal with editing the /etc/usermgmt.conf file. 2001-03-06 21:26:27 +00:00
garbled 2544d3c650 Add a menu entry to sushi to deal with editing the /etc/security.conf file. 2001-03-06 21:24:12 +00:00
garbled a3e0c8a6d8 Add scripts to edit your /etc/mailer.conf file. Currently it can also deal
with the exim/sendmail88 and postfix-current packages.
2001-03-06 21:21:06 +00:00