cgd
|
d1ed63195d
|
fix the divide-by-zero problem w/old disks. this patch is ws's "fault."
|
1993-06-18 20:45:35 +00:00 |
|
cgd
|
55c2266339
|
install floppy boot block, too.
|
1993-06-18 08:03:14 +00:00 |
|
cgd
|
c8bdad0560
|
convert magic numbers to network byte order, and attendent changes
|
1993-06-18 06:49:30 +00:00 |
|
cgd
|
9f1a8dc335
|
new floppy driver, merged from patchkit patch #153
|
1993-06-18 06:19:16 +00:00 |
|
cgd
|
6046a36e2d
|
make it *do* something when loading the kernel, a la sun twiddling-thing
|
1993-06-18 02:28:58 +00:00 |
|
brezak
|
ce4562fd4b
|
Find version number for uname.
|
1993-06-18 02:11:20 +00:00 |
|
brezak
|
62571113bd
|
Use NNPX instead of NPX from npx.h for activating npx.
|
1993-06-18 02:03:34 +00:00 |
|
brezak
|
800afb6fec
|
Remove annonying printf when adding swap.
|
1993-06-17 16:34:25 +00:00 |
|
brezak
|
ebfdfc5b8a
|
Silence size complaint at probe.
|
1993-06-17 12:18:29 +00:00 |
|
mycroft
|
420720c2f3
|
Clean up deleted files.
|
1993-06-17 04:24:06 +00:00 |
|
mycroft
|
df4fb4cae4
|
Make ioctl definitions ANSI-compliant.
|
1993-06-17 04:07:41 +00:00 |
|
jtc
|
2a6a498c49
|
Move my assembly versions of strlen and ffs into the kernel
|
1993-06-16 22:22:39 +00:00 |
|
jtc
|
c94f0450e8
|
SIG_ERR is not in the POSIX namespace, move it to an ifndef _POSIX_SOURCE
region. Remove bogus BADSIG macro.
|
1993-06-16 22:15:06 +00:00 |
|
cgd
|
5887717449
|
use/add new physio...
|
1993-06-16 22:06:52 +00:00 |
|
mycroft
|
9ef827c1e0
|
Clean up deleted files.
|
1993-06-16 22:06:45 +00:00 |
|
cgd
|
0dde03704d
|
use/add new physio...
|
1993-06-16 22:06:33 +00:00 |
|
mycroft
|
409bc91101
|
Move asm.h from /usr/include/sys to /usr/include/machine.
|
1993-06-16 21:42:43 +00:00 |
|
mycroft
|
506aa1b450
|
Clean up deleted files.
|
1993-06-16 21:41:31 +00:00 |
|
mycroft
|
3a2f1802c3
|
Incorporate ASENTRY() from lib/libc/i386/DEFS.h.
|
1993-06-16 21:28:56 +00:00 |
|
mycroft
|
fa75531beb
|
Yeah, I'm a winner.
|
1993-06-16 21:13:23 +00:00 |
|
mycroft
|
57c1b513dd
|
Replace ALTENTRY() with something which actually works...
|
1993-06-16 21:04:00 +00:00 |
|
brezak
|
06dc5c8e13
|
Use defines in timerreg.h and add spkr_reg.h for specific declarations.
|
1993-06-16 19:41:54 +00:00 |
|
mycroft
|
3633372e55
|
Add ALTENTRY() definitions.
|
1993-06-16 19:00:11 +00:00 |
|
mycroft
|
8959c6e228
|
Clean up deleted files.
|
1993-06-16 18:12:30 +00:00 |
|
brezak
|
c9a48f2b77
|
Move spkr.h to include/machine so users can use it.
|
1993-06-16 18:12:23 +00:00 |
|
andrew
|
280a747d4e
|
woops - another typo.
|
1993-06-16 10:39:35 +00:00 |
|
deraadt
|
1311db833c
|
whoops. typo.
|
1993-06-16 04:31:37 +00:00 |
|
deraadt
|
a6d9adf224
|
fix to intuit the maximum number of scsi units available on a device
driver. this piece at least, should be safe from changing sizeof(dev_t)
|
1993-06-16 03:39:30 +00:00 |
|
mycroft
|
5a2b8d1abb
|
Fix typo.
|
1993-06-16 02:59:42 +00:00 |
|
mycroft
|
94df11ad63
|
Make sysbeep() take a frequency, not a timer count, and add constants
BEEP_FREQ and BEEP_TIME which can be overridden in the config file.
|
1993-06-16 02:57:17 +00:00 |
|
mycroft
|
db4a41293e
|
Nuke MID_I486 case.
|
1993-06-15 21:56:58 +00:00 |
|
mycroft
|
528edf6037
|
Move definitions of TIMER_FREQ to timerreg.h, and fix value of CF for DELAY().
|
1993-06-15 21:37:14 +00:00 |
|
mycroft
|
2a2bde915f
|
Need to check soft interrupts as well as ICU for overflow.
|
1993-06-15 20:54:06 +00:00 |
|
mycroft
|
930a773dce
|
Clean up beep code a miniscule amount, add interrupt protection, and
make multiple beeps generate a continuous tone.
|
1993-06-15 20:34:54 +00:00 |
|
cgd
|
5ded203c8d
|
get rid of extraneous MID_I486; theo said it was unnecessary
|
1993-06-15 05:35:41 +00:00 |
|
cgd
|
e5d4c777bd
|
bump sendspace and recvspace up to 8k each; rod says
these should be safe values...
|
1993-06-15 02:25:26 +00:00 |
|
mycroft
|
5592ad3fbb
|
Ignore interrupts if the device isn't open. This prevents stray interrupts
from hosing the works. What a stupid architecture.
|
1993-06-15 01:50:32 +00:00 |
|
cgd
|
9751bf77a7
|
include the (stupid and ugly) patch for the i386 interrupt stuff.
it seems to help stability, when included.
|
1993-06-15 01:28:29 +00:00 |
|
cgd
|
fae2a0b6f8
|
the previous change (to make NOPs do idle stuff) was irrelevant,
apparently; lamp is now stable with NOPs that do nothing.
|
1993-06-15 01:27:14 +00:00 |
|
mycroft
|
938b01e0ae
|
Sigh. Save a few cycles occasionally.
|
1993-06-14 19:44:37 +00:00 |
|
mycroft
|
cf1dbb9fb8
|
Oops. Wrong name for ISO interrupt routine.
|
1993-06-14 19:35:59 +00:00 |
|
mycroft
|
e534ec58ec
|
Add support for other networks than INET.
|
1993-06-14 19:29:30 +00:00 |
|
mycroft
|
42fb89da69
|
Explicitly disable mouse during attach.
|
1993-06-14 17:33:18 +00:00 |
|
mycroft
|
6bca967a4e
|
These mice use 4 ports.
|
1993-06-14 17:04:22 +00:00 |
|
mycroft
|
08f233618d
|
Rework neread(), and add BPF hooks for receiving. (Still need BPF hook
for transmitting.)
|
1993-06-14 16:49:09 +00:00 |
|
mycroft
|
625cd25efd
|
8390-based boards use 16 ports, not 8.
|
1993-06-14 16:45:25 +00:00 |
|
mycroft
|
fa1551c8a6
|
Work around a bug in XFree86.
|
1993-06-14 16:38:25 +00:00 |
|
mycroft
|
ddf64edfe6
|
Somebody didn't ftruncate()...
|
1993-06-14 15:57:07 +00:00 |
|
mycroft
|
60dfc2196f
|
Fix egregious stupidity.
|
1993-06-14 15:35:14 +00:00 |
|
mycroft
|
6d58d97764
|
Update my config files.
|
1993-06-14 15:29:55 +00:00 |
|