fredette
e4e309c64c
Define both NLIST_ELF32 and NLIST_AOUT on m68000.
2001-12-12 22:19:18 +00:00
fredette
a01e8e37b1
Define both NLIST_AOUT and NLIST_ELF32 for m68000.
2001-12-12 22:14:46 +00:00
petrov
aaee6a1839
initialize all fpu registers and don't panic on user 'privileged action'
2001-12-12 19:14:47 +00:00
augustss
3ed67fc0c4
Add missing delay for the tekram dongle.
2001-12-12 17:52:06 +00:00
thorpej
5722ce0152
Make LIB2FUNCS_EH work like the rest of LIB2FUNCS, and clean
...
up the special rules required to build those objects.
2001-12-12 17:27:50 +00:00
itojun
e2970b134f
sync with openbsd/remove variable name from prototype
2001-12-12 17:24:46 +00:00
augustss
5c0685d35e
Don't use timeout 0 to tsleep() when the time is short.
2001-12-12 17:21:36 +00:00
itojun
684138909c
fix constness difference in prototype and func def.
2001-12-12 17:16:16 +00:00
fredette
bba72d2b40
Add optional "-f disktab" argument, that will look up a disk
...
typename in the given disktab(5) file, instead of in /etc/disktab.
2001-12-12 16:55:10 +00:00
wiz
fb1ea64022
Match braces. Patch from misc/14925 by Hiramatsu Yoshifumi.
2001-12-12 16:03:15 +00:00
wiz
1bfe0400cb
Fix copyright line.
2001-12-12 15:53:28 +00:00
augustss
0a4d7b9de3
Add a scanner quirk for keeping the pipes open between device opening.
...
Idea from Enami.
2001-12-12 15:48:18 +00:00
augustss
7727919172
Use USBD_NO_COPY in for some transfers where it was missing.
2001-12-12 15:44:47 +00:00
augustss
2fdd0f5a4b
Some more paranoia checks when DIAGNOSTIC.
2001-12-12 15:38:58 +00:00
augustss
29c3fe261b
Add some comments.
2001-12-12 15:38:27 +00:00
augustss
95d1208c14
Regen.
2001-12-12 15:37:21 +00:00
augustss
290d3a0d9e
Add some devices.
2001-12-12 15:36:59 +00:00
augustss
dfbcffae07
Remove some stupid casts.
2001-12-12 15:36:08 +00:00
augustss
2fe5c52a53
Use unsigned ints for device settings.
2001-12-12 15:34:49 +00:00
augustss
fae70125c0
Change default value for ebofs.
2001-12-12 15:34:15 +00:00
augustss
0680aa8809
Add some ioctl()s for consumer IR.
2001-12-12 15:33:53 +00:00
augustss
a7d99a83b1
Add (commented out) uirda.
2001-12-12 15:32:13 +00:00
augustss
bb9f9be772
Add uirda.
2001-12-12 15:31:33 +00:00
augustss
e32c80d646
Add uirda(4).
2001-12-12 15:29:23 +00:00
augustss
4a802f4928
Add USB-IrDA bridge.
...
Needs more testing.
2001-12-12 15:27:24 +00:00
augustss
22735e5d44
Move usbd_clear_endpoint_toggle() prototype to usbdi.h.
2001-12-12 15:23:58 +00:00
gehenna
968318a989
Use vendor/product variables
2001-12-12 14:24:53 +00:00
wiz
d2482f58bd
Grammar improvement, and note passwd.conf.5.
2001-12-12 13:36:11 +00:00
gehenna
0f983137af
Don't change wire protocol state in umass generic function
2001-12-12 13:23:20 +00:00
gehenna
54e3c1962e
bcopy -> memcpy
2001-12-12 13:17:03 +00:00
wiz
3fc2bda98b
Document set time variables, and the format strings recognized.
...
Based on the patch provided by Jonathan Perkins in PR 14465.
2001-12-12 13:10:44 +00:00
wiz
f65f8ab0f2
Regen for pci and wsfont additions.
2001-12-12 12:57:48 +00:00
lukem
b0b0a32ad7
Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly).
...
Otherwise the appropriate MKxxx=no won't be defined .
2001-12-12 12:24:19 +00:00
lukem
1fd357560b
- set NOPROG before .include <bsd.own.mk>
...
- reformat FILES= lines for easier future additions
2001-12-12 12:19:09 +00:00
lukem
d8b4b32178
no need to set NOMAN twice
2001-12-12 12:07:26 +00:00
lukem
b574ee0f82
define NOMAN= once, at the real top level of lkm
2001-12-12 12:06:45 +00:00
lukem
19d9b95273
define NOMAN= once, at the top level
2001-12-12 11:56:05 +00:00
lukem
00255d260d
define NOMAN= once, at the top level
2001-12-12 11:44:43 +00:00
kleink
e1f611fa76
The MPC105 does not implement the IBM reference implementation's
...
Equipment Present Register (I/O port 0x080c), so perform L2 cache
detection here.
2001-12-12 10:18:48 +00:00
lukem
4c650ea52b
we need a .c file to build _eh.{o,so,po} from, so add libgcc2.c back
...
in as a source for the rules.
2001-12-12 09:30:55 +00:00
lukem
22cf1d253e
pull in <bsd.own.mk> after NOLINT is defined, so that MKLINT=no is
...
correctly determined
2001-12-12 08:58:45 +00:00
lukem
839b30885a
remove extraneous ": " from message
2001-12-12 08:13:33 +00:00
elric
51b292ea65
Added support for the PowerStorm 4d20, initial support that is.
...
I plan on cleaning a few things up over the next few days, but this
appears to be working for me.
2001-12-12 07:50:05 +00:00
elric
94448f7e52
Update the ramdac interface to be allow the setting of dotclocks. This is
...
required to support the driver in ibm561.c.
2001-12-12 07:47:46 +00:00
elric
8ffabd82eb
Initial support for the IBM RGB561 RAMDAC. This uses the same interface
...
as the Bt463 and Bt485 drivers.
2001-12-12 07:46:48 +00:00
thorpej
3ff7b8a100
Per suggestion from Todd:
...
Wrap assignments of various tools within USETOOLS_BINUTILS and
USETOOLS_GCC (names reflect the FSF packages the tools are provided
by), which default to "yes", for easy testing of different versions
of these packages.
2001-12-12 05:50:09 +00:00
tv
f845c9ab5f
Revert rev. 1.228. If USE_NEW_TOOLCHAIN is set to "yes" explicitly by the
...
user on a platform that is not *OFFICIALLY* switched to the new toolchain,
WE REALLY, REALLY DO WANT A LOUD WARNING AT THE START OF THE BUILD!
2001-12-12 03:39:27 +00:00
tv
ae87b37058
Revert previous. This breaks many things, since such variables as LD and AS
...
are defined in <sys.mk>!
A better way needs to be devised for this.
2001-12-12 03:28:37 +00:00
tv
2fe9dd530c
Fix shifted space. (Freaky....)
2001-12-12 03:18:17 +00:00
tv
9156c43a3a
Add NOMAN/NOLINT.
2001-12-12 02:48:46 +00:00