pk
107489f7a1
Remove spurious `#define DEBUG'
2000-12-17 21:41:43 +00:00
pk
872b464997
Deal with an empty hints file.
2000-12-17 21:41:15 +00:00
jdolecek
5c6130a2b1
hum, use freebsd_setregs for FreeBSD ELF binaries (this bug was introduced with
...
the execsw[] changes)
2000-12-17 21:36:49 +00:00
wiz
7cc2f76925
Remove unnecessary header includes; remove 'register'; conform better to KNF.
2000-12-17 20:53:03 +00:00
thorpej
a4e1165923
Note the isapnp front-end for the Aironet driver.
2000-12-17 20:38:22 +00:00
thorpej
0a8ec4baf3
Add an at isapnp.
2000-12-17 20:35:45 +00:00
thorpej
19c3f4691f
ISAPnP front-end for the Aironet 802.11 cards. Note this is currently
...
untested.
2000-12-17 20:34:40 +00:00
thorpej
5b67bb41a2
Regen; added Aironet 802.11.
2000-12-17 20:17:20 +00:00
thorpej
8c28f8f467
Add Aironet ISAPnP device ID.
2000-12-17 20:16:03 +00:00
bouyer
179157be03
Fix a reversed test.
...
Partial fix for kern/11726: now the kernel find the drives, but panics
after a device has been mounted.
2000-12-17 19:35:23 +00:00
jdolecek
6665bd7a9d
add compat_util.c goo so that this doesn't depend on emul_find()
...
being available in the running kernel
2000-12-17 16:21:12 +00:00
jdolecek
5803fc683f
add emul_find() goo, so that this doesn't depend on emul_find() being already
...
present in kernel
add (commented out) COMPAT_43, COMPAT_12, COMPAT_09 stuff needed for this
LKM to load
2000-12-17 16:20:23 +00:00
jdolecek
29fd738f28
make LKM safe
2000-12-17 16:15:54 +00:00
jdolecek
cec7e3ceca
regen
2000-12-17 16:14:40 +00:00
jdolecek
b436e7bba3
add emulation of FreeBSD utrace(2)
2000-12-17 16:11:38 +00:00
jdolecek
33150dda73
add support for KTR_USER records
2000-12-17 16:09:40 +00:00
jdolecek
d2a0c208d5
add FreeBSD-compatible KTR_USER/KTRFAC_USER
2000-12-17 16:04:51 +00:00
jdolecek
aca80bc6f2
use LKM name "compat_FOO", which matches name of the resulting LKM .o file
2000-12-17 16:00:37 +00:00
jdolecek
df68499f38
make LKM safe
2000-12-17 15:55:47 +00:00
jdolecek
cacec11253
delete obsolete comment
2000-12-17 15:52:39 +00:00
ad
b5aee7bd4c
Thinko.
2000-12-17 14:46:43 +00:00
jdc
88bb8fc858
Don't use curses' VB - it should be internal to libcurses.
...
Use tgetstr() instead.
2000-12-17 14:28:45 +00:00
ad
3b02b279aa
Regen.
2000-12-17 13:56:19 +00:00
ad
d092cb0d0a
Sync with PixelStamp drivers.
2000-12-17 13:56:05 +00:00
ad
553c5108d4
Add wscons drivers for the DEC PixelStamp graphics accelerators.
2000-12-17 13:52:03 +00:00
blymn
4185942834
Added early release version of libform - please be gentle.
2000-12-17 12:04:30 +00:00
itojun
60fa2b29af
fix typo in function name (rn_satsifies_leaf -> satisfies). indent.
...
split rn_inithead() into two function - i'm putting some hook around here.
2000-12-17 10:23:19 +00:00
mycroft
9fcf4550a2
Another one that really belongs here...
2000-12-17 10:08:08 +00:00
jmc
55d6fd3a35
Force crunchgen to remake the makefile each time. This way dependency checking can occur
2000-12-17 09:57:48 +00:00
mycroft
34fedde795
Compress the other entries vertically.
2000-12-17 09:35:21 +00:00
mycroft
562421c4f3
Reformat one entry for vertical space.
2000-12-17 09:25:38 +00:00
jmc
c111d88861
Add makefile goo so it'll properly rebuild the menu files if osrelease.sh changed
2000-12-17 09:22:47 +00:00
mycroft
c1647142f9
Yes, it's about damn time fortune(6) got some new material.
2000-12-17 09:17:51 +00:00
jmc
d1c6f1123f
Add pnpbios_getiosize
2000-12-17 07:59:14 +00:00
jmc
50445038df
Change the attach routine so it handles all the known cases that pnpbios
...
returns for floppy controllers i/o ports. i.e.
1. 1 range of length 4 (which conveniently "forgets" the ctl i/o port),
2. 2 ranges: 1 of length 4 and the ctl i/o port.
3. 1 range of length 6 which goes to the end of the ctl i/o.
Make this line up with the MI fdc code by mapping in a range of 4 on the
base i/o and then either direct or submapping the ctl i/o. In the one case
where the BIOS lies and says it's not there just map it in anyways. (but note
the fact to the end user).
2000-12-17 07:58:37 +00:00
jmc
2967c3fac3
In fdcattach() reset the controller before moving on as some probes (ala pnpbios) may not have reset during match
2000-12-17 07:37:31 +00:00
eeh
519aef8cf4
Make sure bits in the flags are disjoint.
2000-12-17 06:18:21 +00:00
briggs
d25ab824c8
Back out previous change. It appears to be in error. There is something
...
else that is causing the esp driver on the mac68k to fail miserably.
2000-12-17 04:38:29 +00:00
briggs
0debc0e91e
At least the 53c96 does not work with the selatn3 command. Disable it
...
for both the 53c94 and 53c96. This also addresses PR port-mac68k/11716.
2000-12-17 03:29:03 +00:00
thorpej
20773350cf
Add ALTQ-related manual pages.
2000-12-17 03:12:30 +00:00
thorpej
a96f17f2b7
Add ALTQ programs.
2000-12-17 03:08:39 +00:00
thorpej
893fdc80cf
Descend into altq.
2000-12-17 03:06:53 +00:00
scw
7fb03460dc
Sprinkle some register prefixes in the asm() statements.
2000-12-16 22:59:32 +00:00
mycroft
14d5cf4541
Sync.
2000-12-16 22:36:17 +00:00
eeh
cfe1eed228
Make the node for the bpp device [parallel port].
2000-12-16 22:04:14 +00:00
mycroft
f25d5fc601
Fix another obvious linesw problem.
2000-12-16 21:16:22 +00:00
mycroft
8a6c4ba10b
Fix an obvious braino in the line discipline change.
2000-12-16 21:09:18 +00:00
thorpej
28f0042b51
Build glue for ALTQ programs.
2000-12-16 18:57:34 +00:00
bjh21
72735aa75a
Correct embarrassing null-pointer-dereference bug. Also fixes interrupt
...
enabling.
Default to 10base2 for now, since automatic media selection doesn't work.
2000-12-16 18:24:36 +00:00
bjh21
3ebcd51009
I think bit 0 of the status register is the interrupt status on read.
2000-12-16 18:23:14 +00:00