Commit Graph

24414 Commits

Author SHA1 Message Date
mark
5aad105fd0 Added character ipl device on major 46. 1997-01-06 02:44:10 +00:00
mark
bc3f67bb21 Use the irqblock array to provide the information about which interrupts
should be blocked for each irq currently asserted.
1997-01-06 02:35:46 +00:00
mark
c87f4e3785 Added the functions intr_claim() and intr_release(). These are front
ends for irq_claim() and irq_release() that will allocate and free
memory for the irqhandler structure.
Added an irqblock array that provides a quick reference to all the
interrupts that should be blocked when a particular interrupt is
received. The irq_claim() and irq_release() functions now update the
irqblock array.
1997-01-06 02:30:21 +00:00
mark
b34fcd542a Added prototypes for intr_clain() and intr_release().
Added const to the ih_name member of the irqhandler structure.
1997-01-06 02:19:06 +00:00
mark
9f1c9fe28e Symbol kernel_text -> _kernel_text 1997-01-06 02:15:17 +00:00
cjs
59881bf885 PR 3082: typo. Patch from Klaus Klein <kleink@layla.inka.de>. 1997-01-05 22:53:08 +00:00
veego
98bf77c987 Add needs-flag and ifnet for ipl. 1997-01-05 22:16:51 +00:00
veego
cf21385a5e use NIPL. 1997-01-05 21:44:24 +00:00
veego
473d4f54d1 Add $NetBSD$ id's and restore the orginal Id's. 1997-01-05 21:32:18 +00:00
thorpej
629c24fcf4 Add "ipl" device. 1997-01-05 21:32:17 +00:00
veego
25bcda3b52 Add $NetBSD$ id's and restore the orginal Id's. 1997-01-05 21:32:17 +00:00
mrg
ad6281b640 use NIPL. 1997-01-05 21:32:15 +00:00
veego
47517abd07 Add $NetBSD$ id's and restore the orginal Id's. 1997-01-05 21:32:14 +00:00
thorpej
246654663f Add "ipl" device at cdev major 18. 1997-01-05 21:29:49 +00:00
thorpej
e83414c602 Use shell arithmetic rather than expr(1), per Charles Hannum. (Wow,
a major speed improvement on an hp319!)
1997-01-05 21:21:43 +00:00
veego
ea9ed8902e add a ipl pseudo-device. 1997-01-05 20:44:42 +00:00
veego
c3bbca084b add /usr/sbin to PATH. 1997-01-05 20:42:57 +00:00
veego
e26b100bee create ipl device. 1997-01-05 20:41:01 +00:00
veego
048acbeb1e add ipl device. 1997-01-05 20:39:01 +00:00
mark
c65504baea Lowered the FIFO trigger threshold to 4 for rather than 8.
Impelemented a fix for kernel locks when opening the serial post :
Revisions A->D of the SMC FDC37GT665 Peripherial controller have
a bug in the serial port that is triggered if the FIFO is enabled
while there is a byte in the rx data register resulting in the
rx ready bit being permenantly set.
1997-01-05 19:19:57 +00:00
mark
17d2a69941 Updated for latest major allocations. 1997-01-05 19:01:18 +00:00
mark
cd9c6d9853 Change rd references to md that escaped the previous change.
Reformatted a few over-long source lines.
1997-01-05 18:57:04 +00:00
ragge
3896082c5a Add rd, sd, cd, md, st, ss, uk, ch and ipl device entries. 1997-01-05 18:49:12 +00:00
veego
a3a8d0aba7 Add includes for 'struct tcpiphdr'.
Add $NetBSD$ id and restore the orginal Id.
1997-01-05 16:42:41 +00:00
mrg
3460d5fc46 update this for "pseudo-device ipl" 1997-01-05 14:53:55 +00:00
mrg
8607697348 create ipl device. 1997-01-05 13:49:32 +00:00
mrg
c1067a3f4b initial import of darren reed's ip-filter, version 3.1.2. 1997-01-05 13:47:59 +00:00
mrg
ca896854ef add ipl device. 1997-01-05 13:43:04 +00:00
mrg
07bfe47053 add cdev_ipl_init() and cdev_decl(ipl), for ip-filter. 1997-01-05 13:41:50 +00:00
mrg
b002cf09d3 initial import of darren reed's ip-filter, version 3.1.2. 1997-01-05 13:39:41 +00:00
mrg
85f84f08cd initial import of darren reed's ip-filter, version 3.1.2. 1997-01-05 13:26:10 +00:00
mrg
4810e839ab initial import of darren reed's ip-filter, version 3.1.2. 1997-01-05 13:06:38 +00:00
mrg
a9d07e01a7 fix minor nit. 1997-01-05 12:10:10 +00:00
mrg
b904481502 xref ld.so.conf.5 1997-01-05 12:07:53 +00:00
mrg
3b98afb4c5 move start-time configuration from netstart, rc, rc.local into
the new /etc/rc.conf.  this also includes the following changes:

	netstart:  ifaliases now includes a netmask, to ensure
		   aliases work.

	rc/rc.local:  make _everything_ based on configuration
	in rc.conf.  also move things around such that DNS and
	YP are started early enough that other daemons needing
	their services also exist.  move ldconfig from rc.local
	here, and also make it use /etc/ld.so.conf if it exists.
	run /etc/rc.lkm if it exists, a boot time.
