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
mycroft
25b19a1b61
Add entry for pms.
1993-06-14 15:16:23 +00:00
mycroft
87bcb8ca95
Yeah, I'm awake.
1993-06-14 15:13:14 +00:00
mycroft
06f36e1045
Add preliminary (read: untested) PS/2 mouse driver.
1993-06-14 15:05:50 +00:00
mycroft
ba09c15c63
Return EBUSY if device already open.
1993-06-14 12:46:56 +00:00
cgd
330f5907f2
say "using exception 16" rather than "exception 16"; the latter
...
lookes like it could be an error message...
1993-06-14 07:06:49 +00:00
cgd
53eb1ac38c
a few changes to select. most notable: don't sleep forever unless
...
user actually wants to. (it could happen in strange circumstances...)
1993-06-14 05:11:58 +00:00
andrew
925a429d35
Reduced bus-on time from the default of 11ms -> 9ms, to prevent floppy from
...
becoming data-starved during simultaneous fd & scsi activity.
1993-06-14 04:16:03 +00:00
andrew
fe853a780c
Changed the name of bms -> mms.
1993-06-14 02:28:34 +00:00
andrew
f9ce81fc82
Name change from bms -> mms.
1993-06-14 02:26:17 +00:00
andrew
07ec5d2fc6
Renamed Microsoft busmouse driver from bms -> mms
1993-06-14 02:12:15 +00:00
deraadt
e242190751
*whoops*. The previous commit killed a few important characters of code.
1993-06-14 00:47:08 +00:00
deraadt
64f27b118b
incorrect previous change, the LKM_CDEV/LKM_BDEV macros generate the
...
correct cdevs[]/bdevs[] structures for insertion.
1993-06-13 18:32:48 +00:00
andrew
566c83b7c1
Added microsoft and logitech busmice entries.
...
Filled in reserved "lkm" entries with enxio()s.
1993-06-13 14:10:44 +00:00
andrew
e1e618d7ca
Added microsoft and logitech isa busmice.
1993-06-13 14:03:50 +00:00
andrew
fc37a8acde
Microsoft/Logitech busmouse ioctls.
1993-06-13 14:01:06 +00:00
andrew
bd8e20a9b4
Logitech busmouse driver.
1993-06-13 13:59:52 +00:00
andrew
160d6e8b5c
Microsoft & Logitech busmouse drivers.
1993-06-13 13:55:03 +00:00
andrew
86c3eb7c8b
Added IO_BMS1, IO_BMS2 bus mouse entries.
1993-06-13 12:55:47 +00:00
mycroft
85387a3dea
Believe it or not, selrecord() was broken...
1993-06-13 07:39:32 +00:00
cgd
3fcc79608f
make no-ops actually take time; seems to make bde's interrupt code more
...
stable...
1993-06-13 05:57:34 +00:00
andrew
7103ad45a2
Fixed a nested comment to make things gcc -Wall clean.
1993-06-12 23:35:14 +00:00
cgd
4d785d18cc
handle jolitz physio bug which i mentioned in mail;
...
if you malloc, and get nothing back, panic.
this is totally done wrong, anyway.
1993-06-12 19:54:35 +00:00
andrew
d790308a20
Yuval Yarom's 'panic:closef: count < 0' fix to unp_discard().
1993-06-12 14:01:23 +00:00
andrew
627247e449
Fixed up nested comments to be gcc -Wall clean.
1993-06-12 12:30:24 +00:00
deraadt
bda8918483
The latest patch was hosed. There is some program that I used which
...
left extra crud at the end of the file. I blame ftpd for not doing an
ftruncate().
1993-06-11 09:12:21 +00:00
cgd
c5d0eb5199
note gprof.ex is in csu/i386 not csu.i386 like it used to be...
1993-06-11 02:59:54 +00:00
brezak
224ca11730
Leave a hole for AFS
1993-06-10 16:25:01 +00:00
deraadt
98d05222e5
patch from Yuval Yarom, sent to me by <andrew@werple.apana.org.au>
...
they say: When doing an implicit bind in_pcbbind will assign used ports
if the port is bound on specific interface, and not on INADDR_ANY.
Effects of the bug range from connection drops to machine hangs.
1993-06-10 05:17:53 +00:00
deraadt
6fe3b028cd
patch from Yuval Yarom, sent to me by <andrew@werple.apana.org.au>
...
The check that the destination of a forwarded ip packet is not on
the loopback net is wrong, and will always fail. The following patch
fixes the problem.
[allows "route add $hostname localhost" to be added to /etc/netstart to
keep things for $hostname away from the ethernet driver]
1993-06-10 05:16:46 +00:00
deraadt
f37ee25bb2
sigh. one day i'll finish this driver, meanwhile, one more fix..
1993-06-10 04:50:42 +00:00
cgd
d61783e658
add preliminary support for devfs (e.g. MOUNT_DEVFS #define, etc.)
1993-06-10 01:20:30 +00:00
cgd
b907fbcbb9
add preliminary support for devfs (e.g. MOUNT_DEVFS #define, etc.)
1993-06-10 01:02:59 +00:00
deraadt
f6779cbdce
minor silliness related to two or more controllers
1993-06-09 22:36:40 +00:00
mycroft
c425e255c1
Update my config files.
1993-06-09 00:11:46 +00:00
deraadt
e3295c1d74
makes more sense if src is mounted readonly
1993-06-08 03:36:39 +00:00
cgd
77e24b59b2
allow modules to be loaded only if device is open for writing
1993-06-07 23:10:09 +00:00
cgd
57d3a6d525
add support for terry lambert's loadable kernel modules.
...
needs a bit of cleanup, but overall: SLICK!
1993-06-07 19:51:59 +00:00
cgd
91016c92d6
give isofs mount structures their own malloc type
1993-06-07 18:12:52 +00:00
cgd
c88530d318
give various filesystems their own vnode types
1993-06-07 05:25:16 +00:00
cgd
c2bdec030c
give miscfs filesystems their own mount structure malloc type.
1993-06-07 04:56:35 +00:00
cgd
24fe3e4563
fixed bug where extra spaces at the end of a shell name would
...
cause shell scripts to be executed incorrectly. shells would
receive an *empty* arg for name of script, open it, the kernel
would say "oh, that's ." or something similar, and the results
would be interesting... found, diagnosed, and killed by me.
1993-06-07 03:09:29 +00:00
mycroft
f73effe636
Clean up deleted files.
1993-06-07 00:20:39 +00:00