Commit Graph

39379 Commits

Author SHA1 Message Date
cgd
2102dd3e20 check that memory access is enabled before bothering to do the
pci_mapreg_info() call.  pci_mapreg_map() implies this check,
but code which calls pci_mapreg_info() has to check it explicitly.
Otherwise, if memory space is disabled, the driver does the wrong
thing, and tries to use memory space anyway, potentially resulting
incorrect driver operation and no useful error message.
1998-05-18 17:14:32 +00:00
matt
f070ddb8ed Move the ppcb pointer towards the front of the structure so that it and the
pcb chain pointers can possibly be in the same cache line.
1998-05-18 17:10:37 +00:00
matt
1b2b1d801b Fix two bugs. 1998-05-18 17:08:56 +00:00
fvdl
8ccdc78ffc Since the interlock has been unlocked, also clear LK_INTERLOCK from
a_flags in order to not confuse the layer that is called through
the following VCALL.
1998-05-18 16:47:37 +00:00
pk
df238837b0 No dummy locks if LOCKDEBUG. 1998-05-18 15:00:50 +00:00
pk
d0e85dde99 Inline vref/vrele in vclean() because:
* we already have the vnode interlock, so vref() should not ask for it again.
* we call VOP_RECLAIM/VOP_INACTIVE(), which shouldn't be duplicated in vrele().
1998-05-18 14:59:49 +00:00
pk
097731676e dead_lock() must unlock `v_interlock'. 1998-05-18 14:36:46 +00:00
mrg
638411ef77 - don't leak account information (from christoph badura)
- no need to copy remotehost to line, just use remotehost in both
  cases.  fixes problem reported by repsec (see http://www.repsec.com/)
1998-05-18 12:41:30 +00:00
leo
199165fe0d Fix errors when compiling for M68030 only. (Witek Wnuk) 1998-05-18 12:06:46 +00:00
mellon
9f60f89a46 Version 2.0 Beta 1 Patchlevel 1 1998-05-18 06:53:52 +00:00
ragge
3ebb9bfd11 Not used anymore when now using the dz11 driver. 1998-05-17 19:02:03 +00:00
ragge
baec63333c Mod~ify for new changes to lance/dz drivers. 1998-05-17 19:00:56 +00:00
ragge
4c217a5bcb Change to use newly committed ln- and dz-drivers. 1998-05-17 18:58:07 +00:00
ragge
25d68ddcde Add vax-hacked lance device driver for vaxstations.
XXX - This is temporary; will go away when the troubles with the
MI driver is fixed.
1998-05-17 18:55:30 +00:00
ragge
4a469a9149 Split the DZ11 driver into two parts; can now use the same driver on
both unibus/qbus devices and vaxstations.
1998-05-17 18:51:13 +00:00
mycroft
1458227184 Fix pasto. 1998-05-17 18:18:18 +00:00
mycroft
746eb495af Don't display %cpu for zombies. It never decays, and makes the results look
odd.
1998-05-17 17:18:28 +00:00
veego
255d05844a Fix some warnings introduced in the new version:
- unused label finishbuf
- missing protoype for logopts
- unused function handlehup
1998-05-17 17:16:32 +00:00
hpeyerl
96ee790741 Add the HP35470A DAT drive. 1998-05-17 17:09:55 +00:00
veego
82423e3d01 Resolve conflicts 1998-05-17 16:50:15 +00:00
kml
ac2b8eb7d6 Correct copyright date and NetBSD revision name formatting 1998-05-17 16:47:26 +00:00
kml
051be14326 Correct copyright date. 1998-05-17 16:46:06 +00:00
veego
d7c5c548fb Import IP Filter 3.2.5 1998-05-17 16:29:42 +00:00
veego
8e900f5ee8 Fix mkdir lossage from rev 1.22 and change two Makefiles to match the one
in tree.
1998-05-17 16:05:39 +00:00
chopps
93be4ccdb5 add fr.xkm 1998-05-17 14:25:06 +00:00
kml
4d13bea3d5 add entries for eshconfig, esh for HIPIP driver 1998-05-16 19:00:06 +00:00
kml
d073a8144e Adding eshconfig, used to configure esh (HIPPI network interface) 1998-05-16 18:55:17 +00:00
lukem
e30b76288b * blocks can be 64bit (not u_long), so calculate and display accordingly
* cleanup some other typedamage (int is as good as u_long)
* remove unused variables
1998-05-16 15:12:26 +00:00
thorpej
ff4919623e Add missing RCS ID. 1998-05-16 00:49:45 +00:00
is
b11b13a868 Add a section about installation from CD-ROM media. 1998-05-15 20:13:02 +00:00
ross
8eb0decb6a Edits for toolchain installation. 1998-05-15 18:52:54 +00:00
matt
7be8597d47 Document the support of LEMAC and DEPCA type ISA cards. 1998-05-15 17:20:00 +00:00
drochner
4153971158 Framework to test standalone code in a friedly user environment. 1998-05-15 17:07:14 +00:00
drochner
a8857f05e8 Allow to use the code in user land test programs. 1998-05-15 16:38:53 +00:00
augustss
88edb37522 Be more verbose if attaching the audio device fails. 1998-05-15 15:45:58 +00:00
fvdl
4cefa17401 Forgot this in previous. 1998-05-15 15:19:25 +00:00
fvdl
f998547470 Add MD cleanup function to do some thingd once the install is done.
Only implemented for the i386; behaviour for other ports is
unchanged. For the i386, make this function remove some extraneous
files in /, and frob rc.conf to have rc_configured=YES. The defaults
are reasonable, and it saves the user having to set TERM and mount
filesystems by hand in order to be able to edit /etc/rc.conf

(XXX not very clean, but it's a workaround to be more user-friendly
 for 1.3.2)

Also adapt a few messages slightly so they apply to both situations.
1998-05-15 15:12:29 +00:00
fvdl
5a3abef151 Update: system boots fully after install, TERM + mount frobbing
to be able to edit rc.conf no longer needed. Add a "Quick Install"
        section, using CD-ROM as an example.
1998-05-15 15:08:42 +00:00
fvdl
fcd6e2c407 Add some files that appeared in 3.3.2 or were missing earlier. 1998-05-15 15:06:13 +00:00
tsubai
02aa1f7050 Add macppc support. 1998-05-15 12:35:06 +00:00
lukem
880e27e0f9 actually, there's *four* types of queue data structures... 1998-05-15 12:22:24 +00:00
drochner
505b0a7b01 Add "pcdisplay".
Being here, add if_hippi and fix order.
1998-05-15 10:33:16 +00:00
tsubai
2be6df07c6 Initial import of macppc port. 1998-05-15 10:15:45 +00:00
ross
b230bf09a0 Insert edits suggested by cgd@netbsd.org and fix the cpp alpha/*.tgz
unclosed-comment error. (sigh)
1998-05-15 03:28:55 +00:00
drochner
7bd61ed6be needed for VGA text attributes 1998-05-14 23:11:03 +00:00
kml
78c488bad7 Partial fix for PR kern/5435 -- changed netstat to use unsigned counters
instead of signed.  The rest of the fix will have to wait for 64-bit counters.
1998-05-14 22:48:49 +00:00
matt
ba482f242f Fix lc0 (lemac) line(s) so that the de20[345]s will work again. Add depca
for de20[012]s (tested and works on a pc164sx).
1998-05-14 21:53:40 +00:00
is
6ee3015175 Avoid using FP where its no win. 1998-05-14 21:49:13 +00:00
augustss
07e69a32d2 Regen. 1998-05-14 21:46:53 +00:00
augustss
c3def5e349 Add another USB controller. 1998-05-14 21:45:18 +00:00