Doug Rabson
ec502c357d
* Add rudimentary DDB support (no kgdb, no backtrace, no single step).
...
* Track recent changes to SWI code.
* Allocate RIDs for pmaps (untested).
* Implement assembler version of cpu_switch - its cleaner that way.
2000-10-10 14:57:10 +00:00
Hellmuth Michaelis
6d49fa4418
update to include the new isdn4bsd drivers
2000-10-10 14:54:45 +00:00
MIHIRA Sanpei Yoshiro
f7a26d1939
add new version of ELECOM Air@Hawk/LD-WL11/PCC
...
(Yasuhiro Magara <gama@rose.zero.ad.jp> in [bsd-nomads:14588])
add "wi" cards into HARDWARE.TXT and RELNOTES.TXT
2000-10-10 14:27:30 +00:00
Hellmuth Michaelis
3374f8cc7d
correct "device iwic0" to "device iwic"
2000-10-10 14:23:04 +00:00
Doug Rabson
530f610f02
A quote from the ia64 compiler:
...
`char' is promoted to `int' when passed through `...'
(so you should pass `int' not `char' to `va_arg')
2000-10-10 14:18:50 +00:00
Hellmuth Michaelis
933d8a8e74
update i4b version to 0.96.00
2000-10-10 14:16:55 +00:00
Hellmuth Michaelis
8628ee392c
Set i4b version number to 0.96.00.
...
It is (nearly) identical to i4b-00.96.00-beta-101000.tar.gz
2000-10-10 14:14:20 +00:00
Hellmuth Michaelis
34b9d4314c
Do not exit when no holiday file is found. Issue warning and continue.
2000-10-10 13:28:49 +00:00
David E. O'Brien
26d9c22460
Inital PowerPC loader build support.
...
Submitted by: Benno Rice <benno@jeamland.net>
2000-10-10 13:22:41 +00:00
David E. O'Brien
8bbe68c46b
Fix the embeded VCS ID for FreeBSD vs. NetBSD.
2000-10-10 13:15:26 +00:00
Nick Hibma
e24ec98410
Add a quirk entry for the USB Sony DSC drive.
2000-10-10 13:12:11 +00:00
David E. O'Brien
f308707531
Architecture-specific setjump()/longjmp() bits for the PowerPC
...
needed by the loader.
Submitted by: Benno Rice <benno@jeamland.net>
Obtained from: NetBSD (Wolfgang Solfrank <ws@@tools.de>)
2000-10-10 13:11:47 +00:00
MIHIRA Sanpei Yoshiro
29d26e2f27
print out error reason if it was failed in assign_io
...
Obtained from: PAO3
2000-10-10 13:01:18 +00:00
Nick Hibma
8e6f860ac9
Remove unneccessary includes. (phk)
2000-10-10 12:41:46 +00:00
Dag-Erling Smørgrav
e57416dc56
Mark directories as directories, not as regular files.
2000-10-10 12:32:44 +00:00
Nick Hibma
b37ba10824
Remove unneeded includes (phk)
2000-10-10 10:56:53 +00:00
Seigo Tanimura
300b36ab36
Add MAE0021 - Jetstream Int V.90 56k Voice Series 2.
...
PR: i386/19920
Submitted by: Peter Ortner <port@iname.com>
2000-10-10 10:06:26 +00:00
Atsushi Onoe
302ffdfd98
awi needs to access memory with 8bit,
...
but pccardd apparently maps memory with MDF_16BITS flag.
So memory mapped access is disabled and use IO port instead for now.
This fixes the problem for config index 0x01 in the pccard.conf
with the message: "awi0: failed to complete selftest (timeout)"
2000-10-10 09:50:25 +00:00
David E. O'Brien
d4b552a910
We want the FreeBSD ID as the RCS ID, not the NetBSD one.
2000-10-10 08:57:30 +00:00
David E. O'Brien
dc2e4f165a
Removed the FreeBSD ID I was forced to add in rev 1.9.
2000-10-10 08:53:27 +00:00
KATO Takenori
479cddfad0
Merged from sys/conf/{files.i386,options.i386} revisions 1.334 and
...
1.140, respectively.
2000-10-10 08:12:15 +00:00
Bruce Evans
a1136a2e87
Fixed breakage of CFLAGS and misplacement of $FreeBSD$ in previous commit.
2000-10-10 06:29:33 +00:00
Gregory Neil Shapiro
3dc4512aef
Remove LIBRSAGLUE, add LIBSSL
...
Reviewed by: kris
2000-10-10 06:17:51 +00:00
Coleman Kane
67072510e8
Added some handling code to work with SLI configs, and removed some unused
...
older code that was phased out but not removed, heh.
2000-10-10 03:51:54 +00:00
Kris Kennaway
ed539fcc50
Add an amusing spoonerism.
...
Submitted by: Benno Rice <benno@hiro.netizen.com.au>
Approved by: jkh
2000-10-10 01:55:08 +00:00
Garrett Wollman
2be2196f85
Correction to previous log entry: add newline between <sys/*.h> and <*.h>.
2000-10-10 01:53:00 +00:00
Garrett Wollman
eb2fc78027
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby
...
<time.h>).
2000-10-10 01:50:26 +00:00
Archie Cobbs
f35e82dfe3
Fix bug in "read" command.
...
Submitted by: Dave Cornelius <dc@packetdesign.com>
2000-10-10 01:34:20 +00:00
Larry Lile
e658d924da
o Change TX_BUFFER_LEN from 512 to 2048.
...
o Remove bogus "spurious interrupt" message.
o Ring buffer head and avail were incorrectly calculated.
o Fix fragment count.
o Fix ring entry for single station, default to 16Mbit.
o Don't complain about long frames.
2000-10-10 00:54:02 +00:00
Brian Somers
b2c374decb
If write() gives -1/ENOBUFS, keep the packet and sleep for 1/10th
...
of a second before attempting to write it again (unless there's
something else to do instead).
2000-10-09 22:49:44 +00:00
Brian Somers
8a52f3ecfe
Create fd_sets big enough to handle getdtablesize() descriptors.
2000-10-09 21:18:23 +00:00
Bruce A. Mah
2cfa011cb2
Fix typo: terrabytes->terabytes.
...
PR: docs/21837
Submitted by: Tony Finch <dot@dotat.at>
2000-10-09 21:17:16 +00:00
Chris Costello
3157714de7
o Move from Alfred Perstein's "exclusion" technique of handling special
...
file types to requiring all file types to properly implement fo_stat.
This makes any new file type additions much easier as this code no
longer has to be modified to accomodate it.
o Instead of using curproc in fdesc_allocvp, pass a `struct proc' pointer as
a new fifth parameter.
2000-10-09 20:06:13 +00:00
Robert Watson
d62bd6076e
o Sanity check was inverted, resulting in a possible spurious panic
...
during unmount if extended attributes were in use. Correct by removing
an unneeded (and undesirable) '!'.
2000-10-09 20:04:39 +00:00
Justin T. Gibbs
b00aeda6f0
Close a race condition that doesn't really exist in -current. When
...
a resource shortage occurs, freeze our queue and then set the resource
shortage flag while the controller data structure is locked. The old
code did these in the wrong order potentially allowing our interrupt
handler to release the queue and clear the flag before the freeze
ever occurred.
2000-10-09 19:54:54 +00:00
Archie Cobbs
8576ccb74b
Fix broken const'ness in declaration of sha1_loop().
2000-10-09 18:49:14 +00:00
Andrew Gallatin
acadb17f53
kernacc() only knows about mapped memory, not K0SEG addresses.
...
Before calling kernacc(), make sure that we're not calling it
with a K0SEG address.
This gets alphas booting with SMP_DEBUG & INVARIANTS options
approved by: jhb
2000-10-09 18:47:49 +00:00
Archie Cobbs
a89effcde1
Fix typo in NETGRAPH_INIT() macro.
2000-10-09 18:37:11 +00:00
Eivind Eklund
7eb9fca557
Blow away the v_specmountpoint define, replacing it with what it was
...
defined as (rdev->si_mountpoint)
2000-10-09 17:31:39 +00:00
Hellmuth Michaelis
7925558e0a
update to i4b version 0.95.04
...
This commit adds the ReleaseNotes file which contains a list of major i4b
changes happened since the last version comitted to FreeBSD (0.90.01).
2000-10-09 16:01:36 +00:00
Hellmuth Michaelis
31a539a5bd
update to i4b version 0.95.04
2000-10-09 15:41:15 +00:00
Maxim Sobolev
6e3c38712b
Reduce buffer size from 64K to 4K.
...
Approved by: cg
2000-10-09 14:54:32 +00:00
Hellmuth Michaelis
767469d9b2
update to i4b version 0.95.04 (oops, forgot this one ..)
2000-10-09 14:30:50 +00:00
Hellmuth Michaelis
17939d43c6
remove MAINTAINER: i'll develop and maintain i4b from now on in the
...
FreeBSD-current tree
2000-10-09 14:29:16 +00:00
Hellmuth Michaelis
ba518fe550
update to i4b version 0.95.04
2000-10-09 14:22:51 +00:00
Andrew Gallatin
c199657754
fix a typo & allow softclock to run on alphas.
...
This gets my AS500 and UP1000 booting again.
2000-10-09 14:20:09 +00:00
Poul-Henning Kamp
6ab7b8286d
Don't make_dev() in bpfopen() unless we need to.
2000-10-09 14:19:09 +00:00
Poul-Henning Kamp
8abea41d80
Don't hold an extra reference to vnodes. Devfs vnodes are sufficiently
...
cheap to setup that it doesn't really matter that we recycle device
vnodes at kleenex speed.
Implement first cut try at killing cloned devices when they are
not needed anymore. For now only the bpf driver is involved in
this experiment. Cloned devices can set the SI_CHEAPCLONE flag
which allows us to destroy_dev() it when the vcount() drops to zero
and the vnode is reclaimed. For now it's a requirement that the
driver doesn't keep persistent state from close to (re)open.
Some whitespace changes.
2000-10-09 14:18:07 +00:00
Hellmuth Michaelis
925be47cdb
update to i4b version 0.95.04
2000-10-09 13:41:07 +00:00
Hellmuth Michaelis
a86390df07
remove the tina-dd driver fragment, it is unlikely that it will get finished.
2000-10-09 13:32:02 +00:00