ragge
f511619a4f
Some more CPUs... From Michael Kukat.
2000-05-08 18:48:30 +00:00
ragge
282320f7df
Rudimentary CPU support files for VAX 4000/105, 4000/200 and 4000/500.
...
From Michael Kukat.
2000-05-08 18:45:26 +00:00
joda
89ef6f9a91
add viaenv template
2000-05-08 18:41:26 +00:00
thorpej
ae539087b8
Add __predict_true() and __predict_false() macros to access the
...
explicit branch prediction available on GCC 2.96 and later. See
the comment regarding usage.
2000-05-08 18:36:00 +00:00
thorpej
e0d0cba239
Remove junk at the end of #undef.
2000-05-08 18:31:10 +00:00
thorpej
622e87734a
Quiet some uninitialized variable warnings that do in fact look legitimate.
2000-05-08 18:28:46 +00:00
thorpej
79cbea8cc3
Don't use not-in-user-namespace variable names that newer versions of
...
GCC doesn't like very much.
2000-05-08 18:23:36 +00:00
thorpej
d611fd596a
Use vprintf() rather than the non-standard %: format.
2000-05-08 18:22:29 +00:00
ragge
aedfd4de1c
VAX 4000/200 support. From Michael Kukat.
2000-05-08 17:53:24 +00:00
ragge
0028464ae3
Add 4000/105 and VXT2000. From Michael Kukat.
2000-05-08 17:49:07 +00:00
dante
6644e670f7
Change the way ADW_CARRIER is allocated and handled.
...
Increased ADW_MAX_CCB to 63 and ADW_MAX_CARRIER to 253
Print WDTR/SDTR negotiation result per target
Protect AdvISR() inside splbio()/splx() pair
Add a pending queue to keep track of all the CCBs that are being executed by the host adapter.
Rewrote timeout handler in a more efficient way:
After 3 timeout now the SCSI is resetted and all pending queues not completed are now reenqueued in the waiting queue so to get executed just after the BUS Reset (hoping that resetting the SCSI BUS and reinitializing the adapter could solve the problem).
2000-05-08 17:21:33 +00:00
dante
2648a72bb2
Minor changes to PCI configuration
2000-05-08 17:11:54 +00:00
ragge
c17aed4bdc
Console support for VXT 2000, VAX 4000/105 and VAX 4000/500.
...
From Michael Kukat.
2000-05-08 17:06:48 +00:00
joda
827056c9c3
add entry for viaenv
2000-05-08 16:42:36 +00:00
joda
6d3ce966ce
VIA VT82C686A hardware monitor
2000-05-08 16:40:42 +00:00
itojun
e6469f14ad
move static function getstr() to cons.c, make it publically available
...
as cngetsn(). there will be other consumer.
2000-05-08 16:30:57 +00:00
augustss
20edddd023
KNF the code and fix three bugs:
...
* If a non-zero addr was given to rbus_space_alloc_subregion() it would
claim to have allocated region when in fact it just failed.
* If a non-zero addr was given to rbus_space_alloc_subregion() allocation
often (always?) failed when it shouldn't.
* One part of rbus_space_alloc_subregion() used an alignment that always
made the kernel panic.
I'm not sure if my change is correct, because I don't know what this code
is supposed to do. But now I can use a 3c562 card.
2000-05-08 14:00:05 +00:00
augustss
fd36bc02a6
Swap the order of disabling the function and disestablishing the interrupt
...
on detach. This avoid accessing unmapped registers on multi-function cards.
2000-05-08 13:53:32 +00:00
augustss
621323af72
KNF some comments.
2000-05-08 13:51:36 +00:00
augustss
3a6e3a4670
Add (sometimes commented out) MIIVERBOSE option.
2000-05-08 13:49:44 +00:00
kleink
cd628af723
Need an internal name for send(); noticed by itojun.
2000-05-08 13:38:44 +00:00
augustss
e169e0018c
Regen.
2000-05-08 13:26:05 +00:00
augustss
43c5780ae1
Allow a verbose description to be printed with the option MIIVERBOSE.
2000-05-08 13:25:34 +00:00
augustss
56aa5c16d1
Add another AMD chip.
2000-05-08 13:23:21 +00:00
blymn
0c575d5c64
* Modified t_getent to ignore the TERMCAP env variable if it contains the
...
ZZ attribute which indicates the TERMCAP was exported from another
programme and has been truncated. Iff a real termcap entry cannot be
found then TERMCAP with a ZZ in it will be used as a last resort.
2000-05-08 13:17:14 +00:00
veego
b3f239a7bf
Use unsigned long long and not long long for the change in Rev 1.6 and
...
also change the the printf format.
2000-05-08 13:07:56 +00:00
kleink
05f0b17555
Make pci_get_capability() work correctly on both header type 0 and type 2
...
devices; both have different Capability List Pointer registers.
2000-05-08 10:52:38 +00:00
kleink
085ec82073
Add a register offset for the Capability List Pointer in header type 2.
...
XXX Ideally the PCI-Cardbus Bridge header should be restructured to just
XXX present standard register definitions, making it ~safe to be included.
2000-05-08 10:45:52 +00:00
soda
91c450a0e1
ARG_MAX is bumped from 20KB to 256KB since Jan 16 1994 (revision 1.7 of <sys/syslimits.h>). i.e. before NetBSD-1.0 release.
...
pointed out by NAKAJIMA Yoshihiro and Tanaka Akira on fj.os.bsd.netbsd newsgroup.
2000-05-08 10:15:17 +00:00
mycroft
f9eca6973d
Use setgid(), not setregid().
2000-05-08 07:55:59 +00:00
kleink
de328af944
Fix a inverted logic botch introduced in rev. 1.35, typically causing
...
cb_chipset() to return the wrong chipset type.
2000-05-08 07:31:20 +00:00
mycroft
0236348990
Sync.
2000-05-08 06:09:57 +00:00
mycroft
a7fb64072e
Fix the RCS tag format. Duh.
2000-05-08 03:11:06 +00:00
mycroft
f8e0411615
Make the audioamd assembler code compile again.
2000-05-08 03:09:54 +00:00
mycroft
f5bd37be57
Make the SPARC audioamd driver at least *compile*. Well, the C code, that is.
...
*sigh*
2000-05-08 02:44:31 +00:00
tv
8676e4b69a
Add -P to the usage message (forgot this, long ago).
2000-05-08 00:52:18 +00:00
itojun
ab325e0bb6
add netbsd-proto-IPv6.mc
2000-05-08 00:38:29 +00:00
itojun
10e25f6012
make default sendmail.cf IPv4-only again.
...
roll sendmail-IPv6.cf, which does IPv4/v6.
2000-05-08 00:37:53 +00:00
fvdl
5ebece6b49
Use ES to address the partition table when checking if we need to use
...
int13 extensions. Fixes PR 9676.
2000-05-07 22:58:58 +00:00
jdc
aecd0ef1a8
Don't try and refresh those parts of windows that are outside our terminal.
2000-05-07 21:22:43 +00:00
wiz
8651580247
man page is written, remove it from TODO
2000-05-07 20:47:10 +00:00
wiz
a30914202c
add man page for bktr(4)
2000-05-07 20:46:10 +00:00
veego
ce6e7b1e81
Add tun2 and tun3 to the all target and create the ugen0 devices in the
...
usbs target.
2000-05-07 19:15:21 +00:00
tsarna
fff5c01493
This was doubly borken...
2000-05-07 19:03:25 +00:00
mycroft
0033b70c27
Put the ramdisk kernel in the release area.
2000-05-07 18:21:17 +00:00
mycroft
d14de3b0e1
__sparc -> __sparc__
2000-05-07 18:16:51 +00:00
mrg
6f214275ce
feex speeling eroor
2000-05-07 17:09:32 +00:00
jonathan
8ee4c016eb
PCI product codes for Yamaha YMF744B (DS-1S) YMF754 (DS-1E) audio chips.
2000-05-07 17:00:06 +00:00
jonathan
0d57ac396d
Product codes for Yamaha YMF744B (DS-1S) YMF754 (DS-1E) audio chips.
2000-05-07 16:56:34 +00:00
veego
f7e2752025
Change one 0 for bootverbose to 1 if DEBUG is defined.
2000-05-07 14:59:23 +00:00