1997-01-05 12:01:54 +00:00
mrg
5fb9b57376 add man pages for mostly new and some old configuration files. 1997-01-05 11:50:12 +00:00
mrg
52a5311c49 add rc.lkm and lkm.conf, to be run from /etc/rc. 1997-01-05 11:47:53 +00:00
mrg
a9efb63860 add configuration file for security, as security.conf.
the file allows each action taken by security to be
turned on or off.
1997-01-05 11:46:12 +00:00
mrg
016b324a94 add configuration file for daily, weekly, montly, as
daily.conf, weekly.conf and montly.conf.  the file
allows each action taken by all scripts to be turned
on or off.
1997-01-05 11:21:09 +00:00
cjs
95a6463b3e PR 3080: fix entry for Apple II NuFX archive.
Fix from Dave Huang <khym@bga.com>.
1997-01-05 10:28:32 +00:00
cjs
938125b32e PR 3081: segfault due to reversed test.
Fix from Todd Kover <kovert@omniscient.com>.
1997-01-05 10:06:40 +00:00
scottr
3afad659e2 Add basic support for a Duo dock SCSI controller, from Daishi Kato.
XXX - This could probably be improved if all docking hardware has a
NuBus declaration ROM that we can get to.  This should be investigated
further.
1997-01-05 10:01:42 +00:00
cjs
5416ba5d61 New manual page for ypinit(8). 1997-01-05 09:49:41 +00:00
cjs
bce8700c83 Add reference to ypinit(8). 1997-01-05 09:49:07 +00:00
cjs
4cab439b34 Add references to ypinit(8). Fix typo in SEE ALSO. 1997-01-05 09:40:26 +00:00
thorpej
32e089cd4b Fix RCS ID, and clean up extra newline at end of file. 1997-01-05 05:21:51 +00:00
thorpej
f77141521c Oops, build dio.o in the old config case, too. Pointed out by
Dave Carrel <carrel@cisco.com>.
1997-01-05 04:41:48 +00:00
leo
1b2f4a364c grf? -> grfcc? 1997-01-04 23:32:08 +00:00
leo
0713c0ee88 Fix a rather nasty thinko that made the keyboard useless on the Falcon.
Thanks to Markus Kilbinger for finding it.
1997-01-04 23:30:21 +00:00
jonathan
f703350d59 typo in definition of extended-geometry register. 1997-01-04 16:47:03 +00:00