598 Commits

Author SHA1 Message Date
glass
086f942e40 keep the directory from being deleted 1993-06-25 10:25:13 +00:00
mycroft
0ee0a87c29 Fix uninitialized variable. 1993-06-24 21:34:54 +00:00
mycroft
100f7b0bc5 Oops. Reversed order of args to outb(). Still haven't gotten my 486 booted
with a new kernel to actually test this, though.
1993-06-23 05:48:57 +00:00
glass
c09c197fec god damn fucking stupid ansi type promotion..... 1993-06-22 06:30:38 +00:00
cgd
b2285d45d0 special case raw disk handling return values 1993-06-22 05:19:14 +00:00
glass
b7545aa929 fixing more ansi-style function definitions... 1993-06-22 02:33:21 +00:00
glass
ac6d9dc22e more damn ansi function declarations. damn you chris.... 1993-06-22 01:59:39 +00:00
glass
ee8d969be4 ansi-style function definitions 1993-06-22 01:31:53 +00:00
glass
e168d06817 some prototypes that weren't __P() protected; the pseudo-advantages
of trying to do a port using the native-compiler
1993-06-22 00:56:35 +00:00
cgd
0e761b8d7e fix behavior when VM_MAXUSER_ADDRESS == (-UPAGES * NBPG) 1993-06-21 10:18:20 +00:00
deraadt
05f50ca11e I don't know what I did that was so critical, but now the floppy driver
works on my machine (it did not before). Big voodoo.
1993-06-21 09:39:52 +00:00
deraadt
1ca1339919 > NetBSD 0.8a (TDR) #2: Mon Jun 21 11:06:03 MDT 1993
produces "uname -v" output "TDR#2"
"uname -a"  then is..
> NetBSD gecko 0.8a TDR#2 i386
1993-06-21 02:06:10 +00:00
deraadt
80ab28ea30 if the floppy does not exist, say nothing. 1993-06-20 08:42:05 +00:00
deraadt
277c73694e print "maddr 0xd0000 msize 65536" as "maddr 0xd0000-0xdffff" instead. 1993-06-20 07:24:53 +00:00
andrew
4c0169f317 Fixed ECHONL. 1993-06-20 04:52:53 +00:00
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